| java.lang.Object org.apache.derby.impl.sql.CursorTableReference
CursorTableReference | public CursorTableReference()(Code) | | Niladic constructor for Formatable
|
getBaseName | public String getBaseName()(Code) | | Return the base name of the table
the base name |
getExposedName | public String getExposedName()(Code) | | Return the exposed name of the table. Exposed
name is another term for correlation name. If
there is no correlation, this will return the base
name.
the base name |
getSchemaName | public String getSchemaName()(Code) | | Return the schema for the table.
the schema name |
getTypeFormatId | public int getTypeFormatId()(Code) | | Get the formatID which corresponds to this class.
the formatID of this class |
|
|