Package | Description |
---|---|
org.teiid.query.metadata | |
org.teiid.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseStore.alterBaseColumn(String objectName,
Database.ResourceType type,
String childName,
SQLParserUtil.ParsedDataType datatype,
boolean autoIncrement,
boolean notNull) |
Modifier and Type | Method and Description |
---|---|
SQLParserUtil.ParsedDataType |
SQLParser.parseBasicDataType() |
SQLParserUtil.ParsedDataType |
SQLParser.parseDataType() |
SQLParserUtil.ParsedDataType |
SQLParser.parseDataTypePrimary() |
Modifier and Type | Method and Description |
---|---|
void |
SQLParser.postCreateColumn(MetadataFactory factory,
Table table,
String element,
SQLParserUtil.ParsedDataType type,
boolean autoIncrement,
boolean notNull) |
static void |
SQLParserUtil.setTypeInfo(SQLParserUtil.ParsedDataType type,
BaseColumn column) |
Copyright © 2020. All rights reserved.