Class HsqlTable

All Implemented Interfaces:
SchemaObject

public final class HsqlTable extends Table
HSQL table.
Since:
1.1
Version:
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Le Duc Bao, Ralf Joachim
  • Constructor Details

    • HsqlTable

      public HsqlTable()
  • Method Details

    • toCreateDDL

      public void toCreateDDL(DDLWriter writer) throws GeneratorException
      Build create script for the schema object.
      Parameters:
      writer - DDLWriter to write schema objects to.
      Throws:
      GeneratorException - If generation of the script failed or is not supported.
    • toDropDDL

      public void toDropDDL(DDLWriter writer)
      Build drop script for the schema object.
      Parameters:
      writer - DDLWriter to write schema objects to.