Role

Represents a role. Roles can be granted to users, and to other roles.

Methods
ArrayList getChildren()
ArrayList getChildren()
String getCreateSQL(boolean ifNotExists)
Get the CREATE SQL statement for this object.
String getCreateSQL(boolean ifNotExists)
Get the CREATE SQL statement for this object.
Parameters:
ifNotExists - true if IF NOT EXISTS should be used
Returns:
the SQL statement
String getCreateSQL()
String getCreateSQL()
String getCreateSQLForCopy(Table table, String quotedName)
String getCreateSQLForCopy(Table table, String quotedName)
int getType()
int getType()
void removeChildrenAndResources(SessionLocal session)
void removeChildrenAndResources(SessionLocal session)