org.tmatesoft.sqljet.core.internal.lang
Interface SqlJetExecCallback

All Known Implementing Classes:
SqlJetConsole

public interface SqlJetExecCallback


Method Summary
 void processRow(SqlJetPreparedStatement stmt)
           
 

Method Detail

processRow

void processRow(SqlJetPreparedStatement stmt)
                throws SqlJetException
Throws:
SqlJetException