Home
last modified time | relevance | path

Searched refs:SqliteStatement (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp15 #define LOG_TAG "SqliteStatement"
48 constexpr SqliteStatement::Action SqliteStatement::ACTIONS[ValueObject::TYPE_MAX];
49 SqliteStatement::SqliteStatement() : readOnly_(false), columnCount_(0), numParameters_(0), stmt_(nullptr), sql_("") in SqliteStatement() function in OHOS::NativeRdb::SqliteStatement
55 SqliteStatement::~SqliteStatement() in ~SqliteStatement()
63 int SqliteStatement::Prepare(sqlite3 *dbHandle, const std::string &newSql) in Prepare()
97 void SqliteStatement::PrintInfoForDbError(int errCode, const std::string &sql) in PrintInfoForDbError()
114 void SqliteStatement
[all...]
H A Dsqlite_connection.cpp433 std::shared_ptr<SqliteStatement> statement = std::make_shared<SqliteStatement>(); in CreateStatement()
441 auto slaveStmt = std::make_shared<SqliteStatement>(); in CreateStatement()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h31 class SqliteStatement : public Statement { class
38 SqliteStatement();
39 ~SqliteStatement();

Completed in 4 milliseconds