|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ execute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.execute
Interface ExecCursorTableReference

- public interface ExecCursorTableReference
This is a table name reference that can be retrieved from an active cursor.
| Method Summary | |
java.lang.String |
getBaseName()
Return the base name of the table |
java.lang.String |
getExposedName()
Return the exposed name of the table. |
java.lang.String |
getSchemaName()
Return the schema for the table. |
| Method Detail |
getBaseName
public java.lang.String getBaseName()
- Return the base name of the table
getExposedName
public java.lang.String getExposedName()
- 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.
getSchemaName
public java.lang.String getSchemaName()
- Return the schema for the table.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ execute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC