Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::PreparedStatement Member List

This is the complete list of members for duckdb::PreparedStatement, including all inherited members.

CanCachePlan(const LogicalOperator &op)duckdb::PreparedStatementstatic
ColumnCount()duckdb::PreparedStatement
contextduckdb::PreparedStatement
dataduckdb::PreparedStatement
errorduckdb::PreparedStatement
ExcessValuesException(const case_insensitive_map_t< idx_t > &parameters, const case_insensitive_map_t< PAYLOAD > &values) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlinestatic
Execute(vector< Value > &values, bool allow_stream_result=true)duckdb::PreparedStatement
Execute(case_insensitive_map_t< BoundParameterData > &named_values, bool allow_stream_result=true)duckdb::PreparedStatement
Execute(ARGS... args)duckdb::PreparedStatementinline
ExecuteRecursive(vector< Value > &values) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlineprivate
ExecuteRecursive(vector< Value > &values, T value, ARGS... args) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlineprivate
GetError()duckdb::PreparedStatement
GetErrorObject()duckdb::PreparedStatement
GetExpectedParameterTypes() constduckdb::PreparedStatement
GetNames()duckdb::PreparedStatement
GetStatementProperties()duckdb::PreparedStatement
GetStatementType()duckdb::PreparedStatement
GetTypes()duckdb::PreparedStatement
HasError() constduckdb::PreparedStatement
MissingValuesException(const case_insensitive_map_t< idx_t > &parameters, const case_insensitive_map_t< PAYLOAD > &values) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlinestatic
named_param_mapduckdb::PreparedStatement
PendingQuery(ARGS... args)duckdb::PreparedStatementinline
PendingQuery(vector< Value > &values, bool allow_stream_result=true)duckdb::PreparedStatement
PendingQuery(case_insensitive_map_t< BoundParameterData > &named_values, bool allow_stream_result=true)duckdb::PreparedStatement
PendingQueryRecursive(vector< Value > &values) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlineprivate
PendingQueryRecursive(vector< Value > &values, T value, ARGS... args) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlineprivate
PreparedStatement(shared_ptr< ClientContext > context, shared_ptr< PreparedStatementData > data, string query, case_insensitive_map_t< idx_t > named_param_map)duckdb::PreparedStatement
PreparedStatement(ErrorData error)duckdb::PreparedStatementexplicit
queryduckdb::PreparedStatement
successduckdb::PreparedStatement
VerifyParameters(const case_insensitive_map_t< PAYLOAD > &provided, const case_insensitive_map_t< idx_t > &expected) (defined in duckdb::PreparedStatement)duckdb::PreparedStatementinlinestatic
~PreparedStatement() (defined in duckdb::PreparedStatement)duckdb::PreparedStatement