public class SQLBuilderBase.GrantBuilderBase extends Object implements SQLBuilder.GrantBuilder
Modifier and Type | Field and Description |
---|---|
protected Map<String,SQLBuilder.GrantRoleBuilder> |
roles |
protected SQLBuilder.TableNameBuilder |
table |
Constructor and Description |
---|
GrantBuilderBase() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionBuilder.Visitor visitor,
ExpressionBuilder.VisitorFilter filter) |
SQLBuilder.GrantRoleBuilder |
role(String role) |
SQLBuilder.TableNameBuilder |
table() |
String |
toString() |
List<String> |
toStrings() |
protected SQLBuilder.TableNameBuilder table
protected Map<String,SQLBuilder.GrantRoleBuilder> roles
public SQLBuilder.TableNameBuilder table()
table
in interface SQLBuilder.GrantBuilder
public void accept(ExpressionBuilder.Visitor visitor, ExpressionBuilder.VisitorFilter filter)
accept
in interface ExpressionBuilder.Visitable
public SQLBuilder.GrantRoleBuilder role(String role)
role
in interface SQLBuilder.GrantBuilder
public List<String> toStrings()
toStrings
in interface SQLBuilder.GrantBuilder