MySqlUserName

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.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.
clone
MySqlUserName clone()
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.
getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getIdentifiedBy
string getIdentifiedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getSimpleName
string getSimpleName()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserName
string getUserName()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode64
long hashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
nameHashCode64
long nameHashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
setHost
void setHost(string host)
Undocumented in source. Be warned that the author may not have intended to support it.
setIdentifiedBy
void setIdentifiedBy(string identifiedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserName
void setUserName(string userName)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlExprImpl

computeDataType
alias computeDataType = MySqlObjectImpl.computeDataType
Undocumented in source.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.

From SQLName

getSimpleName
string getSimpleName()
Undocumented in source.
clone
SQLName clone()
Undocumented in source.
nameHashCode64
long nameHashCode64()
Undocumented in source.
hashCode64
long hashCode64()
Undocumented in source.

Meta