com.orindasoft.pub
Interface PlsqlArray


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.


(c) Copyright 2003 - 2012 Orinda Software Ltd

Since:
Oracle 10g/4.0.1902
Version:
6.0
Author:
Orinda Software

Method Summary
 java.lang.String getArrayName()
          Return array name
 java.lang.Object[] getCurrentValuesAsObject(java.sql.Connection theConnection)
          Return array as Object[]
 void setNewValuesAsObject(java.lang.Object[] newValues)
          Method to set the ArrayList by passing in an array of Object
 

Method Detail

setNewValuesAsObject

void setNewValuesAsObject(java.lang.Object[] newValues)
                          throws CSException
Method to set the ArrayList by passing in an array of Object

Parameters:
Object[] - newValues an array of Object
Throws:
CSException - when array is not usable or is not composed of Object

getCurrentValuesAsObject

java.lang.Object[] getCurrentValuesAsObject(java.sql.Connection theConnection)
Return array as Object[]

Parameters:
Connection - theConnection - only used when working with STRUCT.
Returns:
Object[]

getArrayName

java.lang.String getArrayName()
Return array name

Returns:
String The Array Name.


Copyright © Orinda Software Ltd 2012Logo