Array (Java SE 25 & JDK 25)
- All Known Implementing Classes:
SerialArray
-
Method Summary
voidfree()This method frees the
Arrayobject and releases the resources that it holds.getArray()Retrieves the contents of the SQL
ARRAYvalue designated by thisArrayobject in the form of an array in the Java programming language.getArray(long index, int count) Retrieves a slice of the SQL
ARRAYvalue designated by thisArrayobject, beginning with the specifiedindexand containing up tocountsuccessive elements of the SQL array.Retrieves a slice of the SQL
ARRAYvalue designated by thisArrayobject, beginning with the specifiedindexand containing up tocountsuccessive elements of the SQL array.Retrieves the contents of the SQL
ARRAYvalue designated by thisArrayobject.intRetrieves the JDBC type of the elements in the array designated by this
Arrayobject.Retrieves the SQL type name of the elements in the array designated by this
Arrayobject.Retrieves a result set that contains the elements of the SQL
ARRAYvalue designated by thisArrayobject.getResultSet(long index, int count) Retrieves a result set holding the elements of the subarray that starts at index
indexand contains up tocountsuccessive elements.Retrieves a result set holding the elements of the subarray that starts at index
indexand contains up tocountsuccessive elements.Retrieves a result set that contains the elements of the SQL
ARRAYvalue designated by thisArrayobject.
-
Method Details
-
getBaseTypeName
-
getBaseType
-
getArray
-
getArray
-
getArray
-
getArray
-
getResultSet
-
getResultSet
-
getResultSet
-
getResultSet
-
free
-