SQLGrantStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor 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.
getIdentifiedBy
SQLExpr getIdentifiedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getIdentifiedByPassword
string getIdentifiedByPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxConnectionsPerHour
SQLExpr getMaxConnectionsPerHour()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxQueriesPerHour
SQLExpr getMaxQueriesPerHour()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxUpdatesPerHour
SQLExpr getMaxUpdatesPerHour()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxUserConnections
SQLExpr getMaxUserConnections()
Undocumented in source. Be warned that the author may not have intended to support it.
getObjectType
SQLObjectType getObjectType()
Undocumented in source. Be warned that the author may not have intended to support it.
getOn
SQLObject getOn()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrivileges
List!SQLExpr getPrivileges()
Undocumented in source. Be warned that the author may not have intended to support it.
getTo
SQLExpr getTo()
Undocumented in source. Be warned that the author may not have intended to support it.
getWithGrantOption
bool getWithGrantOption()
Undocumented in source. Be warned that the author may not have intended to support it.
isAdminOption
bool isAdminOption()
Undocumented in source. Be warned that the author may not have intended to support it.
setAdminOption
void setAdminOption(bool adminOption)
Undocumented in source. Be warned that the author may not have intended to support it.
setIdentifiedBy
void setIdentifiedBy(SQLExpr identifiedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setIdentifiedByPassword
void setIdentifiedByPassword(string identifiedByPassword)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxConnectionsPerHour
void setMaxConnectionsPerHour(SQLExpr maxConnectionsPerHour)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxQueriesPerHour
void setMaxQueriesPerHour(SQLExpr maxQueriesPerHour)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxUpdatesPerHour
void setMaxUpdatesPerHour(SQLExpr maxUpdatesPerHour)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxUserConnections
void setMaxUserConnections(SQLExpr maxUserConnections)
Undocumented in source. Be warned that the author may not have intended to support it.
setObjectType
void setObjectType(SQLObjectType objectType)
Undocumented in source. Be warned that the author may not have intended to support it.
setOn
void setOn(SQLObject on)
Undocumented in source. Be warned that the author may not have intended to support it.
setTo
void setTo(SQLExpr to)
Undocumented in source. Be warned that the author may not have intended to support it.
setWithGrantOption
void setWithGrantOption(bool withGrantOption)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

objectType
SQLObjectType objectType;
Undocumented in source.
on
SQLObject on;
Undocumented in source.
privileges
List!SQLExpr privileges;
Undocumented in source.
to
SQLExpr to;
Undocumented in source.

Inherited Members

From SQLStatementImpl

dbType
string dbType;
Undocumented in source.
afterSemi
bool afterSemi;
Undocumented in source.
headHints
List!SQLCommentHint headHints;
Undocumented in source.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
setDbType
void setDbType(string dbType)
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.
toLowerCaseString
string toLowerCaseString()
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.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeadHintsDirect
List!SQLCommentHint getHeadHintsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadHints
void setHeadHints(List!SQLCommentHint headHints)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta