Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DResultSetMetaData.java49 public String getCatalogName(int column) throws SQLException; in getCatalogName()
62 public String getColumnClassName(int column) throws SQLException; in getColumnClassName()
83 public int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()
95 public String getColumnLabel(int column) throws SQLException; in getColumnLabel()
106 public String getColumnName(int column) throws SQLException; in getColumnName()
118 public int getColumnType(int column) throws SQLException; in getColumnType()
129 public String getColumnTypeName(int column) throws SQLException; in getColumnTypeName()
140 public int getPrecision(int column) throws SQLException; in getPrecision()
152 public int getScale(int column) throws SQLException; in getScale()
163 public String getSchemaName(int column) throws SQLException; in getSchemaName()
[all …]
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserException.java14 protected int column = -1; field in XmlPullParserException
/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/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java591 private int column() { in column() method in ExpatParser
595 private static native int column(int pointer); in column() method in ExpatParser
737 String message, int line, int column) { in makeMessage()