Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.sql.execute
Interface ExecCursorTableReference  view ExecCursorTableReference download ExecCursorTableReference.java


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.