OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlStatement
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
JSSQLTransactionCustom.cpp
52
String
sqlStatement
= ustringToString(exec->argument(0).toString(exec));
113
m_impl->executeSQL(
sqlStatement
, sqlValues, callback.release(), errorCallback.release(), ec);
JSSQLTransactionSyncCustom.cpp
51
String
sqlStatement
= ustringToString(exec->argument(0).toString(exec));
90
JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl->executeSQL(
sqlStatement
, sqlValues, ec)));
/prebuilt/common/jython/
jython.jar
Completed in 16 milliseconds