Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SqliteStatement
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
sqlite_statement.cpp
15
#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
D
sqlite_connection.cpp
433
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
D
sqlite_statement.h
31
class
SqliteStatement
: public Statement {
class
38
SqliteStatement
();
39
~
SqliteStatement
();
Completed in 4 milliseconds