Hitachi

Hitachi Advanced Database Application Development Guide


8.1.4 getBaseType()

Organization of this subsection

(1) Function

This method acquires the element data type of the Array object's array elements as a JDBC SQL data type.

(2) Format

public synchronized int getBaseType() throws SQLException

(3) Arguments

None.

(4) Return value

The element data type of the array element of the Array object is returned as literal from the JDBC SQL data type (java.sql.Types class).

For the correspondence between the element data type of array elements and return values, refer to (1) Correspondence between HADB's data types and JDBC's SQL data types in 7.6.1 Mapping data types.

(5) Exceptions

None.