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

Public Member Functions

 DropInfo (const DropInfo &info)
 
virtual unique_ptr< DropInfoCopy () const
 
string ToString () const
 
void Serialize (Serializer &serializer) const override
 
- Public Member Functions inherited from duckdb::ParseInfo
 ParseInfo (ParseInfoType info_type)
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Static Public Member Functions

static unique_ptr< ParseInfoDeserialize (Deserializer &deserializer)
 
- Static Public Member Functions inherited from duckdb::ParseInfo
static unique_ptr< ParseInfoDeserialize (Deserializer &deserializer)
 
static string QualifierToString (const string &catalog, const string &schema, const string &name)
 
static string TypeToString (CatalogType type)
 

Public Attributes

CatalogType type
 The catalog type to drop.
 
string catalog
 Catalog name to drop from, if any.
 
string schema
 Schema name to drop from, if any.
 
string name
 Element name to drop.
 
OnEntryNotFound if_not_found = OnEntryNotFound::THROW_EXCEPTION
 Ignore if the entry does not exist instead of failing.
 
bool cascade = false
 
bool allow_drop_internal = false
 Allow dropping of internal system entries.
 
unique_ptr< ExtraDropInfoextra_drop_info
 Extra info related to this drop.
 
- Public Attributes inherited from duckdb::ParseInfo
ParseInfoType info_type
 

Static Public Attributes

static constexpr const ParseInfoType TYPE = ParseInfoType::DROP_INFO
 

Member Function Documentation

◆ Serialize()

void duckdb::DropInfo::Serialize ( Serializer serializer) const
overridevirtual

Reimplemented from duckdb::ParseInfo.

Member Data Documentation

◆ cascade

bool duckdb::DropInfo::cascade = false

Cascade drop (drop all dependents instead of throwing an error if there are any)


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