pub enum Stmt {
Show 178 variants
AlterAggregate(AlterAggregate),
AlterCollation(AlterCollation),
AlterConversion(AlterConversion),
AlterDatabase(AlterDatabase),
AlterDefaultPrivileges(AlterDefaultPrivileges),
AlterDomain(AlterDomain),
AlterEventTrigger(AlterEventTrigger),
AlterExtension(AlterExtension),
AlterForeignDataWrapper(AlterForeignDataWrapper),
AlterForeignTable(AlterForeignTable),
AlterFunction(AlterFunction),
AlterGroup(AlterGroup),
AlterIndex(AlterIndex),
AlterLanguage(AlterLanguage),
AlterLargeObject(AlterLargeObject),
AlterMaterializedView(AlterMaterializedView),
AlterOperator(AlterOperator),
AlterOperatorClass(AlterOperatorClass),
AlterOperatorFamily(AlterOperatorFamily),
AlterPolicy(AlterPolicy),
AlterProcedure(AlterProcedure),
AlterPublication(AlterPublication),
AlterRole(AlterRole),
AlterRoutine(AlterRoutine),
AlterRule(AlterRule),
AlterSchema(AlterSchema),
AlterSequence(AlterSequence),
AlterServer(AlterServer),
AlterStatistics(AlterStatistics),
AlterSubscription(AlterSubscription),
AlterSystem(AlterSystem),
AlterTable(AlterTable),
AlterTablespace(AlterTablespace),
AlterTextSearchConfiguration(AlterTextSearchConfiguration),
AlterTextSearchDictionary(AlterTextSearchDictionary),
AlterTextSearchParser(AlterTextSearchParser),
AlterTextSearchTemplate(AlterTextSearchTemplate),
AlterTrigger(AlterTrigger),
AlterType(AlterType),
AlterUser(AlterUser),
AlterUserMapping(AlterUserMapping),
AlterView(AlterView),
Analyze(Analyze),
Begin(Begin),
Call(Call),
Checkpoint(Checkpoint),
Close(Close),
Cluster(Cluster),
CommentOn(CommentOn),
Commit(Commit),
Copy(Copy),
CreateAccessMethod(CreateAccessMethod),
CreateAggregate(CreateAggregate),
CreateCast(CreateCast),
CreateCollation(CreateCollation),
CreateConversion(CreateConversion),
CreateDatabase(CreateDatabase),
CreateDomain(CreateDomain),
CreateEventTrigger(CreateEventTrigger),
CreateExtension(CreateExtension),
CreateForeignDataWrapper(CreateForeignDataWrapper),
CreateForeignTable(CreateForeignTable),
CreateFunction(CreateFunction),
CreateGroup(CreateGroup),
CreateIndex(CreateIndex),
CreateLanguage(CreateLanguage),
CreateMaterializedView(CreateMaterializedView),
CreateOperator(CreateOperator),
CreateOperatorClass(CreateOperatorClass),
CreateOperatorFamily(CreateOperatorFamily),
CreatePolicy(CreatePolicy),
CreateProcedure(CreateProcedure),
CreatePublication(CreatePublication),
CreateRole(CreateRole),
CreateRule(CreateRule),
CreateSchema(CreateSchema),
CreateSequence(CreateSequence),
CreateServer(CreateServer),
CreateStatistics(CreateStatistics),
CreateSubscription(CreateSubscription),
CreateTable(CreateTable),
CreateTableAs(CreateTableAs),
CreateTablespace(CreateTablespace),
CreateTextSearchConfiguration(CreateTextSearchConfiguration),
CreateTextSearchDictionary(CreateTextSearchDictionary),
CreateTextSearchParser(CreateTextSearchParser),
CreateTextSearchTemplate(CreateTextSearchTemplate),
CreateTransform(CreateTransform),
CreateTrigger(CreateTrigger),
CreateType(CreateType),
CreateUser(CreateUser),
CreateUserMapping(CreateUserMapping),
CreateView(CreateView),
Deallocate(Deallocate),
Declare(Declare),
Delete(Delete),
Discard(Discard),
Do(Do),
DropAccessMethod(DropAccessMethod),
DropAggregate(DropAggregate),
DropCast(DropCast),
DropCollation(DropCollation),
DropConversion(DropConversion),
DropDatabase(DropDatabase),
DropDomain(DropDomain),
DropEventTrigger(DropEventTrigger),
DropExtension(DropExtension),
DropForeignDataWrapper(DropForeignDataWrapper),
DropForeignTable(DropForeignTable),
DropFunction(DropFunction),
DropGroup(DropGroup),
DropIndex(DropIndex),
DropLanguage(DropLanguage),
DropMaterializedView(DropMaterializedView),
DropOperator(DropOperator),
DropOperatorClass(DropOperatorClass),
DropOperatorFamily(DropOperatorFamily),
DropOwned(DropOwned),
DropPolicy(DropPolicy),
DropProcedure(DropProcedure),
DropPublication(DropPublication),
DropRole(DropRole),
DropRoutine(DropRoutine),
DropRule(DropRule),
DropSchema(DropSchema),
DropSequence(DropSequence),
DropServer(DropServer),
DropStatistics(DropStatistics),
DropSubscription(DropSubscription),
DropTable(DropTable),
DropTablespace(DropTablespace),
DropTextSearchConfig(DropTextSearchConfig),
DropTextSearchDict(DropTextSearchDict),
DropTextSearchParser(DropTextSearchParser),
DropTextSearchTemplate(DropTextSearchTemplate),
DropTransform(DropTransform),
DropTrigger(DropTrigger),
DropType(DropType),
DropUser(DropUser),
DropUserMapping(DropUserMapping),
DropView(DropView),
Execute(Execute),
Explain(Explain),
Fetch(Fetch),
Grant(Grant),
ImportForeignSchema(ImportForeignSchema),
Insert(Insert),
Listen(Listen),
Load(Load),
Lock(Lock),
Merge(Merge),
Move(Move),
Notify(Notify),
ParenSelect(ParenSelect),
Prepare(Prepare),
PrepareTransaction(PrepareTransaction),
Reassign(Reassign),
Refresh(Refresh),
Reindex(Reindex),
ReleaseSavepoint(ReleaseSavepoint),
Reset(Reset),
Revoke(Revoke),
Rollback(Rollback),
Savepoint(Savepoint),
SecurityLabel(SecurityLabel),
Select(Select),
SelectInto(SelectInto),
Set(Set),
SetConstraints(SetConstraints),
SetRole(SetRole),
SetSessionAuth(SetSessionAuth),
SetTransaction(SetTransaction),
Show(Show),
Truncate(Truncate),
Unlisten(Unlisten),
Update(Update),
Vacuum(Vacuum),
Values(Values),
}
Variants§
AlterAggregate(AlterAggregate)
AlterCollation(AlterCollation)
AlterConversion(AlterConversion)
AlterDatabase(AlterDatabase)
AlterDefaultPrivileges(AlterDefaultPrivileges)
AlterDomain(AlterDomain)
AlterEventTrigger(AlterEventTrigger)
AlterExtension(AlterExtension)
AlterForeignDataWrapper(AlterForeignDataWrapper)
AlterForeignTable(AlterForeignTable)
AlterFunction(AlterFunction)
AlterGroup(AlterGroup)
AlterIndex(AlterIndex)
AlterLanguage(AlterLanguage)
AlterLargeObject(AlterLargeObject)
AlterMaterializedView(AlterMaterializedView)
AlterOperator(AlterOperator)
AlterOperatorClass(AlterOperatorClass)
AlterOperatorFamily(AlterOperatorFamily)
AlterPolicy(AlterPolicy)
AlterProcedure(AlterProcedure)
AlterPublication(AlterPublication)
AlterRole(AlterRole)
AlterRoutine(AlterRoutine)
AlterRule(AlterRule)
AlterSchema(AlterSchema)
AlterSequence(AlterSequence)
AlterServer(AlterServer)
AlterStatistics(AlterStatistics)
AlterSubscription(AlterSubscription)
AlterSystem(AlterSystem)
AlterTable(AlterTable)
AlterTablespace(AlterTablespace)
AlterTextSearchConfiguration(AlterTextSearchConfiguration)
AlterTextSearchDictionary(AlterTextSearchDictionary)
AlterTextSearchParser(AlterTextSearchParser)
AlterTextSearchTemplate(AlterTextSearchTemplate)
AlterTrigger(AlterTrigger)
AlterType(AlterType)
AlterUser(AlterUser)
AlterUserMapping(AlterUserMapping)
AlterView(AlterView)
Analyze(Analyze)
Begin(Begin)
Call(Call)
Checkpoint(Checkpoint)
Close(Close)
Cluster(Cluster)
CommentOn(CommentOn)
Commit(Commit)
Copy(Copy)
CreateAccessMethod(CreateAccessMethod)
CreateAggregate(CreateAggregate)
CreateCast(CreateCast)
CreateCollation(CreateCollation)
CreateConversion(CreateConversion)
CreateDatabase(CreateDatabase)
CreateDomain(CreateDomain)
CreateEventTrigger(CreateEventTrigger)
CreateExtension(CreateExtension)
CreateForeignDataWrapper(CreateForeignDataWrapper)
CreateForeignTable(CreateForeignTable)
CreateFunction(CreateFunction)
CreateGroup(CreateGroup)
CreateIndex(CreateIndex)
CreateLanguage(CreateLanguage)
CreateMaterializedView(CreateMaterializedView)
CreateOperator(CreateOperator)
CreateOperatorClass(CreateOperatorClass)
CreateOperatorFamily(CreateOperatorFamily)
CreatePolicy(CreatePolicy)
CreateProcedure(CreateProcedure)
CreatePublication(CreatePublication)
CreateRole(CreateRole)
CreateRule(CreateRule)
CreateSchema(CreateSchema)
CreateSequence(CreateSequence)
CreateServer(CreateServer)
CreateStatistics(CreateStatistics)
CreateSubscription(CreateSubscription)
CreateTable(CreateTable)
CreateTableAs(CreateTableAs)
CreateTablespace(CreateTablespace)
CreateTextSearchConfiguration(CreateTextSearchConfiguration)
CreateTextSearchDictionary(CreateTextSearchDictionary)
CreateTextSearchParser(CreateTextSearchParser)
CreateTextSearchTemplate(CreateTextSearchTemplate)
CreateTransform(CreateTransform)
CreateTrigger(CreateTrigger)
CreateType(CreateType)
CreateUser(CreateUser)
CreateUserMapping(CreateUserMapping)
CreateView(CreateView)
Deallocate(Deallocate)
Declare(Declare)
Delete(Delete)
Discard(Discard)
Do(Do)
DropAccessMethod(DropAccessMethod)
DropAggregate(DropAggregate)
DropCast(DropCast)
DropCollation(DropCollation)
DropConversion(DropConversion)
DropDatabase(DropDatabase)
DropDomain(DropDomain)
DropEventTrigger(DropEventTrigger)
DropExtension(DropExtension)
DropForeignDataWrapper(DropForeignDataWrapper)
DropForeignTable(DropForeignTable)
DropFunction(DropFunction)
DropGroup(DropGroup)
DropIndex(DropIndex)
DropLanguage(DropLanguage)
DropMaterializedView(DropMaterializedView)
DropOperator(DropOperator)
DropOperatorClass(DropOperatorClass)
DropOperatorFamily(DropOperatorFamily)
DropOwned(DropOwned)
DropPolicy(DropPolicy)
DropProcedure(DropProcedure)
DropPublication(DropPublication)
DropRole(DropRole)
DropRoutine(DropRoutine)
DropRule(DropRule)
DropSchema(DropSchema)
DropSequence(DropSequence)
DropServer(DropServer)
DropStatistics(DropStatistics)
DropSubscription(DropSubscription)
DropTable(DropTable)
DropTablespace(DropTablespace)
DropTextSearchConfig(DropTextSearchConfig)
DropTextSearchDict(DropTextSearchDict)
DropTextSearchParser(DropTextSearchParser)
DropTextSearchTemplate(DropTextSearchTemplate)
DropTransform(DropTransform)
DropTrigger(DropTrigger)
DropType(DropType)
DropUser(DropUser)
DropUserMapping(DropUserMapping)
DropView(DropView)
Execute(Execute)
Explain(Explain)
Fetch(Fetch)
Grant(Grant)
ImportForeignSchema(ImportForeignSchema)
Insert(Insert)
Listen(Listen)
Load(Load)
Lock(Lock)
Merge(Merge)
Move(Move)
Notify(Notify)
ParenSelect(ParenSelect)
Prepare(Prepare)
PrepareTransaction(PrepareTransaction)
Reassign(Reassign)
Refresh(Refresh)
Reindex(Reindex)
ReleaseSavepoint(ReleaseSavepoint)
Reset(Reset)
Revoke(Revoke)
Rollback(Rollback)
Savepoint(Savepoint)
SecurityLabel(SecurityLabel)
Select(Select)
SelectInto(SelectInto)
Set(Set)
SetConstraints(SetConstraints)
SetRole(SetRole)
SetSessionAuth(SetSessionAuth)
SetTransaction(SetTransaction)
Show(Show)
Truncate(Truncate)
Unlisten(Unlisten)
Update(Update)
Vacuum(Vacuum)
Values(Values)
Trait Implementations§
Source§impl AstNode for Stmt
impl AstNode for Stmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl From<AlterAggregate> for Stmt
impl From<AlterAggregate> for Stmt
Source§fn from(node: AlterAggregate) -> Stmt
fn from(node: AlterAggregate) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterCollation> for Stmt
impl From<AlterCollation> for Stmt
Source§fn from(node: AlterCollation) -> Stmt
fn from(node: AlterCollation) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterConversion> for Stmt
impl From<AlterConversion> for Stmt
Source§fn from(node: AlterConversion) -> Stmt
fn from(node: AlterConversion) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterDatabase> for Stmt
impl From<AlterDatabase> for Stmt
Source§fn from(node: AlterDatabase) -> Stmt
fn from(node: AlterDatabase) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterDefaultPrivileges> for Stmt
impl From<AlterDefaultPrivileges> for Stmt
Source§fn from(node: AlterDefaultPrivileges) -> Stmt
fn from(node: AlterDefaultPrivileges) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterDomain> for Stmt
impl From<AlterDomain> for Stmt
Source§fn from(node: AlterDomain) -> Stmt
fn from(node: AlterDomain) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterEventTrigger> for Stmt
impl From<AlterEventTrigger> for Stmt
Source§fn from(node: AlterEventTrigger) -> Stmt
fn from(node: AlterEventTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterExtension> for Stmt
impl From<AlterExtension> for Stmt
Source§fn from(node: AlterExtension) -> Stmt
fn from(node: AlterExtension) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterForeignDataWrapper> for Stmt
impl From<AlterForeignDataWrapper> for Stmt
Source§fn from(node: AlterForeignDataWrapper) -> Stmt
fn from(node: AlterForeignDataWrapper) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterForeignTable> for Stmt
impl From<AlterForeignTable> for Stmt
Source§fn from(node: AlterForeignTable) -> Stmt
fn from(node: AlterForeignTable) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterFunction> for Stmt
impl From<AlterFunction> for Stmt
Source§fn from(node: AlterFunction) -> Stmt
fn from(node: AlterFunction) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterGroup> for Stmt
impl From<AlterGroup> for Stmt
Source§fn from(node: AlterGroup) -> Stmt
fn from(node: AlterGroup) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterIndex> for Stmt
impl From<AlterIndex> for Stmt
Source§fn from(node: AlterIndex) -> Stmt
fn from(node: AlterIndex) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterLanguage> for Stmt
impl From<AlterLanguage> for Stmt
Source§fn from(node: AlterLanguage) -> Stmt
fn from(node: AlterLanguage) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterLargeObject> for Stmt
impl From<AlterLargeObject> for Stmt
Source§fn from(node: AlterLargeObject) -> Stmt
fn from(node: AlterLargeObject) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterMaterializedView> for Stmt
impl From<AlterMaterializedView> for Stmt
Source§fn from(node: AlterMaterializedView) -> Stmt
fn from(node: AlterMaterializedView) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterOperator> for Stmt
impl From<AlterOperator> for Stmt
Source§fn from(node: AlterOperator) -> Stmt
fn from(node: AlterOperator) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterOperatorClass> for Stmt
impl From<AlterOperatorClass> for Stmt
Source§fn from(node: AlterOperatorClass) -> Stmt
fn from(node: AlterOperatorClass) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterOperatorFamily> for Stmt
impl From<AlterOperatorFamily> for Stmt
Source§fn from(node: AlterOperatorFamily) -> Stmt
fn from(node: AlterOperatorFamily) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterPolicy> for Stmt
impl From<AlterPolicy> for Stmt
Source§fn from(node: AlterPolicy) -> Stmt
fn from(node: AlterPolicy) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterProcedure> for Stmt
impl From<AlterProcedure> for Stmt
Source§fn from(node: AlterProcedure) -> Stmt
fn from(node: AlterProcedure) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterPublication> for Stmt
impl From<AlterPublication> for Stmt
Source§fn from(node: AlterPublication) -> Stmt
fn from(node: AlterPublication) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterRoutine> for Stmt
impl From<AlterRoutine> for Stmt
Source§fn from(node: AlterRoutine) -> Stmt
fn from(node: AlterRoutine) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterSchema> for Stmt
impl From<AlterSchema> for Stmt
Source§fn from(node: AlterSchema) -> Stmt
fn from(node: AlterSchema) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterSequence> for Stmt
impl From<AlterSequence> for Stmt
Source§fn from(node: AlterSequence) -> Stmt
fn from(node: AlterSequence) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterServer> for Stmt
impl From<AlterServer> for Stmt
Source§fn from(node: AlterServer) -> Stmt
fn from(node: AlterServer) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterStatistics> for Stmt
impl From<AlterStatistics> for Stmt
Source§fn from(node: AlterStatistics) -> Stmt
fn from(node: AlterStatistics) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterSubscription> for Stmt
impl From<AlterSubscription> for Stmt
Source§fn from(node: AlterSubscription) -> Stmt
fn from(node: AlterSubscription) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterSystem> for Stmt
impl From<AlterSystem> for Stmt
Source§fn from(node: AlterSystem) -> Stmt
fn from(node: AlterSystem) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTable> for Stmt
impl From<AlterTable> for Stmt
Source§fn from(node: AlterTable) -> Stmt
fn from(node: AlterTable) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTablespace> for Stmt
impl From<AlterTablespace> for Stmt
Source§fn from(node: AlterTablespace) -> Stmt
fn from(node: AlterTablespace) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTextSearchConfiguration> for Stmt
impl From<AlterTextSearchConfiguration> for Stmt
Source§fn from(node: AlterTextSearchConfiguration) -> Stmt
fn from(node: AlterTextSearchConfiguration) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTextSearchDictionary> for Stmt
impl From<AlterTextSearchDictionary> for Stmt
Source§fn from(node: AlterTextSearchDictionary) -> Stmt
fn from(node: AlterTextSearchDictionary) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTextSearchParser> for Stmt
impl From<AlterTextSearchParser> for Stmt
Source§fn from(node: AlterTextSearchParser) -> Stmt
fn from(node: AlterTextSearchParser) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTextSearchTemplate> for Stmt
impl From<AlterTextSearchTemplate> for Stmt
Source§fn from(node: AlterTextSearchTemplate) -> Stmt
fn from(node: AlterTextSearchTemplate) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterTrigger> for Stmt
impl From<AlterTrigger> for Stmt
Source§fn from(node: AlterTrigger) -> Stmt
fn from(node: AlterTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<AlterUserMapping> for Stmt
impl From<AlterUserMapping> for Stmt
Source§fn from(node: AlterUserMapping) -> Stmt
fn from(node: AlterUserMapping) -> Stmt
Converts to this type from the input type.
Source§impl From<Checkpoint> for Stmt
impl From<Checkpoint> for Stmt
Source§fn from(node: Checkpoint) -> Stmt
fn from(node: Checkpoint) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateAccessMethod> for Stmt
impl From<CreateAccessMethod> for Stmt
Source§fn from(node: CreateAccessMethod) -> Stmt
fn from(node: CreateAccessMethod) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateAggregate> for Stmt
impl From<CreateAggregate> for Stmt
Source§fn from(node: CreateAggregate) -> Stmt
fn from(node: CreateAggregate) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateCast> for Stmt
impl From<CreateCast> for Stmt
Source§fn from(node: CreateCast) -> Stmt
fn from(node: CreateCast) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateCollation> for Stmt
impl From<CreateCollation> for Stmt
Source§fn from(node: CreateCollation) -> Stmt
fn from(node: CreateCollation) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateConversion> for Stmt
impl From<CreateConversion> for Stmt
Source§fn from(node: CreateConversion) -> Stmt
fn from(node: CreateConversion) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateDatabase> for Stmt
impl From<CreateDatabase> for Stmt
Source§fn from(node: CreateDatabase) -> Stmt
fn from(node: CreateDatabase) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateDomain> for Stmt
impl From<CreateDomain> for Stmt
Source§fn from(node: CreateDomain) -> Stmt
fn from(node: CreateDomain) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateEventTrigger> for Stmt
impl From<CreateEventTrigger> for Stmt
Source§fn from(node: CreateEventTrigger) -> Stmt
fn from(node: CreateEventTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateExtension> for Stmt
impl From<CreateExtension> for Stmt
Source§fn from(node: CreateExtension) -> Stmt
fn from(node: CreateExtension) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateForeignDataWrapper> for Stmt
impl From<CreateForeignDataWrapper> for Stmt
Source§fn from(node: CreateForeignDataWrapper) -> Stmt
fn from(node: CreateForeignDataWrapper) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateForeignTable> for Stmt
impl From<CreateForeignTable> for Stmt
Source§fn from(node: CreateForeignTable) -> Stmt
fn from(node: CreateForeignTable) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateFunction> for Stmt
impl From<CreateFunction> for Stmt
Source§fn from(node: CreateFunction) -> Stmt
fn from(node: CreateFunction) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateGroup> for Stmt
impl From<CreateGroup> for Stmt
Source§fn from(node: CreateGroup) -> Stmt
fn from(node: CreateGroup) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateIndex> for Stmt
impl From<CreateIndex> for Stmt
Source§fn from(node: CreateIndex) -> Stmt
fn from(node: CreateIndex) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateLanguage> for Stmt
impl From<CreateLanguage> for Stmt
Source§fn from(node: CreateLanguage) -> Stmt
fn from(node: CreateLanguage) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateMaterializedView> for Stmt
impl From<CreateMaterializedView> for Stmt
Source§fn from(node: CreateMaterializedView) -> Stmt
fn from(node: CreateMaterializedView) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateOperator> for Stmt
impl From<CreateOperator> for Stmt
Source§fn from(node: CreateOperator) -> Stmt
fn from(node: CreateOperator) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateOperatorClass> for Stmt
impl From<CreateOperatorClass> for Stmt
Source§fn from(node: CreateOperatorClass) -> Stmt
fn from(node: CreateOperatorClass) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateOperatorFamily> for Stmt
impl From<CreateOperatorFamily> for Stmt
Source§fn from(node: CreateOperatorFamily) -> Stmt
fn from(node: CreateOperatorFamily) -> Stmt
Converts to this type from the input type.
Source§impl From<CreatePolicy> for Stmt
impl From<CreatePolicy> for Stmt
Source§fn from(node: CreatePolicy) -> Stmt
fn from(node: CreatePolicy) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateProcedure> for Stmt
impl From<CreateProcedure> for Stmt
Source§fn from(node: CreateProcedure) -> Stmt
fn from(node: CreateProcedure) -> Stmt
Converts to this type from the input type.
Source§impl From<CreatePublication> for Stmt
impl From<CreatePublication> for Stmt
Source§fn from(node: CreatePublication) -> Stmt
fn from(node: CreatePublication) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateRole> for Stmt
impl From<CreateRole> for Stmt
Source§fn from(node: CreateRole) -> Stmt
fn from(node: CreateRole) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateRule> for Stmt
impl From<CreateRule> for Stmt
Source§fn from(node: CreateRule) -> Stmt
fn from(node: CreateRule) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateSchema> for Stmt
impl From<CreateSchema> for Stmt
Source§fn from(node: CreateSchema) -> Stmt
fn from(node: CreateSchema) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateSequence> for Stmt
impl From<CreateSequence> for Stmt
Source§fn from(node: CreateSequence) -> Stmt
fn from(node: CreateSequence) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateServer> for Stmt
impl From<CreateServer> for Stmt
Source§fn from(node: CreateServer) -> Stmt
fn from(node: CreateServer) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateStatistics> for Stmt
impl From<CreateStatistics> for Stmt
Source§fn from(node: CreateStatistics) -> Stmt
fn from(node: CreateStatistics) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateSubscription> for Stmt
impl From<CreateSubscription> for Stmt
Source§fn from(node: CreateSubscription) -> Stmt
fn from(node: CreateSubscription) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTable> for Stmt
impl From<CreateTable> for Stmt
Source§fn from(node: CreateTable) -> Stmt
fn from(node: CreateTable) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTableAs> for Stmt
impl From<CreateTableAs> for Stmt
Source§fn from(node: CreateTableAs) -> Stmt
fn from(node: CreateTableAs) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTablespace> for Stmt
impl From<CreateTablespace> for Stmt
Source§fn from(node: CreateTablespace) -> Stmt
fn from(node: CreateTablespace) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTextSearchConfiguration> for Stmt
impl From<CreateTextSearchConfiguration> for Stmt
Source§fn from(node: CreateTextSearchConfiguration) -> Stmt
fn from(node: CreateTextSearchConfiguration) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTextSearchDictionary> for Stmt
impl From<CreateTextSearchDictionary> for Stmt
Source§fn from(node: CreateTextSearchDictionary) -> Stmt
fn from(node: CreateTextSearchDictionary) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTextSearchParser> for Stmt
impl From<CreateTextSearchParser> for Stmt
Source§fn from(node: CreateTextSearchParser) -> Stmt
fn from(node: CreateTextSearchParser) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTextSearchTemplate> for Stmt
impl From<CreateTextSearchTemplate> for Stmt
Source§fn from(node: CreateTextSearchTemplate) -> Stmt
fn from(node: CreateTextSearchTemplate) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTransform> for Stmt
impl From<CreateTransform> for Stmt
Source§fn from(node: CreateTransform) -> Stmt
fn from(node: CreateTransform) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateTrigger> for Stmt
impl From<CreateTrigger> for Stmt
Source§fn from(node: CreateTrigger) -> Stmt
fn from(node: CreateTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateType> for Stmt
impl From<CreateType> for Stmt
Source§fn from(node: CreateType) -> Stmt
fn from(node: CreateType) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateUser> for Stmt
impl From<CreateUser> for Stmt
Source§fn from(node: CreateUser) -> Stmt
fn from(node: CreateUser) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateUserMapping> for Stmt
impl From<CreateUserMapping> for Stmt
Source§fn from(node: CreateUserMapping) -> Stmt
fn from(node: CreateUserMapping) -> Stmt
Converts to this type from the input type.
Source§impl From<CreateView> for Stmt
impl From<CreateView> for Stmt
Source§fn from(node: CreateView) -> Stmt
fn from(node: CreateView) -> Stmt
Converts to this type from the input type.
Source§impl From<Deallocate> for Stmt
impl From<Deallocate> for Stmt
Source§fn from(node: Deallocate) -> Stmt
fn from(node: Deallocate) -> Stmt
Converts to this type from the input type.
Source§impl From<DropAccessMethod> for Stmt
impl From<DropAccessMethod> for Stmt
Source§fn from(node: DropAccessMethod) -> Stmt
fn from(node: DropAccessMethod) -> Stmt
Converts to this type from the input type.
Source§impl From<DropAggregate> for Stmt
impl From<DropAggregate> for Stmt
Source§fn from(node: DropAggregate) -> Stmt
fn from(node: DropAggregate) -> Stmt
Converts to this type from the input type.
Source§impl From<DropCollation> for Stmt
impl From<DropCollation> for Stmt
Source§fn from(node: DropCollation) -> Stmt
fn from(node: DropCollation) -> Stmt
Converts to this type from the input type.
Source§impl From<DropConversion> for Stmt
impl From<DropConversion> for Stmt
Source§fn from(node: DropConversion) -> Stmt
fn from(node: DropConversion) -> Stmt
Converts to this type from the input type.
Source§impl From<DropDatabase> for Stmt
impl From<DropDatabase> for Stmt
Source§fn from(node: DropDatabase) -> Stmt
fn from(node: DropDatabase) -> Stmt
Converts to this type from the input type.
Source§impl From<DropDomain> for Stmt
impl From<DropDomain> for Stmt
Source§fn from(node: DropDomain) -> Stmt
fn from(node: DropDomain) -> Stmt
Converts to this type from the input type.
Source§impl From<DropEventTrigger> for Stmt
impl From<DropEventTrigger> for Stmt
Source§fn from(node: DropEventTrigger) -> Stmt
fn from(node: DropEventTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<DropExtension> for Stmt
impl From<DropExtension> for Stmt
Source§fn from(node: DropExtension) -> Stmt
fn from(node: DropExtension) -> Stmt
Converts to this type from the input type.
Source§impl From<DropForeignDataWrapper> for Stmt
impl From<DropForeignDataWrapper> for Stmt
Source§fn from(node: DropForeignDataWrapper) -> Stmt
fn from(node: DropForeignDataWrapper) -> Stmt
Converts to this type from the input type.
Source§impl From<DropForeignTable> for Stmt
impl From<DropForeignTable> for Stmt
Source§fn from(node: DropForeignTable) -> Stmt
fn from(node: DropForeignTable) -> Stmt
Converts to this type from the input type.
Source§impl From<DropFunction> for Stmt
impl From<DropFunction> for Stmt
Source§fn from(node: DropFunction) -> Stmt
fn from(node: DropFunction) -> Stmt
Converts to this type from the input type.
Source§impl From<DropLanguage> for Stmt
impl From<DropLanguage> for Stmt
Source§fn from(node: DropLanguage) -> Stmt
fn from(node: DropLanguage) -> Stmt
Converts to this type from the input type.
Source§impl From<DropMaterializedView> for Stmt
impl From<DropMaterializedView> for Stmt
Source§fn from(node: DropMaterializedView) -> Stmt
fn from(node: DropMaterializedView) -> Stmt
Converts to this type from the input type.
Source§impl From<DropOperator> for Stmt
impl From<DropOperator> for Stmt
Source§fn from(node: DropOperator) -> Stmt
fn from(node: DropOperator) -> Stmt
Converts to this type from the input type.
Source§impl From<DropOperatorClass> for Stmt
impl From<DropOperatorClass> for Stmt
Source§fn from(node: DropOperatorClass) -> Stmt
fn from(node: DropOperatorClass) -> Stmt
Converts to this type from the input type.
Source§impl From<DropOperatorFamily> for Stmt
impl From<DropOperatorFamily> for Stmt
Source§fn from(node: DropOperatorFamily) -> Stmt
fn from(node: DropOperatorFamily) -> Stmt
Converts to this type from the input type.
Source§impl From<DropPolicy> for Stmt
impl From<DropPolicy> for Stmt
Source§fn from(node: DropPolicy) -> Stmt
fn from(node: DropPolicy) -> Stmt
Converts to this type from the input type.
Source§impl From<DropProcedure> for Stmt
impl From<DropProcedure> for Stmt
Source§fn from(node: DropProcedure) -> Stmt
fn from(node: DropProcedure) -> Stmt
Converts to this type from the input type.
Source§impl From<DropPublication> for Stmt
impl From<DropPublication> for Stmt
Source§fn from(node: DropPublication) -> Stmt
fn from(node: DropPublication) -> Stmt
Converts to this type from the input type.
Source§impl From<DropRoutine> for Stmt
impl From<DropRoutine> for Stmt
Source§fn from(node: DropRoutine) -> Stmt
fn from(node: DropRoutine) -> Stmt
Converts to this type from the input type.
Source§impl From<DropSchema> for Stmt
impl From<DropSchema> for Stmt
Source§fn from(node: DropSchema) -> Stmt
fn from(node: DropSchema) -> Stmt
Converts to this type from the input type.
Source§impl From<DropSequence> for Stmt
impl From<DropSequence> for Stmt
Source§fn from(node: DropSequence) -> Stmt
fn from(node: DropSequence) -> Stmt
Converts to this type from the input type.
Source§impl From<DropServer> for Stmt
impl From<DropServer> for Stmt
Source§fn from(node: DropServer) -> Stmt
fn from(node: DropServer) -> Stmt
Converts to this type from the input type.
Source§impl From<DropStatistics> for Stmt
impl From<DropStatistics> for Stmt
Source§fn from(node: DropStatistics) -> Stmt
fn from(node: DropStatistics) -> Stmt
Converts to this type from the input type.
Source§impl From<DropSubscription> for Stmt
impl From<DropSubscription> for Stmt
Source§fn from(node: DropSubscription) -> Stmt
fn from(node: DropSubscription) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTablespace> for Stmt
impl From<DropTablespace> for Stmt
Source§fn from(node: DropTablespace) -> Stmt
fn from(node: DropTablespace) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTextSearchConfig> for Stmt
impl From<DropTextSearchConfig> for Stmt
Source§fn from(node: DropTextSearchConfig) -> Stmt
fn from(node: DropTextSearchConfig) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTextSearchDict> for Stmt
impl From<DropTextSearchDict> for Stmt
Source§fn from(node: DropTextSearchDict) -> Stmt
fn from(node: DropTextSearchDict) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTextSearchParser> for Stmt
impl From<DropTextSearchParser> for Stmt
Source§fn from(node: DropTextSearchParser) -> Stmt
fn from(node: DropTextSearchParser) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTextSearchTemplate> for Stmt
impl From<DropTextSearchTemplate> for Stmt
Source§fn from(node: DropTextSearchTemplate) -> Stmt
fn from(node: DropTextSearchTemplate) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTransform> for Stmt
impl From<DropTransform> for Stmt
Source§fn from(node: DropTransform) -> Stmt
fn from(node: DropTransform) -> Stmt
Converts to this type from the input type.
Source§impl From<DropTrigger> for Stmt
impl From<DropTrigger> for Stmt
Source§fn from(node: DropTrigger) -> Stmt
fn from(node: DropTrigger) -> Stmt
Converts to this type from the input type.
Source§impl From<DropUserMapping> for Stmt
impl From<DropUserMapping> for Stmt
Source§fn from(node: DropUserMapping) -> Stmt
fn from(node: DropUserMapping) -> Stmt
Converts to this type from the input type.
Source§impl From<ImportForeignSchema> for Stmt
impl From<ImportForeignSchema> for Stmt
Source§fn from(node: ImportForeignSchema) -> Stmt
fn from(node: ImportForeignSchema) -> Stmt
Converts to this type from the input type.
Source§impl From<ParenSelect> for Stmt
impl From<ParenSelect> for Stmt
Source§fn from(node: ParenSelect) -> Stmt
fn from(node: ParenSelect) -> Stmt
Converts to this type from the input type.
Source§impl From<PrepareTransaction> for Stmt
impl From<PrepareTransaction> for Stmt
Source§fn from(node: PrepareTransaction) -> Stmt
fn from(node: PrepareTransaction) -> Stmt
Converts to this type from the input type.
Source§impl From<ReleaseSavepoint> for Stmt
impl From<ReleaseSavepoint> for Stmt
Source§fn from(node: ReleaseSavepoint) -> Stmt
fn from(node: ReleaseSavepoint) -> Stmt
Converts to this type from the input type.
Source§impl From<SecurityLabel> for Stmt
impl From<SecurityLabel> for Stmt
Source§fn from(node: SecurityLabel) -> Stmt
fn from(node: SecurityLabel) -> Stmt
Converts to this type from the input type.
Source§impl From<SelectInto> for Stmt
impl From<SelectInto> for Stmt
Source§fn from(node: SelectInto) -> Stmt
fn from(node: SelectInto) -> Stmt
Converts to this type from the input type.
Source§impl From<SetConstraints> for Stmt
impl From<SetConstraints> for Stmt
Source§fn from(node: SetConstraints) -> Stmt
fn from(node: SetConstraints) -> Stmt
Converts to this type from the input type.
Source§impl From<SetSessionAuth> for Stmt
impl From<SetSessionAuth> for Stmt
Source§fn from(node: SetSessionAuth) -> Stmt
fn from(node: SetSessionAuth) -> Stmt
Converts to this type from the input type.
Source§impl From<SetTransaction> for Stmt
impl From<SetTransaction> for Stmt
Source§fn from(node: SetTransaction) -> Stmt
fn from(node: SetTransaction) -> Stmt
Converts to this type from the input type.
impl Eq for Stmt
impl StructuralPartialEq for Stmt
Auto Trait Implementations§
impl Freeze for Stmt
impl !RefUnwindSafe for Stmt
impl !Send for Stmt
impl !Sync for Stmt
impl Unpin for Stmt
impl !UnwindSafe for Stmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more