Struct sea_query::table::Table [−][src]
pub struct Table;
Helper for constructing any table statement
Implementations
impl Table
[src]
impl Table
[src]pub fn create() -> TableCreateStatement
[src]
Construct table TableCreateStatement
pub fn alter() -> TableAlterStatement
[src]
Construct table TableAlterStatement
pub fn drop() -> TableDropStatement
[src]
Construct table TableDropStatement
pub fn rename() -> TableRenameStatement
[src]
Construct table TableRenameStatement
pub fn truncate() -> TableTruncateStatement
[src]
Construct table TableTruncateStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl RefUnwindSafe for Table
impl UnwindSafe for Table
impl UnwindSafe for Table