Package org.apache.calcite.jdbc
Class CalciteSchema.Entry
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
- Direct Known Subclasses:
CalciteSchema.FunctionEntry
,CalciteSchema.LatticeEntry
,CalciteSchema.TableEntry
,CalciteSchema.TypeEntry
- Enclosing class:
CalciteSchema
Entry in a schema, such as a table or sub-schema.
Each object's name is a property of its membership in a schema; therefore in principle it could belong to several schemas, or even the same schema several times, with different names. In this respect, it is like an inode in a Unix file system.
The members of a schema must have unique names.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
schema
-
name
-
-
Constructor Details
-
Entry
-
-
Method Details
-
path
Returns this object's path. For example ["hr", "emps"].
-