Interface PlsqlArray

All Known Implementing Classes:
PlsqlIndexByTable2

public interface PlsqlArray
Represents a PL/SQL VARRAY or TABLE

This interface is implemented by generated classes that represents PL/SQL VARRAYS or TABLES. It is used at the bind/getResults stage.

Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)

Since:
Oracle 10g/4.0.1902
Version:
7
Author:
[email protected]
  • Method Details

    • setNewValuesAsObject

      void setNewValuesAsObject(Object[] newValues) throws CSException
      Method to set the ArrayList by passing in an array of Object
      Parameters:
      newValues - an array of Object
      Throws:
      CSException - when array is not usable or is not composed of Object
    • getCurrentValuesAsObject

      Object[] getCurrentValuesAsObject(Connection theConnection)
      Return array as Object[]
      Parameters:
      theConnection - - only used when working with STRUCT.
      Returns:
      Object[]
    • getArrayName

      String getArrayName()
      Return array name
      Returns:
      String The Array Name.