|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.sql.Ref
This interface provides a mechanism for obtaining information about a SQL structured type
| Constructor Summary | |
Ref()
|
|
| Method Summary | |
abstract java.lang.String |
getBaseTypeName()
This method returns the fully qualified name of the SQL structured type of the referenced item. |
abstract java.lang.Object |
getObject()
|
abstract void |
setObject(java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Ref()
| Method Detail |
public abstract java.lang.String getBaseTypeName()
throws SQLException
public abstract java.lang.Object getObject()
throws SQLException
public abstract void setObject(java.lang.Object value)
throws SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||