Package com.exasol.dbbuilder.dialects
Class AbstractSchemaChild.Builder
- java.lang.Object
-
- com.exasol.dbbuilder.dialects.AbstractSchemaChild.Builder
-
- Direct Known Subclasses:
AbstractScript.Builder
- Enclosing class:
- AbstractSchemaChild
public abstract static class AbstractSchemaChild.Builder extends Object
Builder forAbstractSchemaChild.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanownedIs this schema child owned?
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrequireNotNull(Object object, String name)Require a field to be set.protected voidvalidate()Validate the fields.
-
-
-
Constructor Detail
-
Builder
protected Builder(Schema parentSchema, com.exasol.db.Identifier name)
Create a new abstract builder.- Parameters:
parentSchema- parent schemaname- object name
-
-