Interface SchemaOperations<T>


public interface SchemaOperations<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Drops the table.
    boolean
     
  • Method Details

    • create

      void create()
    • drop

      void drop()
      Drops the table. Does nothing if the table does not exist.
    • exists

      boolean exists()