Searched refs:sqlStatement (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLTransactionSync.idl37 [Custom] SQLResultSet executeSql(DOMString sqlStatement, ObjectArray arguments);
H A DSQLTransaction.idl35 [Custom] void executeSql(DOMString sqlStatement,
H A DSQLTransactionBackendSync.cpp73 PassRefPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionCode& ec) argument
91 if (sqlStatement.isEmpty())
100 SQLStatementSync statement(sqlStatement, arguments, permissions);
H A DSQLStatementBackend.h49 const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions);
H A DSQLTransactionBackendSync.h58 PassRefPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionCode&);
H A DSQLTransaction.h61 void executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments,
H A DSQLTransaction.cpp251 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> callbackError, ExceptionCode& e) argument
265 m_backend->executeSQL(WTF::move(statement), sqlStatement, arguments, permissions); local
H A DSQLTransactionBackend.cpp530 const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions)
533 statementBackend = SQLStatementBackend::create(WTF::move(statement), sqlStatement, arguments, permissions);
529 executeSQL(std::unique_ptr<AbstractSQLStatement> statement, const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions) argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSSQLTransactionSyncCustom.cpp52 String sqlStatement = exec->uncheckedArgument(0).toString(exec)->value(exec); local
91 JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl->executeSQL(sqlStatement, sqlValues, ec)));
H A DJSSQLTransactionCustom.cpp53 String sqlStatement = exec->argument(0).toString(exec)->value(exec); local
114 m_impl->executeSQL(sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec);
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlinformix.vim45 syn keyword sqlStatement allocate alter
46 syn keyword sqlStatement begin
47 syn keyword sqlStatement close commit connect create
48 syn keyword sqlStatement database deallocate declare delete describe disconnect drop
49 syn keyword sqlStatement execute fetch flush free get grant info insert
50 syn keyword sqlStatement load lock open output
51 syn keyword sqlStatement prepare put
52 syn keyword sqlStatement rename revoke rollback select set start stop
53 syn keyword sqlStatement truncate unload unlock update
54 syn keyword sqlStatement wheneve
[all...]
H A Dsqloracle.vim39 syn keyword sqlStatement alter analyze audit comment commit create
40 syn keyword sqlStatement delete drop execute explain grant insert lock noaudit
41 syn keyword sqlStatement rename revoke rollback savepoint select set
42 syn keyword sqlStatement truncate update
77 HiLink sqlOperator sqlStatement
79 HiLink sqlStatement Statement
H A Dsqlforms.vim115 syntax keyword sqlStatement alter analyze audit comment commit create
116 syntax keyword sqlStatement delete drop explain grant insert lock noaudit
117 syntax keyword sqlStatement rename revoke rollback savepoint select set
118 syntax keyword sqlStatement truncate update if elsif loop then
119 syntax keyword sqlStatement open fetch close else end
157 HiLink sqlStatement Statement
H A Dsqlanywhere.vim498 syn keyword sqlStatement allocate alter backup begin call case
499 syn keyword sqlStatement checkpoint clear close commit configure connect
500 syn keyword sqlStatement create deallocate declare delete describe
501 syn keyword sqlStatement disconnect drop execute exit explain fetch
502 syn keyword sqlStatement for forward from get goto grant help if include
503 syn keyword sqlStatement input insert install leave load lock loop
504 syn keyword sqlStatement message open output parameter parameters passthrough
505 syn keyword sqlStatement prepare print put raiserror read readtext release
506 syn keyword sqlStatement remote remove reorganize resignal restore resume
507 syn keyword sqlStatement retur
[all...]
H A Dsicad.vim405 " HiLink sqlStatement Special " modified highlight group in sql.vim
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDatabaseAgent.cpp131 static PassRefPtr<TransactionCallback> create(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback) argument
133 return adoptRef(new TransactionCallback(sqlStatement, requestCallback));
150 TransactionCallback(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback) argument
151 : m_sqlStatement(sqlStatement)
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dsql.vim457 exec 'imap <buffer> '.g:ftplugin_sql_omni_key.'s <C-\><C-O>:call sqlcomplete#Map("sqlStatement")<CR><C-X><C-O>'
/macosx-10.10/vim-55/runtime/autoload/
H A Dsqlcomplete.vim98 \ 'sqlStatement'

Completed in 190 milliseconds