OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
org.apache.calcite.sql.validate.SqlValidatorImpl.DmlNamespace Class Reference
+ Inheritance diagram for org.apache.calcite.sql.validate.SqlValidatorImpl.DmlNamespace:
+ Collaboration diagram for org.apache.calcite.sql.validate.SqlValidatorImpl.DmlNamespace:

Protected Member Functions

 DmlNamespace (SqlValidatorImpl validator, SqlNode id, SqlNode enclosingNode, SqlValidatorScope parentScope)
 

Detailed Description

Common base class for DML statement namespaces.

Definition at line 5664 of file SqlValidatorImpl.java.

Constructor & Destructor Documentation

org.apache.calcite.sql.validate.SqlValidatorImpl.DmlNamespace.DmlNamespace ( SqlValidatorImpl  validator,
SqlNode  id,
SqlNode  enclosingNode,
SqlValidatorScope  parentScope 
)
inlineprotected

Definition at line 5665 of file SqlValidatorImpl.java.

5666  {
5667  super(validator, id, enclosingNode, parentScope);
5668  }

The documentation for this class was generated from the following file: