| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| gudusoft.gsqlparser.sqlenv |
| Modifier and Type | Method and Description |
|---|---|
TSQLColumn |
TAttributeNode.getSqlColumn() |
| Constructor and Description |
|---|
TAttributeNode(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) |
| Modifier and Type | Method and Description |
|---|---|
TSQLColumn |
HierarchicalResolver.findColumn(TSQLTable table,
String columnName)
查找列(便捷方法)
|
TSQLColumn |
TSQLTable.getColumn(String columnName) |
TSQLColumn |
TSQLEnv.getColumnInTable(String qualifiedTablename,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
List<TSQLColumn> |
HierarchicalResolver.findAllColumns(TSQLTable table)
批量查找列(便捷方法)
|
List<TSQLColumn> |
TSQLTable.getColumnList()
column list
|