![]() |
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.
|
This is the complete list of members for duckdb::PreparedStatement, including all inherited members.
| CanCachePlan(const LogicalOperator &op) | duckdb::PreparedStatement | static |
| ColumnCount() | duckdb::PreparedStatement | |
| context | duckdb::PreparedStatement | |
| data | duckdb::PreparedStatement | |
| error | duckdb::PreparedStatement | |
| ExcessValuesException(const case_insensitive_map_t< idx_t > ¶meters, const case_insensitive_map_t< PAYLOAD > &values) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlinestatic |
| 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::PreparedStatement | inline |
| ExecuteRecursive(vector< Value > &values) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlineprivate |
| ExecuteRecursive(vector< Value > &values, T value, ARGS... args) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlineprivate |
| GetError() | duckdb::PreparedStatement | |
| GetErrorObject() | duckdb::PreparedStatement | |
| GetExpectedParameterTypes() const | duckdb::PreparedStatement | |
| GetNames() | duckdb::PreparedStatement | |
| GetStatementProperties() | duckdb::PreparedStatement | |
| GetStatementType() | duckdb::PreparedStatement | |
| GetTypes() | duckdb::PreparedStatement | |
| HasError() const | duckdb::PreparedStatement | |
| MissingValuesException(const case_insensitive_map_t< idx_t > ¶meters, const case_insensitive_map_t< PAYLOAD > &values) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlinestatic |
| named_param_map | duckdb::PreparedStatement | |
| PendingQuery(ARGS... args) | duckdb::PreparedStatement | inline |
| 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::PreparedStatement | inlineprivate |
| PendingQueryRecursive(vector< Value > &values, T value, ARGS... args) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlineprivate |
| 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::PreparedStatement | explicit |
| query | duckdb::PreparedStatement | |
| success | duckdb::PreparedStatement | |
| VerifyParameters(const case_insensitive_map_t< PAYLOAD > &provided, const case_insensitive_map_t< idx_t > &expected) (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement | inlinestatic |
| ~PreparedStatement() (defined in duckdb::PreparedStatement) | duckdb::PreparedStatement |