|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Generate DROP TABLE SQL statement for a table struct. More...
#include <relx/schema/table.hpp>
Public Member Functions | |
| drop_table (const Table &table_instance) | |
| drop_table & | if_exists (bool if_exists=true) |
| drop_table & | cascade (bool cascade=true) |
| drop_table & | restrict (bool restrict=true) |
| std::string | to_sql () const |
| const std::vector< std::string > & | bind_params () const |
Generate DROP TABLE SQL statement for a table struct.
| Table | The table struct type |
| table_instance | An instance of the table |
| if_exists | Whether to include the IF EXISTS clause |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |