Searched refs:sql (Results 251 - 275 of 342) sorted by relevance

<<11121314

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php142 function wmysql_query($sql)
144 $res = mysql_query($sql) or die("$sql\n" . mysql_error() . "\n");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php17 array("regex" => "/author: ?(\S+)/", "sql" => "`author` LIKE '%%%s%%'", "sqlpart" => "where"),
18 array("regex" => "/file: ?(\S+)/", "sql" => "`cvsname` LIKE '%%%s%%'", "sqlpart" => "where"),
19 array("regex" => "/days: ?(\d+)/", "sql" => "`date` >= DATE_SUB(CURDATE(), INTERVAL %d DAY)", "sqlpart" => "where"),
20 array("regex" => "/(?:project|module): ?(\S+)/", "sql" => "`project` LIKE '%s'", "sqlpart" => "where"),
21 array("regex" => "/branch: ?(\S+)/", "sql" => "`branch` LIKE '%%%s%%'", "sqlpart" => "having") //is a calculated value, won't work in WHERE
30 array_push($extra[$z["sqlpart"]], sprintf($z["sql"], $regs[1]));
71 $sql = "SELECT SQL_CALC_FOUND_ROWS `cvsname`, `revision`, `date`, `author`, `message`, `keyword_subs`, `bugid`, `revision` AS `orev`, `fid` AS `ofid`, $branch AS `branch`$ec FROM `cvsfiles` NATURAL JOIN `commits` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offset, $pagesize"; variable
72 $result = wmysql_query($sql);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1005 Java_SQLite_Database__1complete(JNIEnv *env, jclass cls, jstring sql) argument
1010 if (!sql) {
1015 trans2iso(env, 1, 0, sql, &sqlstr);
1019 sql, &sqlstr);
1349 (JNIEnv *env, jobject obj, jstring sql, jobject cb)
1354 if (!sql) {
1369 trans2iso(env, h->haveutf, h->enc, sql, &sqlstr);
1428 (JNIEnv *env, jobject obj, jstring sql, jobject cb, jobjectArray args)
1433 if (!sql) {
1442 const char *str = (*env)->GetStringUTFChars(env, sql,
1348 Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2(JNIEnv *env, jobject obj, jstring sql, jobject cb) argument
1427 Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2(JNIEnv *env, jobject obj, jstring sql, jobject cb, jobjectArray args) argument
3012 Java_SQLite_Database_vm_1compile(JNIEnv *env, jobject obj, jstring sql, jobject vm) argument
3170 Java_SQLite_Database_vm_1compile_1args(JNIEnv *env, jobject obj, jstring sql, jobject vm, jobjectArray args) argument
3535 Java_SQLite_Database_stmt_1prepare(JNIEnv *env, jobject obj, jstring sql, jobject stmt) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc35 #include "sql/transaction.h"
106 sql::Connection& GetDB();
143 sql::Connection& InMemoryURLIndexTest::GetDB() {
228 sql::Connection& db(GetDB());
231 sql::Transaction transaction(&db);
240 sql::Statement sql_stmt(db.GetUniqueStatement(sql_cmd_line));
250 sql::Statement statement(db.GetUniqueStatement(
256 sql::Transaction transaction(&db);
276 sql::Transaction transaction(&db);
444 sql
[all...]
H A Dtop_sites_backend.cc14 #include "sql/connection.h"
135 sql::Connection::Delete(db_path_);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DBatchUpdateExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.BatchUpdateException;
292 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(Throwable)}
308 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(int[], Throwable)}
327 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, int[], Throwable)}
347 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int[], Throwable)}
362 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int, int[], Throwable)}
H A DDataTruncationTest.java18 package org.apache.harmony.sql.tests.java.sql;
21 import java.sql.DataTruncation;
97 * @tests {@link java.sql.DataTruncation#DataTruncation(int, boolean, boolean, int, int, Throwable)}
H A DSQLDataExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLDataException;
40 * @test java.sql.SQLDataException(String)
55 * @test java.sql.SQLDataException(String)
69 * @test java.sql.SQLDataException(String, String)
87 * @test java.sql.SQLDataException(String, String)
103 * @test java.sql.SQLDataException(String, String)
119 * @test java.sql.SQLDataException(String, String)
134 * @test java.sql
[all...]
H A DSQLExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
22 import java.sql.SQLException;
42 Class<?> theClass = Class.forName("java.sql.SQLException");
516 * @tests java.sql.SQLException#setNextException(java.sql.SQLException)
540 * @tests {@link java.sql.SQLException#SQLException(Throwable)}
551 * @tests {@link java.sql.SQLException#SQLException(String, Throwable)}
563 * @tests {@link java.sql.SQLException#SQLException(String, String, Throwable)}
576 * @tests {@link java.sql
[all...]
H A DSQLFeatureNotSupportedExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLFeatureNotSupportedException;
40 * @test java.sql.SQLFeatureNotSupportedException(String)
58 * @test java.sql.SQLFeatureNotSupportedException(String)
76 * @test java.sql.SQLFeatureNotSupportedException(String, String)
95 * @test java.sql.SQLFeatureNotSupportedException(String, String)
113 * @test java.sql.SQLFeatureNotSupportedException(String, String)
131 * @test java.sql.SQLFeatureNotSupportedException(String, String)
149 * @test java.sql
[all...]
H A DSQLIntegrityConstraintViolationExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLIntegrityConstraintViolationException;
40 * @test java.sql.SQLIntegrityConstraintViolationException(String)
59 * @test java.sql.SQLIntegrityConstraintViolationException(String)
77 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
98 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
117 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
136 * @test java.sql.SQLIntegrityConstraintViolationException(String, String)
154 * @test java.sql
[all...]
H A DSQLInvalidAuthorizationSpecExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLInvalidAuthorizationSpecException;
40 * @test java.sql.SQLInvalidAuthorizationSpecException(String)
59 * @test java.sql.SQLInvalidAuthorizationSpecException(String)
77 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
98 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
117 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
136 * @test java.sql.SQLInvalidAuthorizationSpecException(String, String)
154 * @test java.sql
[all...]
H A DSQLNonTransientConnectionExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLNonTransientConnectionException;
40 * @test java.sql.SQLNonTransientConnectionException(String)
58 * @test java.sql.SQLNonTransientConnectionException(String)
76 * @test java.sql.SQLNonTransientConnectionException(String, String)
97 * @test java.sql.SQLNonTransientConnectionException(String, String)
115 * @test java.sql.SQLNonTransientConnectionException(String, String)
134 * @test java.sql.SQLNonTransientConnectionException(String, String)
152 * @test java.sql
[all...]
H A DSQLNonTransientExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLNonTransientException;
40 * @test java.sql.SQLNonTransientException(String)
56 * @test java.sql.SQLNonTransientException(String)
71 * @test java.sql.SQLNonTransientException(String, String)
89 * @test java.sql.SQLNonTransientException(String, String)
105 * @test java.sql.SQLNonTransientException(String, String)
121 * @test java.sql.SQLNonTransientException(String, String)
136 * @test java.sql
[all...]
H A DSQLRecoverableExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLRecoverableException;
40 * @test java.sql.SQLRecoverableException(String)
56 * @test java.sql.SQLRecoverableException(String)
71 * @test java.sql.SQLRecoverableException(String, String)
89 * @test java.sql.SQLRecoverableException(String, String)
105 * @test java.sql.SQLRecoverableException(String, String)
121 * @test java.sql.SQLRecoverableException(String, String)
136 * @test java.sql
[all...]
H A DSQLSyntaxErrorExceptionTest.java18 package org.apache.harmony.sql.tests.java.sql;
20 import java.sql.SQLSyntaxErrorException;
40 * @test java.sql.SQLSyntaxErrorException(String)
56 * @test java.sql.SQLSyntaxErrorException(String)
71 * @test java.sql.SQLSyntaxErrorException(String, String)
89 * @test java.sql.SQLSyntaxErrorException(String, String)
105 * @test java.sql.SQLSyntaxErrorException(String, String)
121 * @test java.sql.SQLSyntaxErrorException(String, String)
136 * @test java.sql
[all...]
/external/sqlite/android/
H A Dsqlite3_android.cpp295 char * sql = sqlite3_mprintf("INSERT INTO %s (token, source%s%s) VALUES (?, ?%s%s);", local
297 err = sqlite3_prepare_v2(handle, sql, -1, &statement, NULL);
298 sqlite3_free(sql);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider_unittest.cc45 #include "sql/transaction.h"
212 sql::Connection& db(history_backend()->db()->GetDB());
222 sql::Transaction transaction(&db);
231 sql::Statement sql_stmt(db.GetUniqueStatement(sql_cmd_line.c_str()));
248 sql::Statement sql_stmt(db.GetUniqueStatement(sql_cmd_line.c_str()));
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table_unittest.cc28 ASSERT_EQ(sql::INIT_OK, db_->Init(file_));
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc28 #include "sql/connection.h"
29 #include "sql/meta_table.h"
30 #include "sql/statement.h"
214 sql::Connection db;
216 sql::MetaTable meta_table_;
584 sql::Connection db;
585 sql::Statement smt;
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h76 int (*complete)(const char*sql);
77 int (*complete16)(const void*sql);
192 const char *(*sql)(sqlite3_stmt*); member in struct:sqlite3_api_routines
392 #define sqlite3_sql sqlite3_api->sql
/external/sqlite/dist/orig/
H A Dsqlite3ext.h78 int (*complete)(const char*sql);
79 int (*complete16)(const void*sql);
209 const char *(*sql)(sqlite3_stmt*); member in struct:sqlite3_api_routines
430 #define sqlite3_sql sqlite3_api->sql
/external/sqlite/dist/
H A Dsqlite3ext.h78 int (*complete)(const char*sql);
79 int (*complete16)(const void*sql);
209 const char *(*sql)(sqlite3_stmt*); member in struct:sqlite3_api_routines
430 #define sqlite3_sql sqlite3_api->sql
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl87 set sql { SELECT name, tbl_name FROM sqlite_master WHERE rootpage>0 }
88 foreach {name tblname} [concat sqlite_master sqlite_master [db eval $sql]] {
366 set sql {SELECT sum(leaf_pages+int_pages+ovfl_pages) FROM space_used}
367 set inuse_pgcnt [expr int([mem eval $sql])]
379 set sql {SELECT count(*) FROM sqlite_master WHERE name LIKE 'sqlite_autoindex%'}
380 set nautoindex [db eval $sql]
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc19 #include "sql/connection.h"
20 #include "sql/meta_table.h"
21 #include "sql/transaction.h"
96 db_(new sql::Connection()),
359 if (!sql::Connection::Delete(db_file))
471 !sql::MetaTable::DoesTableExist(db_.get()))) {
480 meta_table_.reset(new sql::MetaTable());
498 sql::Transaction transaction(db_.get());

Completed in 3350 milliseconds

<<11121314