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 Summary
Modifier and TypeMethodDescriptionReturn array nameObject[]getCurrentValuesAsObject(Connection theConnection) Return array as Object[]voidsetNewValuesAsObject(Object[] newValues) Method to set the ArrayList by passing in an array of Object
-
Method Details
-
setNewValuesAsObject
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
Return array as Object[]- Parameters:
theConnection- - only used when working with STRUCT.- Returns:
- Object[]
-
getArrayName
-