Home
last modified time | relevance | path

Searched defs:table (Results 1 – 19 of 19) sorted by relevance

/libcore/sqlite-jdbc/src/main/java/SQLite/
DBusyHandler.java19 public boolean busy(String table, int count); in busy()
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/luni/src/main/java/java/lang/
DThreadLocal.java62 Object[] table = values.table; in get() local
166 private Object[] table; field in ThreadLocal.Values
211 Object[] table = this.table; in inheritValues() local
274 Object[] table = this.table; in cleanUp() local
431 Object[] table = this.table; in getAfterMiss() local
/libcore/luni/src/main/java/java/util/
DListResourceBundle.java29 HashMap<String, Object> table; field in ListResourceBundle
DHashMap.java94 transient HashMapEntry<K, V>[] table; field in HashMap
DHashtable.java78 private transient HashtableEntry<K, V>[] table; field in Hashtable
/libcore/luni/src/main/java/java/sql/
DDatabaseMetaData.java585 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()
660 String table, String columnNamePattern) throws SQLException; in getColumnPrivileges()
1022 public ResultSet getExportedKeys(String catalog, String schema, String table) in getExportedKeys()
1131 public ResultSet getImportedKeys(String catalog, String schema, String table) in getImportedKeys()
1203 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
1488 public ResultSet getPrimaryKeys(String catalog, String schema, String table) in getPrimaryKeys()
2102 String table) throws SQLException; in getVersionColumns()
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java685 String table, in getColumnPrivileges()
726 String table, int scope, in getBestRowIdentifier()
841 String table) throws SQLException { in getVersionColumns()
860 String table) throws SQLException { in getPrimaryKeys()
981 private void internalImportedKeys(String table, String pktable, in internalImportedKeys()
1023 String table) throws SQLException { in getImportedKeys()
1065 String table) throws SQLException { in getExportedKeys()
1272 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
DJDBCConnection.java90 public boolean busy(String table, int count) { in busy()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSecurity2Test.java139 private void addOrIncrementTable(Hashtable<String, Integer> table, String key) { in addOrIncrementTable()
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java26 private Hashtable table; field in mySSLSession
/libcore/luni/src/main/java/org/apache/xalan/templates/
DElemNumber.java1592 protected String int2singlealphaCount(long val, CharArrayWrapper table) in int2singlealphaCount()
1625 char[] table = new char[radix]; in int2alphaCount() local
1730 char[] table = null; in tradAlphaCount() local
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java642 Hashtable table; in processName() local
/libcore/luni/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java575 Hashtable table; in processName() local
/libcore/luni/src/main/java/java/text/
DDateFormat.java741 private static Hashtable<Integer, Field> table = new Hashtable<Integer, Field>(); field in DateFormat.Field
/libcore/luni/src/test/java/tests/SQLite/
DDatabaseTest.java1820 public boolean busy(String table, int count) { in busy()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java2187 String table = rs.getString("TABLE_NAME"); in crossCheckGetColumnsAndResultSetMetaData() local
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java288 transient volatile HashEntry<K,V>[] table; field in ConcurrentHashMap.Segment
/libcore/sqlite-jdbc/src/main/native/
Dsqlite_jni.c421 busyhandler(void *udata, const char *table, int count) in busyhandler()
4292 jstring dbname, jstring table, in Java_SQLite_Database__1open_1blob()