All Known Implementing Classes:
SerialArray

  • Method Summary

    void

    free()

    This method frees the Array object and releases the resources that it holds.

    getArray()

    Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.

    getArray(long index, int count)

    Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.

    Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.

    Retrieves the contents of the SQL ARRAY value designated by this Array object.

    int

    Retrieves the JDBC type of the elements in the array designated by this Array object.

    Retrieves the SQL type name of the elements in the array designated by this Array object.

    Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.

    getResultSet(long index, int count)

    Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.

    Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.

    Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.

  • Method Details

    • getBaseTypeName

    • getBaseType

    • getArray

    • getArray

    • getArray

    • getArray

    • getResultSet

    • getResultSet

    • getResultSet

    • getResultSet

    • free