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 |
| Constructor and Description |
|---|
CalciteSchema.Entry(CalciteSchema schema,
String name) |
public final CalciteSchema schema
public final String name
public CalciteSchema.Entry(CalciteSchema schema, String name)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.