Interface SqlJetExecCallback
-
- All Known Implementing Classes:
SqlJetConsole
public interface SqlJetExecCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processRow(SqlJetPreparedStatement stmt)
-
-
-
Method Detail
-
processRow
void processRow(SqlJetPreparedStatement stmt) throws SqlJetException
- Throws:
SqlJetException
-
-