Uses of Class
gudusoft.gsqlparser.sqlenv.TSQLTable
Packages that use TSQLTable
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TSQLTable in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TSQLTableMethods in gudusoft.gsqlparser.nodes with parameters of type TSQLTableModifier and TypeMethodDescriptionvoidTPivotInClause.linkColumnToTable(TTable table, TSQLTable sqlTable) voidTTable.setResolvedTable(TSQLTable resolvedTable) -
Uses of TSQLTable in gudusoft.gsqlparser.resolver2.namespace
Methods in gudusoft.gsqlparser.resolver2.namespace that return TSQLTableModifier and TypeMethodDescriptionTableNamespace.getResolvedTable()Get the resolved TSQLTable from SQLEnv. -
Uses of TSQLTable in gudusoft.gsqlparser.sqlenv
Methods in gudusoft.gsqlparser.sqlenv that return TSQLTableModifier and TypeMethodDescriptionAdd a new table to the SQLEnv.TSQLSchema.createTable(String tableName) create a table belong to this schema.TSQLSchema.createTable(String tableName, int priority) 查找表(便捷方法)TSQLColumn.getSqlTable()table include this columnTSQLEnv.searchTable(TObjectName tableName) TSQLEnv.searchTable(String qualifiedTablename) find a table in the SQL environment by using a qualified table name: catalogName.schemaName.tableNameMethods in gudusoft.gsqlparser.sqlenv with parameters of type TSQLTableModifier and TypeMethodDescriptionHierarchicalResolver.findAllColumns(TSQLTable table) 批量查找列(便捷方法)HierarchicalResolver.findColumn(TSQLTable table, String columnName) 查找列(便捷方法)Constructors in gudusoft.gsqlparser.sqlenv with parameters of type TSQLTableModifierConstructorDescriptionTSQLColumn(TSQLTable sqlTable, String columnName) create a new column and add to the tableTSQLColumn(TSQLTable sqlTable, String columnName, TTypeName dataType) -
Uses of TSQLTable in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt with parameters of type TSQLTableModifier and TypeMethodDescriptionvoidTSelectSqlStatement.addColumnInSelectListToSQLEnv(TSQLTable sqlTable)