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::AlterEntryData Struct Reference
Collaboration diagram for duckdb::AlterEntryData:

Public Member Functions

 AlterEntryData (string catalog_p, string schema_p, string name_p, OnEntryNotFound if_not_found)
 

Public Attributes

string catalog
 
string schema
 
string name
 
OnEntryNotFound if_not_found
 

Constructor & Destructor Documentation

◆ AlterEntryData() [1/2]

duckdb::AlterEntryData::AlterEntryData ( )
inline
28287 {
28288 }

◆ AlterEntryData() [2/2]

duckdb::AlterEntryData::AlterEntryData ( string  catalog_p,
string  schema_p,
string  name_p,
OnEntryNotFound  if_not_found 
)
inline
28290 : catalog(std::move(catalog_p)), schema(std::move(schema_p)), name(std::move(name_p)),
28291 if_not_found(if_not_found) {
28292 }

The documentation for this struct was generated from the following file: