com.ibm.jtopenlite.samples

Class RunSql

  • java.lang.Object
    • com.ibm.jtopenlite.samples.RunSql


  • public class RunSql
    extends java.lang.Object

    Sample class to run sql statements using the jtopenlite JDBC driver.

    Run using java com.ibm.jtopenlite.samples.RunSql JDBCURL USERID PASSWORD.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String PROMPT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      RunSql() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunSql

        public RunSql()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)