Home
last modified time | relevance | path

Searched defs:CreateStatement (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.cpp81 UScriptStatement* UScriptStatement::CreateStatement(UScriptStatement::StatementType type) in CreateStatement() function in Uscript::UScriptStatement
343 UScriptReturnStatement* UScriptReturnStatement::CreateStatement(ScriptParams *params) in CreateStatement() function in Uscript::UScriptReturnStatement
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/
H A Ddata_access.h106 std::unique_ptr<IDataStatement> CreateStatement(std::string sql) in CreateStatement() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp125 std::pair<int32_t, RdConnection::Stmt> RdConnection::CreateStatement(const std::string& sql, Connec… in CreateStatement() function in OHOS::NativeRdb::RdConnection
H A Dsqlite_connection.cpp429 std::pair<int, std::shared_ptr<Statement>> SqliteConnection::CreateStatement( in CreateStatement() function in OHOS::NativeRdb::SqliteConnection