| Modifier and Type | Method and Description |
|---|---|
static SQLDataType |
SQLTransformUtils.transformOracleToAliyunAds(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToMySql(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToPostgresql(SQLDataType x) |
| Modifier and Type | Method and Description |
|---|---|
static SQLDataType |
SQLTransformUtils.transformOracleToAliyunAds(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToMySql(SQLDataType x) |
static SQLDataType |
SQLTransformUtils.transformOracleToPostgresql(SQLDataType x) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLArrayDataType |
class |
SQLDataTypeImpl |
class |
SQLMapDataType |
class |
SQLRecordDataType |
class |
SQLStructDataType |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
SQLDataType.clone() |
SQLDataType |
SQLObjectImpl.computeDataType() |
SQLDataType |
SQLExpr.computeDataType() |
SQLDataType |
SQLExprImpl.computeDataType() |
SQLDataType |
SQLArrayDataType.getComponentType() |
SQLDataType |
SQLDeclareItem.getDataType() |
SQLDataType |
SQLParameter.getDataType() |
SQLDataType |
SQLObjectWithDataType.getDataType() |
SQLDataType |
SQLStructDataType.Field.getDataType() |
SQLDataType |
SQLMapDataType.getKeyType() |
SQLDataType |
SQLMapDataType.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLStructDataType.addField(SQLName name,
SQLDataType dataType) |
void |
SQLArrayDataType.setComponentType(SQLDataType x) |
void |
SQLDeclareItem.setDataType(SQLDataType dataType) |
void |
SQLParameter.setDataType(SQLDataType dataType) |
void |
SQLObjectWithDataType.setDataType(SQLDataType dataType) |
void |
SQLStructDataType.Field.setDataType(SQLDataType x) |
void |
SQLMapDataType.setKeyType(SQLDataType x) |
void |
SQLMapDataType.setValueType(SQLDataType x) |
| Constructor and Description |
|---|
Field(SQLName name,
SQLDataType dataType) |
SQLArrayDataType(SQLDataType componentType) |
SQLArrayDataType(SQLDataType componentType,
String dbType) |
SQLDeclareItem(SQLName name,
SQLDataType dataType) |
SQLDeclareItem(SQLName name,
SQLDataType dataType,
SQLExpr value) |
SQLMapDataType(SQLDataType keyType,
SQLDataType valueType) |
SQLMapDataType(SQLDataType keyType,
SQLDataType valueType,
String dbType) |
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
SQLDateExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLCharExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLIntegerExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLBooleanExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLTimestampExpr.DEFAULT_DATA_TYPE |
static SQLDataType |
SQLNumberExpr.defaultDataType |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCastExpr.setDataType(SQLDataType dataType) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLCharacterDataType |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
SQLSelectItem.computeDataType() |
SQLDataType |
SQLCreateFunctionStatement.getDataType() |
SQLDataType |
SQLAlterTableAlterColumn.getDataType() |
SQLDataType |
SQLColumnDefinition.getDataType() |
SQLDataType |
SQLCreateFunctionStatement.getReturnDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateFunctionStatement.setDataType(SQLDataType dataType) |
void |
SQLAlterTableAlterColumn.setDataType(SQLDataType x) |
void |
SQLColumnDefinition.setDataType(SQLDataType dataType) |
void |
SQLCreateFunctionStatement.setReturnDataType(SQLDataType returnDataType) |
| Constructor and Description |
|---|
SQLDeclareStatement(SQLName name,
SQLDataType dataType) |
SQLDeclareStatement(SQLName name,
SQLDataType dataType,
SQLExpr value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlOutputVisitor.visit(SQLDataType x) |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
OdpsExprParser.parseDataType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OdpsOutputVisitor.visit(SQLDataType x) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDataTypeIntervalDay |
class |
OracleDataTypeIntervalYear |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
OracleSQLObjectImpl.computeDataType() |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
OracleAnalytic.computeDataType() |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
OracleCreateTypeStatement.getTableOf() |
SQLDataType |
OracleCreateTypeStatement.getVarrayDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleCreateTypeStatement.setTableOf(SQLDataType x) |
void |
OracleCreateTypeStatement.setVarrayDataType(SQLDataType x) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleFunctionDataType |
class |
OracleProcedureDataType |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
OracleFunctionDataType.getReturnDataType() |
SQLDataType |
OracleExprParser.parseDataType(boolean restrict) |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleFunctionDataType.setReturnDataType(SQLDataType x) |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
PGExprParser.parseDataType() |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
SQLExprParser.parseDataType() |
SQLDataType |
SQLExprParser.parseDataType(boolean restrict) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLDataType x) |
void |
SQLASTVisitor.endVisit(SQLDataType x) |
boolean |
SQLASTVisitorAdapter.visit(SQLDataType x) |
boolean |
SQLASTOutputVisitor.visit(SQLDataType x) |
boolean |
SQLASTVisitor.visit(SQLDataType x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.