ARRAY
value from the stream and returns it as an Array
object in the Java programming language. This method does not perform type-safe checking to determine if the returned type is the expected type as this responsibility is delegated to the UDT mapping as implemented by a SQLData
implementation.
@return an Array
object representing the SQLARRAY
value at the head of the stream; if the value is SQL NULL
, return null
@throws SQLException if the read position is located at an invalidposition; or if there are no further values in the stream.
|
|
|
|
|
|
|
|
|
|
|
|