Searched refs:Statement (Results 1 - 14 of 14) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | step_result_set.cpp | 54 if (lastErr_ == E_NOT_SUPPORT && rowCount_ == Statement::INVALID_COUNT) { in StepResultSet() 132 LOG_ERROR("Statement is nullptr."); in GetColumnNames() 154 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnded().second)) { in GetColumnType() 160 LOG_ERROR("Statement is nullptr."); in GetColumnType() 223 LOG_ERROR("Statement is nullptr."); in GoToNextRow() 247 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GoToNextRow() 280 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GetRowCount() 326 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnded().second)) { in GetSize() 333 LOG_ERROR("Statement is nullptr."); in GetSize() 355 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement in GetValueObject() [all...] |
H A D | sqlite_shared_result_set.cpp | 97 std::pair<std::shared_ptr<Statement>, int> SqliteSharedResultSet::PrepareStep()
in PrepareStep()
|
H A D | trans_db.cpp | 261 std::pair<int32_t, std::shared_ptr<Statement>> TransDB::GetStatement(const std::string &sql) const in GetStatement()
|
H A D | rdb_store_impl.cpp | 1233 std::pair<int32_t, ValueObject> RdbStoreImpl::HandleDifferentSqlTypes(std::shared_ptr<Statement> statement, in HandleDifferentSqlTypes() 1565 const std::shared_ptr<Statement> &statement, std::string sql, const RdbStoreConfig &config) in SetDefaultEncryptSql() 2243 std::pair<int32_t, std::shared_ptr<Statement>> RdbStoreImpl::GetStatement( in GetStatement() 2252 std::pair<int32_t, std::shared_ptr<Statement>> RdbStoreImpl::GetStatement(const std::string& sql, bool read) const in GetStatement()
|
H A D | sqlite_connection.cpp | 430 std::pair<int, std::shared_ptr<Statement>> SqliteConnection::CreateStatement( in CreateStatement()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_shared_result_set.h | 54 std::pair<std::shared_ptr<Statement>, int> PrepareStep();
74 std::shared_ptr<Statement> statement_;
|
H A D | step_result_set.h | 53 std::shared_ptr<Statement> GetStatement();
64 std::shared_ptr<Statement> statement_;
|
H A D | statement.h | 26 class Statement { class 34 virtual ~Statement() = default;
|
H A D | connection.h | 30 class Statement; 35 using Stmt = std::shared_ptr<Statement>;
|
H A D | sqlite_statement.h | 31 class SqliteStatement : public Statement {
109 std::shared_ptr<Statement> slave_;
|
H A D | trans_db.h | 40 std::pair<int32_t, std::shared_ptr<Statement>> GetStatement(const std::string &sql) const;
|
H A D | rdb_store_impl.h | 159 using Stmt = std::shared_ptr<Statement>;
167 std::pair<int32_t, ValueObject> HandleDifferentSqlTypes(std::shared_ptr<Statement> statement,
198 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,
|
H A D | rd_statement.h | 31 class RdStatement final : public Statement {
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_impl.h | 85 using Stmt = std::shared_ptr<Statement>;
92 std::pair<int32_t, ValueObject> HandleDifferentSqlTypes(std::shared_ptr<Statement> statement,
107 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,
|
Completed in 10 milliseconds