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 Details

    • getBaseName

      String getBaseName()
      Return the base name of the table
      Returns:
      the base name
    • getExposedName

      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

      String getSchemaName()
      Return the schema for the table.
      Returns:
      the schema name