Hitachi

Hitachi Advanced Database Application Development Guide


12.2.2 isWrapperFor(Class<?> iface)

Organization of this subsection

(1) Function

This method returns a value indicating whether a specified class's object can be returned by the unwrap method.

(2) Format

public synchronized boolean isWrapperFor(Class<?> iface) throws SQLException

(3) Arguments

Class<?> iface

Specifies a class to be checked.

(4) Return value

If the specified class's object can be returned by the unwrap method, the method returns true; otherwise, the method returns false.

(5) Exceptions

None.