|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| 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 |
|---|
void setNewValuesAsObject(java.lang.Object[] newValues)
throws CSException
Object[] - newValues an array of Object
CSException - when array is not usable or is not composed of Objectjava.lang.Object[] getCurrentValuesAsObject(java.sql.Connection theConnection)
Connection - theConnection - only used when working with STRUCT.
java.lang.String getArrayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||