Class Schema


  • public class Schema
    extends Object
    Since:
    2.0.0
    Author:
    Martin Schumacher
    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • table

        public Table table​(String tableName)
        Creates a Table with the given name in the current Schema
        Parameters:
        tableName - the name for the Table
        Returns:
        the created Table
      • create

        public static Schema create​(String name)
        Creates a Schema with the given name
        Parameters:
        name - the name for the Schema
        Returns:
        the created Schema