HomeSort by relevance Sort by last modified time
    Searched full:varchar (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DatabaseTestBase.java 33 " first_column VARCHAR(255),\n" +
35 " name VARCHAR(255),\n" +
41 " first_column VARCHAR(255),\n" +
43 " name VARCHAR(255),\n" +
49 " first_column VARCHAR(255),\n" +
51 " name VARCHAR(255),\n" +
370 database.execSQL("CREATE TABLE `routine` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `name` VARCHAR , `lastUsed` INTEGER DEFAULT 0 , UNIQUE (`name`)) ", new Object[]{});
457 database.execSQL("CREATE TABLE auto_table (id INTEGER PRIMARY KEY AUTOINCREMENT, name VARCHAR(255));");
CursorAdapterTest.java 41 statement.execute("CREATE TABLE table_name(_id INT PRIMARY KEY, name VARCHAR(255));" );
SQLiteCursorTest.java 35 "id INTEGER PRIMARY KEY, name VARCHAR(255), long_value BIGINT," +
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 118 MetaColumns.BUILD + " VARCHAR(32) NOT NULL" +
124 SavedQueriesColums.QUERY + " VARCHAR(64) NOT NULL" +
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 176 int[] types = { Types.SMALLINT, Types.VARCHAR, Types.VARCHAR};
206 assertTrue("varchar".equalsIgnoreCase(rsmd.getColumnTypeName(2)));
207 assertTrue("varchar".equalsIgnoreCase(rsmd.getColumnTypeName(3)));
OldResultSetGetterTests.java 116 // Not supported: BIT,VARBINARY, LONGVARBINARY, BINARY, VARCHAR, LONGVARCHAR
694 * Wrong value returned for Long: java.lang.String (VARCHAR)
705 List<String> types = Arrays.asList("VARCHAR", "INTEGER", "INTEGER",
707 "DOUBLE", "DOUBLE", "DECIMAL", "NUMERIC", "VARCHAR", "DATE",
709 "BLOB", "VARCHAR", "VARCHAR", "VARCHAR", "VARCHAR", "BIGINT",
    [all...]
OldConnectionTest.java 680 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
701 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
721 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
835 "create table zoo_office(id integer not null, name varchar(20), primary key(id));",
840 "create table zoo_office(id integer not null, name varchar(20), primary key(id));",
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionIdManager.java 576 _createSessionIdTable = "create table "+_sessionIdTable+" (id varchar(120), primary key(id))";
612 _createSessionTable = "create table "+_sessionTable+" ("+_sessionTableRowId+" varchar(120), sessionId varchar(120), "+
613 " contextPath varchar(60), virtualHost varchar(60), lastNode varchar(60), accessTime "+longType+", "+
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /libcore/ojluni/src/main/java/java/sql/
Types.java 117 * <code>VARCHAR</code>.
119 public final static int VARCHAR = 12;
Statement.java 118 * <code>LONGVARBINARY</code>, <code>CHAR</code>, <code>VARCHAR</code>,
138 * <code>LONGVARBINARY</code>, <code>CHAR</code>, <code>VARCHAR</code>,
    [all...]
PreparedStatement.java 226 * to an SQL <code>VARCHAR</code> or <code>LONGVARCHAR</code> value
228 * size relative to the driver's limits on <code>VARCHAR</code> values)
    [all...]
CallableStatement.java 155 * <code>VARCHAR</code>, or <code>LONGVARCHAR</code> parameter as a
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 65 wmysql_query("CREATE TEMPORARY TABLE `tmptags` (`tagname` VARBINARY(255), `revision` VARCHAR(20), PRIMARY KEY (`tagname`)) ENGINE = memory");
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 54 "attribute" varchar(90) NOT NULL,
55 "value" varchar(300) NOT NULL
63 "attribute" varchar(90) NOT NULL,
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
types.py 37 self.cur.execute("create table test(i integer, s varchar, f number, b blob)")
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
types.py 37 self.cur.execute("create table test(i integer, s varchar, f number, b blob)")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 37 self.cur.execute("create table test(i integer, s varchar, f number, b blob)")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 37 self.cur.execute("create table test(i integer, s varchar, f number, b blob)")
  /libcore/ojluni/src/main/java/javax/sql/
RowSet.java 310 * <code>VARCHAR</code>, <code>LONGVARCHAR</code>, <code>NCHAR</code>
326 * <code>VARCHAR</code>, <code>LONGVARCHAR</code>, <code>NCHAR</code>
760 * database, the driver converts this to an SQL <code>VARCHAR</code> or
762 * to the driver's limits on <code>VARCHAR</code> values.
773 * to an SQL <code>VARCHAR</code> or <code>LONGVARCHAR</code> value
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 278 # Note: for perf keyvals, key names are defined as VARCHAR(30) in the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 2003 milliseconds

1 23 4