MySqlIgnoreIndexHint

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

Inherited Members

From MySqlIndexHintImpl

accept0
alias accept0 = MySqlObjectImpl.accept0
Undocumented in source.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.
getOption
MySqlIndexHint.Option getOption()
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.
getIndexList
List!(SQLName) getIndexList()
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.
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.

Meta