Class DBMSHandlerSQLite.DBCommandSQLite

All Implemented Interfaces:
Cloneable
Enclosing class:
DBMSHandlerSQLite

public static class DBMSHandlerSQLite.DBCommandSQLite extends DBCommand
Defines the SQLite command type.
  • Constructor Details

    • DBCommandSQLite

      public DBCommandSQLite(DBMSHandlerSQLite dmbs, boolean autoPrepareStmt)
      Parameters:
      dmbs - the SQLLite database handler
      autoPrepareStmt - flag whether to automatically prepare statements
      See Also:
  • Method Details