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.GrantBuilderpublic void accept(ExpressionBuilder.Visitor visitor, ExpressionBuilder.VisitorFilter filter)
accept in interface ExpressionBuilder.Visitablepublic SQLBuilder.GrantRoleBuilder role(String role)
role in interface SQLBuilder.GrantBuilderpublic List<String> toStrings()
toStrings in interface SQLBuilder.GrantBuilder