Package org.eclipse.datatools.sqltools.parsers.sql.query.postparse

Class Summary
DataTypeResolver The DataTypeResolver resolves the DataTypes of QueryValueExpressions based on the DataTypes already been resolved for the ValueExpressionColumns.
RoutineReferenceResolver This class resolves and validates references to a SQL model stored procedure in a CALL statement during the post-parse processing (semantic processing) phase of parsing.
TableReferenceResolver The TableReferenceResolver resolves references between columns and tables as well as tables and schemas.