Searched defs:column (Results 1 – 4 of 4) sorted by relevance
62 boolean isAutoIncrement(int column) throws SQLException; in isAutoIncrement()71 boolean isCaseSensitive(int column) throws SQLException; in isCaseSensitive()80 boolean isSearchable(int column) throws SQLException; in isSearchable()89 boolean isCurrency(int column) throws SQLException; in isCurrency()99 int isNullable(int column) throws SQLException; in isNullable()126 boolean isSigned(int column) throws SQLException; in isSigned()136 int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()149 String getColumnLabel(int column) throws SQLException; in getColumnLabel()158 String getColumnName(int column) throws SQLException; in getColumnName()167 String getSchemaName(int column) throws SQLException; in getSchemaName()[all …]
219 int column = locator.getColumnNumber(); in getMessageAndLocation() local252 int column = locator.getColumnNumber(); in getLocationAsString() local
14 protected int column = -1; field in XmlPullParserException
605 private int column() { in column() method in ExpatParser609 private static native int column(long pointer); in column() method in ExpatParser755 String message, int line, int column) { in makeMessage()