Interface SchemaFactory

    • Method Detail

      • createSchema

        Schema createSchema()
        Create schema objects.
        Returns:
        New schema object.
      • createTable

        Table createTable()
        Create table objects.
        Returns:
        New table object.
      • createField

        Field createField()
        Create field objects.
        Returns:
        New field object.
      • createForeignKey

        ForeignKey createForeignKey()
        Create foreign key objects.
        Returns:
        New foreign key object.
      • createIndex

        Index createIndex()
        Create index objects.
        Returns:
        New index object.
      • createPrimaryKey

        PrimaryKey createPrimaryKey()
        Create primary key objects.
        Returns:
        New primary key object.