Java java.sql Array fields, constructors, methods, implement or subclass

Example usage for Java java.sql Array fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql Array.

The text is from its open source code.

Constructor

Method

ObjectgetArray()
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
intgetBaseType()
Retrieves the JDBC type of the elements in the array designated by this Array object.
StringgetBaseTypeName()
Retrieves the SQL type name of the elements in the array designated by this Array object.
ResultSetgetResultSet()
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
StringtoString()
Returns a string representation of the object.