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