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.

Author:
jamie

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

Returns:
the base name

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.

Returns:
the base name

getSchemaName

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

Returns:
the schema name

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.