Class PLSQLCollection

    • Field Detail

      • nestedType

        protected DatabaseType nestedType
        Defines the database type of the value contained in the collection type.

        i.e. the OF type.

        This could be a JDBC type, PLSQL type, or a PLSQL RECORD type.

      • isNestedTable

        protected boolean isNestedTable
    • Constructor Detail

      • PLSQLCollection

        public PLSQLCollection()
        The default constructor sets javaType to ArrayList.class
    • Method Detail

      • isNestedTable

        public boolean isNestedTable()
        Indicates if the instance represents a Nested Table (as opposed to Varray). Defaults to false, i.e. Varray.
      • getNestedType

        public DatabaseType getNestedType()
        Return the database type of the value contained in the collection type.
      • setIsNestedTable

        public void setIsNestedTable​(boolean isNestedTable)
        Set boolean that indicates if the instance represents a Nested Table (as opposed to Varray)
      • setNestedType

        public void setNestedType​(DatabaseType nestedType)
        Set the database type of the value contained in the collection type.

        i.e. the OF type.

        This could be a JDBC type, PLSQL type, or a PLSQL RECORD type.