Home
last modified time | relevance | path

Searched defs:column (Results 1 – 11 of 11) 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/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java13 public String getCatalogName(int column) throws java.sql.SQLException { in getCatalogName()
17 public String getColumnClassName(int column) throws java.sql.SQLException { in getColumnClassName()
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException { in getColumnDisplaySize()
55 public String getColumnLabel(int column) throws java.sql.SQLException { in getColumnLabel()
67 public String getColumnName(int column) throws java.sql.SQLException { in getColumnName()
85 public int getColumnType(int column) throws java.sql.SQLException { in getColumnType()
98 public String getColumnTypeName(int column) throws java.sql.SQLException { in getColumnTypeName()
124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision()
128 public int getScale(int column) throws java.sql.SQLException { in getScale()
132 public String getSchemaName(int column) throws java.sql.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/xml/dtm/
DDTMException.java227 int column = locator.getColumnNumber(); in getMessageAndLocation() local
260 int column = locator.getColumnNumber(); in getLocationAsString() local
/libcore/sqlite-jdbc/src/main/java/SQLite/
DTableResult.java48 public String column[]; field in TableResult
DStmt.java227 public Object column(int col) throws SQLite.Exception { in column() method in Stmt
DDatabase.java656 public Blob open_blob(String db, String table, String column, in open_blob()
710 private native void _open_blob(String db, String table, String column, in _open_blob()
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlParser.java65 private int column; field in KXmlParser
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java596 private int column() { in column() method in ExpatParser
600 private static native int column(int pointer); in column() method in ExpatParser
742 String message, int line, int column) { in makeMessage()
/libcore/sqlite-jdbc/src/main/native/
Dsqlite_jni.c4293 jstring column, jlong row, in Java_SQLite_Database__1open_1blob()