Home
last modified time | relevance | path

Searched refs:Statement (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstep_result_set.cpp54 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 Dsqlite_shared_result_set.cpp97 std::pair<std::shared_ptr<Statement>, int> SqliteSharedResultSet::PrepareStep() in PrepareStep()
H A Dtrans_db.cpp261 std::pair<int32_t, std::shared_ptr<Statement>> TransDB::GetStatement(const std::string &sql) const in GetStatement()
H A Drdb_store_impl.cpp1233 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 Dsqlite_connection.cpp430 std::pair<int, std::shared_ptr<Statement>> SqliteConnection::CreateStatement( in CreateStatement()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_shared_result_set.h54 std::pair<std::shared_ptr<Statement>, int> PrepareStep();
74 std::shared_ptr<Statement> statement_;
H A Dstep_result_set.h53 std::shared_ptr<Statement> GetStatement();
64 std::shared_ptr<Statement> statement_;
H A Dstatement.h26 class Statement { class
34 virtual ~Statement() = default;
H A Dconnection.h30 class Statement;
35 using Stmt = std::shared_ptr<Statement>;
H A Dsqlite_statement.h31 class SqliteStatement : public Statement {
109 std::shared_ptr<Statement> slave_;
H A Dtrans_db.h40 std::pair<int32_t, std::shared_ptr<Statement>> GetStatement(const std::string &sql) const;
H A Drdb_store_impl.h159 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 Drd_statement.h31 class RdStatement final : public Statement {
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h85 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 11 milliseconds