Home
last modified time | relevance | path

Searched defs:CreateStatement (Results 1 – 4 of 4) 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/gdb/src/
Dgraph_connection.cpp116 std::pair<int32_t, GraphConnection::Stmt> GraphConnection::CreateStatement( in CreateStatement() function in OHOS::DistributedDataAip::GraphConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drd_connection.cpp207 std::pair<int32_t, RdConnection::Stmt> RdConnection::CreateStatement(const std::string &sql, Connec… in CreateStatement() function in OHOS::NativeRdb::RdConnection
Dsqlite_connection.cpp471 std::pair<int, std::shared_ptr<Statement>> SqliteConnection::CreateStatement( in CreateStatement() function in OHOS::NativeRdb::SqliteConnection