com.objectwave.persist.objectConstruction
Interface RDBTypeConversionIF

All Known Implementing Classes:
RDBTypeConversion

public interface RDBTypeConversionIF


Method Summary
 java.lang.Object resultSetValue(int columnType, java.sql.ResultSet set, int columnIndex)
           
 void setBrokerProperty(BrokerPropertyIF b)
           
 

Method Detail

resultSetValue

public java.lang.Object resultSetValue(int columnType,
                                       java.sql.ResultSet set,
                                       int columnIndex)
                                throws java.sql.SQLException
java.sql.SQLException

setBrokerProperty

public void setBrokerProperty(BrokerPropertyIF b)