| Package | Description |
|---|---|
| net.sf.jsqlparser.expression | |
| 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 |
ColDataType |
Alias.AliasColumn.colDataType |
| Modifier and Type | Method and Description |
|---|---|
ColDataType |
CastExpression.getColDataType() |
ColDataType |
CastExpression.getColDataType() |
ColDataType |
XMLSerializeExpr.getDataType() |
ColDataType |
XMLSerializeExpr.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CastExpression.setColDataType(ColDataType colDataType) |
void |
CastExpression.setColDataType(ColDataType colDataType) |
void |
XMLSerializeExpr.setDataType(ColDataType dataType) |
void |
XMLSerializeExpr.setDataType(ColDataType dataType) |
CastExpression |
CastExpression.withType(ColDataType type) |
CastExpression |
CastExpression.withType(ColDataType type) |
| Constructor and Description |
|---|
AliasColumn(String name,
ColDataType colDataType) |
AliasColumn(String name,
ColDataType colDataType) |
| Modifier and Type | Field and Description |
|---|---|
ColDataType |
DeclareStatement.TypeDefExpr.colDataType |
ColDataType |
DeclareStatement.TypeDefExpr.colDataType |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatement.addType(ColDataType colDataType,
Expression defaultExpr) |
void |
DeclareStatement.addType(ColDataType colDataType,
Expression defaultExpr) |
void |
DeclareStatement.addType(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
void |
DeclareStatement.addType(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
| Constructor and Description |
|---|
TypeDefExpr(ColDataType colDataType,
Expression defaultExpr) |
TypeDefExpr(ColDataType colDataType,
Expression defaultExpr) |
TypeDefExpr(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
TypeDefExpr(UserVariable userVariable,
ColDataType colDataType,
Expression defaultExpr) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterExpression.addColDataType(String columnName,
ColDataType colDataType) |
void |
AlterExpression.addColDataType(String columnName,
ColDataType colDataType) |
AlterExpression.ColumnDataType |
AlterExpression.ColumnDataType.withColDataType(ColDataType colDataType) |
AlterExpression.ColumnDataType |
AlterExpression.ColumnDataType.withColDataType(ColDataType colDataType) |
| Constructor and Description |
|---|
ColumnDataType(String columnName,
boolean withType,
ColDataType colDataType,
List<String> columnSpecs) |
ColumnDataType(String columnName,
boolean withType,
ColDataType colDataType,
List<String> columnSpecs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setColDataType(ColDataType type) |
void |
ColumnDefinition.setColDataType(ColDataType type) |
ColumnDefinition |
ColumnDefinition.withColDataType(ColDataType colDataType) |
ColumnDefinition |
ColumnDefinition.withColDataType(ColDataType colDataType) |
| Constructor and Description |
|---|
ColumnDefinition(String columnName,
ColDataType colDataType) |
ColumnDefinition(String columnName,
ColDataType colDataType) |
ColumnDefinition(String columnName,
ColDataType colDataType,
List<String> columnSpecs) |
ColumnDefinition(String columnName,
ColDataType colDataType,
List<String> columnSpecs) |
Copyright © 2004–2023 JSQLParser. All rights reserved.