KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > SQLData

java.sql
Interface SQLData

See Also:
Source Code

String getSQLTypeName()
                      throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void readSQL(SQLInput stream,
             String typeName)
             throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void writeSQL(SQLOutput stream)
              throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags