public class TSQLResolver extends Object
TAttributeNode
Constructor and Description |
---|
TSQLResolver(gudusoft.gsqlparser.compiler.TContext context,
TStatementList statements)
Creates a new SQL resolver instance.
|
Modifier and Type | Method and Description |
---|---|
void |
reportNewColumns(int count) |
boolean |
resolve()
Performs complete semantic analysis of SQL statements.
|
public TSQLResolver(gudusoft.gsqlparser.compiler.TContext context, TStatementList statements)
context
- The global context containing SQL environment and scope informationstatements
- List of SQL statements to analyzepublic boolean resolve()
public void reportNewColumns(int count)