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

  /external/chromium_org/third_party/sqlite/src/src/
test8.c 106 ** Convert an SQL-style quoted string into a normal string by removing
339 "SELECT sql FROM sqlite_master WHERE type = 'table' AND name = ?",
470 /* If there were two arguments passed to the module at the SQL level
690 /* Prepare the SQL statement created by echoBestIndex and bind the
760 ** an SQL query on the real table underlying the virtual echo module
761 ** table and stores the query in sqlite3_index_info.idxStr. The SQL
934 char *z = 0; /* SQL statement to execute */
935 int bindArgZero = 0; /* True to bind apData[0] to sql var no. nData */
936 int bindArgOne = 0; /* True to bind apData[1] to sql var no. 1 */
    [all...]
expr.c 531 ** in the original SQL statement.
538 ** the SQL statement comes from an external source.
607 sqlite3ErrorMsg(pParse, "too many SQL variables");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 13 import java.sql.Connection;
14 import java.sql.PreparedStatement;
15 import java.sql.ResultSet;
16 import java.sql.SQLException;
17 import java.sql.Timestamp;
21 import org.eclipse.test.internal.performance.db.SQL;
26 public class SQL_Results extends SQL {
85 if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print("[SQL query (config pattern="+configPattern); //$NON-NLS-1$
175 if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+scenarioID+", build name="+lastBuildName); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
193 if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+scenarioID+", build name="+buildName); //$NON-NLS-1$ //$NO (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 90 // SQL
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 5 # sqlitecon::create .sqlcon {sql:- } {SQL Console} db
7 # A toplevel window is created that allows you to type in SQL commands to
17 # In addition, a new SQL function named "edit()" is created. This function
22 # the result of the edit() function. This allows text fields of SQL tables
245 # Execute a single SQL command. Pay special attention to control
282 set cmd "SELECT sql FROM sqlite_master WHERE tbl_name LIKE '$pattern'
283 AND sql NOT NULL UNION ALL SELECT sql FROM sqlite_temp_master
284 WHERE tbl_name LIKE '$pattern' AND sql NOT NULL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 923 * This function will <strong>not</strong> work for other SQL-like
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 105 * SQL statement that sets the {@link ContactsColumns#LAST_STATUS_UPDATE_ID} column
162 /** Precompiled sql statement for setting an aggregated presence */
415 String SQL =
451 sbQuery.append(AggregationQuery.SQL);
1030 final String sql = local
1047 final String sql = local
1064 final String sql = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 388 STDMETHOD(ExecuteSQL) (BSTR SQL,__LONG32 *pl) PURE;
    [all...]
  /dalvik/docs/
prettify.js 21 * Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /frameworks/base/docs/html/training/
training_toc.cs 162 Saving Data in SQL Databases
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]

Completed in 2708 milliseconds