MySqlIndexHintImpl

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.
clone
MySqlIndexHintImpl clone()
Undocumented in source.
cloneTo
void cloneTo(MySqlIndexHintImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
getIndexList
List!(SQLName) getIndexList()
Undocumented in source. Be warned that the author may not have intended to support it.
getOption
MySqlIndexHint.Option getOption()
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexList
void setIndexList(List!(SQLName) indexList)
Undocumented in source. Be warned that the author may not have intended to support it.
setOption
void setOption(MySqlIndexHint.Option option)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
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.

From MySqlIndexHint

Option
struct Option
Undocumented in source.

Meta