Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/
Ddata_access.h106 std::unique_ptr<IDataStatement> CreateStatement(std::string sql) in CreateStatement() function
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drd_connection.cpp188 std::pair<int32_t, RdConnection::Stmt> RdConnection::CreateStatement(const std::string &sql, Connec… in CreateStatement() function in OHOS::NativeRdb::RdConnection
Dsqlite_connection.cpp540 std::pair<int, std::shared_ptr<Statement>> SqliteConnection::CreateStatement(const std::string &sql, in CreateStatement() function in OHOS::NativeRdb::SqliteConnection