| 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 |
TSQLTable.getColumn(String columnName) |
TSQLColumn |
TSQLEnv.getColumnInTable(String qualifiedTablename,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
List<TSQLColumn> |
TSQLTable.getColumnList()
column list
|