org.tmatesoft.sqljet.core.internal.lang
Class SqlJetConsole

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.lang.SqlJetConsole
All Implemented Interfaces:
SqlJetExecCallback

public class SqlJetConsole
extends java.lang.Object
implements SqlJetExecCallback


Method Summary
static void main(java.lang.String[] args)
           
 void processRow(SqlJetPreparedStatement stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

processRow

public void processRow(SqlJetPreparedStatement stmt)
                throws SqlJetException
Specified by:
processRow in interface SqlJetExecCallback
Throws:
SqlJetException