Interface JavaArrayObject
public interface JavaArrayObject
This interface is used in scenarios where non-Oracle array support is required
Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)
- Since:
- 6.0.2839 DB2 Compatible version created.
- Version:
- 7
- Author:
- [email protected]
-
Method Summary
Modifier and TypeMethodDescriptiongetArray(Connection theConnection) Return a java.sql.Array which is composed of java.sql.Struct[]voidAccept an array of java.sql.Struct
-
Method Details
-
getArray
Return a java.sql.Array which is composed of java.sql.Struct[]- Returns:
- java.sql.Array
- Throws:
CSException
-
setArray
Accept an array of java.sql.Struct- Parameters:
theArray-- Throws:
CSException
-