HomeSort by relevance Sort by last modified time
    Searched refs:colName (Results 1 - 23 of 23) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 1142 public void updateNull(String colName) throws SQLException {
1143 int col = findColumn(colName);
1147 public void updateBoolean(String colName, boolean b) throws SQLException {
1148 int col = findColumn(colName);
1152 public void updateByte(String colName, byte b) throws SQLException {
1153 int col = findColumn(colName);
1157 public void updateShort(String colName, short b) throws SQLException {
1158 int col = findColumn(colName);
1162 public void updateInt(String colName, int b) throws SQLException {
1163 int col = findColumn(colName);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 246 protected int getColumnIndex(String colName) {
249 return mCursor.getColumnIndex(colName);
280 * @param colName Column name.
283 protected String getStringOrNull(String colName) {
284 int col = getColumnIndex(colName);
  /frameworks/support/room/migration/src/test/java/androidx/room/migration/bundle/
EntityBundleTest.java 159 private IndexBundle createIndexBundle(String colName) {
160 return new IndexBundle("ind_" + colName, false,
161 asList(colName), "create");
  /frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
FrameworkSQLiteDatabase.java 220 for (String colName : values.keySet()) {
222 sql.append(colName);
223 bindArgs[i++] = values.get(colName);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 245 private static Float getNullableFloat(Cursor cursor, String colName) {
247 int colIndex = cursor.getColumnIndexOrThrow(colName);
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 95 colname []string
101 for n, nname := range t.colname {
110 cols []interface{} // must be same size as its table colname + coltype
182 colName []string // used by CREATE, INSERT, SELECT (selected columns)
305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
325 for n, cname := range t.colname {
495 stmt.colName = strings.Split(parts[1], ",")
535 stmt.colName = append(stmt.colName, nameType[0])
560 stmt.colName = append(stmt.colName, column
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 95 colname []string
101 for n, nname := range t.colname {
110 cols []interface{} // must be same size as its table colname + coltype
182 colName []string // used by CREATE, INSERT, SELECT (selected columns)
305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
325 for n, cname := range t.colname {
495 stmt.colName = strings.Split(parts[1], ",")
535 stmt.colName = append(stmt.colName, nameType[0])
560 stmt.colName = append(stmt.colName, column
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDaoImpl.java 292 final int colName = cursor.getColumnIndex(NAME);
300 final String name = cursor.getString(colName);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 285 public Array getArray(String colName) throws SQLException {
367 public Clob getClob(String colName) throws SQLException {
461 public Ref getRef(String colName) throws SQLException {
  /system/extras/simpleperf/scripts/
report_html.js 48 function getTableRow(cols, colName, attrs={}) {
51 s += `<${colName}>${col}</${colName}>`;
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 721 String colName = colNameIt.next();
724 assertTrue("Wrong column name at " + i, colName
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 504 milliseconds