org.apache.derby.iapi.sql.execute
Interface ExecCursorTableReference

All Known Implementing Classes:
CursorTableReference

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

java.lang.String getBaseName()
Return the base name of the table

Returns:
the base name

getExposedName

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.

Returns:
the base name

getSchemaName

java.lang.String getSchemaName()
Return the schema for the table.

Returns:
the schema name

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.