| Modifier and Type | Class and Description |
|---|---|
static class |
DeclareStatement.TypeDefExpr |
| Constructor and Description |
|---|
DeclareStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
void |
addColumnDefinition(ColumnDefinition colDef) |
void |
addType(ColDataType colDataType,
Expression defaultExpr) |
void |
addType(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
List<ColumnDefinition> |
getColumnDefinitions() |
DeclareType |
getType() |
List<DeclareStatement.TypeDefExpr> |
getTypeDefinitions() |
String |
getTypeName() |
UserVariable |
getUserVariable() |
void |
setDeclareType(DeclareType type) |
void |
setTypeName(String typeName) |
void |
setUserVariable(UserVariable userVariable) |
String |
toString() |
public void setUserVariable(UserVariable userVariable)
public UserVariable getUserVariable()
public DeclareType getType()
public String getTypeName()
public void setDeclareType(DeclareType type)
public void addType(ColDataType colDataType, Expression defaultExpr)
public void addType(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr)
public void addColumnDefinition(ColumnDefinition colDef)
public List<ColumnDefinition> getColumnDefinitions()
public List<DeclareStatement.TypeDefExpr> getTypeDefinitions()
public void setTypeName(String typeName)
public void accept(StatementVisitor statementVisitor)
Copyright © 2004–2019 JSQLParser. All rights reserved.