Searched refs:column (Results 1 – 5 of 5) sorted by relevance
62 boolean isAutoIncrement(int column) throws SQLException; in isAutoIncrement() argument71 boolean isCaseSensitive(int column) throws SQLException; in isCaseSensitive() argument80 boolean isSearchable(int column) throws SQLException; in isSearchable() argument89 boolean isCurrency(int column) throws SQLException; in isCurrency() argument99 int isNullable(int column) throws SQLException; in isNullable() argument126 boolean isSigned(int column) throws SQLException; in isSigned() argument136 int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize() argument149 String getColumnLabel(int column) throws SQLException; in getColumnLabel() argument158 String getColumnName(int column) throws SQLException; in getColumnName() argument167 String getSchemaName(int column) throws SQLException; in getSchemaName() argument[all …]
219 int column = locator.getColumnNumber(); in getMessageAndLocation() local231 if (0 != column) { in getMessageAndLocation()233 sbuffer.append(column); in getMessageAndLocation()252 int column = locator.getColumnNumber(); in getLocationAsString() local264 if (0 != column) { in getLocationAsString()266 sbuffer.append(column); in getLocationAsString()
14 protected int column = -1; field in XmlPullParserException43 this.column = parser.getColumnNumber(); in XmlPullParserException()51 public int getColumnNumber() { return column; } in getColumnNumber()
591 private int column() { in column() method in ExpatParser592 return column(this.pointer); in column()595 private static native int column(long pointer); in column() method in ExpatParser684 return column(); in getColumnNumber()737 String message, int line, int column) { in makeMessage() argument739 + column + ": " + message; in makeMessage()
1361 NATIVE_METHOD(ExpatParser, column, "(J)I"),