| Package | Description |
|---|---|
| net.sf.jsqlparser.expression | |
| net.sf.jsqlparser.parser | |
| net.sf.jsqlparser.statement | |
| net.sf.jsqlparser.statement.alter | |
| net.sf.jsqlparser.statement.create.table |
| Modifier and Type | Field and Description |
|---|---|
ColDataType |
Alias.AliasColumn.colDataType |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
XMLSerializeExpr.getDataType() |
ColDataType |
CastExpression.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSerializeExpr.setDataType(ColDataType dataType) |
void |
CastExpression.setType(ColDataType type) |
CastExpression |
CastExpression.withType(ColDataType type) |
| Constructor and Description |
|---|
AliasColumn(String name,
ColDataType colDataType) |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
CCJSqlParser.ColDataType() |
| Modifier and Type | Field and Description |
|---|---|
ColDataType |
DeclareStatement.TypeDefExpr.colDataType |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatement.addType(ColDataType colDataType,
Expression defaultExpr) |
void |
DeclareStatement.addType(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
| Constructor and Description |
|---|
TypeDefExpr(ColDataType colDataType,
Expression defaultExpr) |
TypeDefExpr(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterExpression.addColDataType(String columnName,
ColDataType colDataType) |
AlterExpression.ColumnDataType |
AlterExpression.ColumnDataType.withColDataType(ColDataType colDataType) |
| Constructor and Description |
|---|
ColumnDataType(String columnName,
boolean withType,
ColDataType colDataType,
List<String> columnSpecs) |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
ColDataType.addArgumentsStringList(Collection<String> argumentsStringList) |
ColDataType |
ColDataType.addArgumentsStringList(String... argumentsStringList) |
ColDataType |
ColDataType.addArrayData(Collection<Integer> arrayData) |
ColDataType |
ColDataType.addArrayData(Integer... arrayData) |
ColDataType |
ColumnDefinition.getColDataType() |
ColDataType |
ColDataType.withArgumentsStringList(List<String> argumentsStringList) |
ColDataType |
ColDataType.withArrayData(List<Integer> arrayData) |
ColDataType |
ColDataType.withCharacterSet(String characterSet) |
ColDataType |
ColDataType.withDataType(String dataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setColDataType(ColDataType type) |
ColumnDefinition |
ColumnDefinition.withColDataType(ColDataType colDataType) |
| Constructor and Description |
|---|
ColumnDefinition(String columnName,
ColDataType colDataType) |
ColumnDefinition(String columnName,
ColDataType colDataType,
List<String> columnSpecs) |
Copyright © 2004–2021 JSQLParser. All rights reserved.