Home
last modified time | relevance | path

Searched defs:column (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSetMetaData.java62 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 …]
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java219 int column = locator.getColumnNumber(); in getMessageAndLocation() local
252 int column = locator.getColumnNumber(); in getLocationAsString() local
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserException.java14 protected int column = -1; field in XmlPullParserException
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java605 private int column() { in column() method in ExpatParser
609 private static native int column(long pointer); in column() method in ExpatParser
755 String message, int line, int column) { in makeMessage()