Class AbstractSchemaChild.Builder

    • Field Detail

      • owned

        protected boolean owned
    • Constructor Detail

      • Builder

        protected Builder​(Schema parentSchema,
                          com.exasol.db.Identifier name)
    • Method Detail

      • validate

        protected void validate()
        Validate the fields. Call this in build().
      • requireNotNull

        protected void requireNotNull​(Object object,
                                      String name)
        Require a field to be set.
        Parameters:
        object - field to check
        name - name of the field for error message