Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetSqlite3Stmt
Method
GetSqlite3Stmt
cpp/src/arrow/flight/sql/example/sqlite_statement.cc:169–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
sqlite3_stmt* SqliteStatement::GetSqlite3Stmt() const { return stmt_; }
170
171
arrow::Result<int64_t> SqliteStatement::ExecuteUpdate() {
172
while (true) {
Callers
5
ReadNext
Method · 0.80
SetParametersOnSQLiteStatement
Function · 0.80
CreatePreparedStatement
Method · 0.80
DoPutPreparedStatementUpdate
Method · 0.80
ReadNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected