Class OracleTable.Builder

  • Enclosing class:
    OracleTable

    public static class OracleTable.Builder
    extends Table.Builder
    A builder for Oracle Table objects.
    • Constructor Detail

      • Builder

        public Builder​(DatabaseObjectWriter writer,
                       Schema parentSchema,
                       OracleIdentifier tableName)
        Constructor for an oracle table builder.
        Parameters:
        writer - A writer
        parentSchema - The parent schema of the table
        tableName - The name of the table to be built
    • Method Detail