Package simpleorm.sessionjdbc


package simpleorm.sessionjdbc
  • Class
    Description
    This class provides simple bulk data loading facilities which are particularly handy for developing test data.
    This is the internal generic database driver that contains database dependent code.
     
    Generate keys using rows in a separate sequence table.
    Generator using Identity columns which have values added by the database when rows are inserted.
    Performs all the interactions between a DataSet and a JDBC Connection.
    Gathers and displays per session statistics.