public class AddColumnAnalyzedStatement extends AbstractDDLAnalyzedStatement
tableParameter
Modifier | Constructor and Description |
---|---|
protected |
AddColumnAnalyzedStatement(Schemas schemas) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> visitor,
C context) |
AnalyzedTableElements |
analyzedTableElements() |
void |
analyzedTableElements(AnalyzedTableElements analyzedTableElements) |
boolean |
newPrimaryKeys() |
void |
newPrimaryKeys(boolean newPrimaryKeys) |
DocTableInfo |
table() |
void |
table(TableIdent tableIdent) |
tableParameter
protected AddColumnAnalyzedStatement(Schemas schemas)
public void table(TableIdent tableIdent)
public DocTableInfo table()
public <C,R> R accept(AnalyzedStatementVisitor<C,R> visitor, C context)
accept
in interface AnalyzedStatement
accept
in class AbstractDDLAnalyzedStatement
public void analyzedTableElements(AnalyzedTableElements analyzedTableElements)
public AnalyzedTableElements analyzedTableElements()
public void newPrimaryKeys(boolean newPrimaryKeys)
public boolean newPrimaryKeys()