public abstract static class CalciteSchema.Entry extends Object
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.
| Modifier and Type | Field and Description |
|---|---|
String |
name |
CalciteSchema |
schema |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(CalciteSchema schema,
String name) |
public final CalciteSchema schema
public final String name
protected Entry(CalciteSchema schema, String name)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.