sqlg2.db
Interface MappedType


public interface MappedType

Interface to be implemented by custom-mapped classes.

See Also:
TypeNullSetter

Method Summary
 java.lang.Object toSql(java.sql.Connection conn)
           
 

Method Detail

toSql

java.lang.Object toSql(java.sql.Connection conn)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException