Uses of Class
gudusoft.gsqlparser.sqlenv.TSQLColumn
Packages that use TSQLColumn
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of TSQLColumn in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TSQLColumnConstructors in gudusoft.gsqlparser with parameters of type TSQLColumnModifierConstructorDescriptionTAttributeNode(String n, TTable table, TSQLColumn columnDef) TAttributeNode(String n, TTable table, TSQLColumn columnDef, TResultColumn attribute) TAttributeNode(String n, TTable table, TSQLColumn columnDef, TResultColumn attribute, int index) -
Uses of TSQLColumn in gudusoft.gsqlparser.sqlenv
Methods in gudusoft.gsqlparser.sqlenv that return TSQLColumnModifier and TypeMethodDescriptionHierarchicalResolver.findColumn(TSQLTable table, String columnName) 查找列(便捷方法)TSQLEnv.getColumnInTable(String qualifiedTablename, String columnName) Methods in gudusoft.gsqlparser.sqlenv that return types with arguments of type TSQLColumnModifier and TypeMethodDescriptionHierarchicalResolver.findAllColumns(TSQLTable table) 批量查找列(便捷方法)TSQLTable.getColumnList()column list