Uses of Class
org.teiid.query.sql.lang.Create
-
-
Uses of Create in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type Create Modifier and Type Method Description void
AuthorizationValidationVisitor. visit(Create obj)
-
Uses of Create in org.teiid.query.parser
Methods in org.teiid.query.parser that return Create Modifier and Type Method Description Create
SQLParser. createForeignTempTable(ParseInfo info)
-
Uses of Create in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type Create Modifier and Type Method Description static void
TempTableResolver. addAdditionalMetadata(Create create, TempMetadataID tempTable)
-
Uses of Create in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Create Modifier and Type Method Description void
LanguageVisitor. visit(Create obj)
-
Uses of Create in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Create Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Create obj)
-
Uses of Create in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Create Modifier and Type Method Description void
SQLStringVisitor. visit(Create obj)
-
Uses of Create in org.teiid.query.tempdata
Methods in org.teiid.query.tempdata that return Create Modifier and Type Method Description static Create
GlobalTableStoreImpl. getCreateCommand(GroupSymbol group, boolean matview, QueryMetadataInterface metadata)
Methods in org.teiid.query.tempdata with parameters of type Create Modifier and Type Method Description void
TempTableStore.RecursiveTableProcessor. alterCreate(Create create)
void
TempTableStore.TableProcessor. alterCreate(Create create)
Alter the create if needed -
Uses of Create in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type Create Modifier and Type Method Description void
ValidationVisitor. visit(Create obj)
-