java.sql
public interface Ref
Since: 1.2
| Method Summary | |
|---|---|
| String | getBaseTypeName()
This method returns the fully qualified name of the SQL structured
type of the referenced item.
|
| Object | getObject(Map<String,Class<?>> map) |
| Object | getObject() |
| void | setObject(Object value) |
Returns: The fully qualified name of the SQL structured type.
Throws: SQLException If an error occurs.
Since: 1.2
Since: 1.4
Since: 1.4
Since: 1.4