|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLData
This interface is used for mapping SQL data to user defined datatypes.
Method Summary | |
---|---|
String |
getSQLTypeName()
This method returns the user defined datatype name for this object. |
void |
readSQL(SQLInput stream,
String typeName)
This method populates the data in the object from the specified stream. |
void |
writeSQL(SQLOutput stream)
This method writes the data in this object to the specified stream. |
Method Detail |
---|
String getSQLTypeName() throws SQLException
SQLException
- If an error occurs.void readSQL(SQLInput stream, String typeName) throws SQLException
stream
- The stream to read the data from.typeName
- The data type name of the data on the stream.
SQLException
- If an error occurs.void writeSQL(SQLOutput stream) throws SQLException
stream
- The stream to write the data to.
SQLException
- If an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |