superwaba.ext.xplat.sql
Class Ref
java.lang.Object
|
+--superwaba.ext.xplat.sql.Ref
- public abstract class Ref
- extends Object
This interface provides a mechanism for obtaining information about
a SQL structured type
- Since:
- 1.2
Constructor Summary |
Ref()
|
Ref
public Ref()
getBaseTypeName
public abstract String getBaseTypeName()
throws SQLException
- This method returns the fully qualified name of the SQL structured
type of the referenced item.
- Returns:
- The fully qualified name of the SQL structured type.
- Throws:
- SQLException - If an error occurs.
- Since:
- 1.2
getObject
public abstract Object getObject()
throws SQLException
- Since:
- 1.4
setObject
public abstract void setObject(Object value)
throws SQLException
- Since:
- 1.4