MySqlCreateServerStatement

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getDatabase
SQLExpr getDatabase()
Undocumented in source. Be warned that the author may not have intended to support it.
getForeignDataWrapper
SQLName getForeignDataWrapper()
Undocumented in source. Be warned that the author may not have intended to support it.
getHost
SQLExpr getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getOwner
SQLExpr getOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
getPassword
SQLExpr getPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
SQLExpr getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
getSocket
SQLExpr getSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
getUser
SQLExpr getUser()
Undocumented in source. Be warned that the author may not have intended to support it.
setDatabase
void setDatabase(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setForeignDataWrapper
void setForeignDataWrapper(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
setHost
void setHost(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
setOwner
void setOwner(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setPassword
void setPassword(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setPort
void setPort(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setSocket
void setSocket(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setUser
void setUser(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlStatementImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!(SQLObject) getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta