Package gudusoft.gsqlparser.resolver2.scope
package gudusoft.gsqlparser.resolver2.scope
-
ClassDescriptionAbstract base class for all scopes.Scope for Common Table Expressions (WITH clause).Scope for DELETE statement.Empty scope - terminates the scope chain.Scope for FROM clause.Global scope - contains session-level objects and metadata.Scope for GROUP BY clause.Scope for HAVING clause.Callback interface for collecting resolution results.Represents a name resolution scope in SQL.Scope for JOIN operations.Nullable semantics for a JOIN operationBase class for scopes that manage a list of child namespaces.Scope for MERGE statement.Scope for Oracle PL/SQL package bodies.Scope for ORDER BY clause.Scope for PL/SQL blocks (Oracle, PostgreSQL PL/pgSQL).Default implementation of IResolved that collects all matches.Represents a single match found during resolutionScope for SELECT statement.Scope for UPDATE statement.