Class CursorTableReference

java.lang.Object
org.apache.derby.impl.sql.CursorTableReference
All Implemented Interfaces:
Externalizable, Serializable, Formatable, TypedFormat, ExecCursorTableReference

public class CursorTableReference extends Object implements ExecCursorTableReference, Formatable
See Also:
  • Field Details

    • exposedName

      private String exposedName
      This class implements Formatable. That means that it can write itself to and from a formatted stream. If you add more fields to this class, make sure that you also write/read them with the writeExternal()/readExternal() methods. If, inbetween releases, you add more fields to this class, then you should bump the version number emitted by the getTypeFormatId() method.
    • baseName

      private String baseName
    • schemaName

      private String schemaName
  • Constructor Details

    • CursorTableReference

      public CursorTableReference()
      Niladic constructor for Formatable
    • CursorTableReference

      public CursorTableReference(String exposedName, String baseName, String schemaName)
  • Method Details