Documentation of 'org.apache.derby.impl.sql.CursorTableReference' Java class
CursorTableReference
org.apache.derby.impl.sql

Class CursorTableReference

    • Constructor Summary

      Constructors 
      Constructor and Description
      CursorTableReference()
      Niladic constructor for Formatable
      CursorTableReference(java.lang.String exposedName, java.lang.String baseName, java.lang.String schemaName) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      int getTypeFormatId()
      Get the formatID which corresponds to this class.
      void readExternal(java.io.ObjectInput in)
      Read this object from a stream of stored objects.
      java.lang.String toString() 
      void writeExternal(java.io.ObjectOutput out)
      Write this object out
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CursorTableReference

        public CursorTableReference()
        Niladic constructor for Formatable
      • CursorTableReference

        public CursorTableReference(java.lang.String exposedName,
                                    java.lang.String baseName,
                                    java.lang.String schemaName)
    • Method Detail

      • getBaseName

        public java.lang.String getBaseName()
        Return the base name of the table
        Specified by:
        getBaseName in interface ExecCursorTableReference
        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.
        Specified by:
        getExposedName in interface ExecCursorTableReference
        Returns:
        the base name
      • writeExternal

        public void writeExternal(java.io.ObjectOutput out)
                           throws java.io.IOException
        Write this object out
        Specified by:
        writeExternal in interface java.io.Externalizable
        Parameters:
        out - write bytes here
        Throws:
        java.io.IOException - thrown on error
      • readExternal

        public void readExternal(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Read this object from a stream of stored objects.
        Specified by:
        readExternal in interface java.io.Externalizable
        Parameters:
        in - read this.
        Throws:
        java.io.IOException - thrown on error
        java.lang.ClassNotFoundException - thrown on error
      • getTypeFormatId

        public int getTypeFormatId()
        Get the formatID which corresponds to this class.
        Specified by:
        getTypeFormatId in interface TypedFormat
        Returns:
        the formatID of this class
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.