| Package | Description |
|---|---|
| net.sf.jsqlparser.expression | |
| net.sf.jsqlparser.parser | |
| net.sf.jsqlparser.statement.alter | |
| net.sf.jsqlparser.statement.create.table |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
CastExpression.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CastExpression.setType(ColDataType type) |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
CCJSqlParser.ColDataType() |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
AlterExpression.ColumnDataType.getColDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterExpression.addColDataType(String columnName,
ColDataType colDataType) |
| Constructor and Description |
|---|
ColumnDataType(String columnName,
boolean withType,
ColDataType colDataType,
List<String> columnSpecs) |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
ColumnDefinition.getColDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setColDataType(ColDataType type) |
Copyright © 2004–2019 JSQLParser. All rights reserved.