public class Database extends Object implements Serializable
Java class for Database complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Database">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="includes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="excludes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recordVersionFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recordTimestampFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAsTimestamp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="unsignedTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="inputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schemata" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}Schemata" minOccurs="0"/>
<element name="customTypes" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}CustomTypes" minOccurs="0"/>
<element name="enumTypes" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}EnumTypes" minOccurs="0"/>
<element name="forcedTypes" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}ForcedTypes" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomType> |
customTypes |
protected Boolean |
dateAsTimestamp |
protected List<EnumType> |
enumTypes |
protected String |
excludes |
protected List<ForcedType> |
forcedTypes |
protected String |
includes |
protected String |
inputSchema |
protected String |
name |
protected String |
outputSchema |
protected String |
recordTimestampFields |
protected String |
recordVersionFields |
protected List<Schema> |
schemata |
protected Boolean |
unsignedTypes |
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
getCustomTypes() |
List<EnumType> |
getEnumTypes() |
String |
getExcludes()
Gets the value of the excludes property.
|
List<ForcedType> |
getForcedTypes() |
String |
getIncludes()
Gets the value of the includes property.
|
String |
getInputSchema()
Gets the value of the inputSchema property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOutputSchema()
Gets the value of the outputSchema property.
|
String |
getRecordTimestampFields()
Gets the value of the recordTimestampFields property.
|
String |
getRecordVersionFields()
Gets the value of the recordVersionFields property.
|
List<Schema> |
getSchemata() |
Boolean |
isDateAsTimestamp()
Gets the value of the dateAsTimestamp property.
|
Boolean |
isUnsignedTypes()
Gets the value of the unsignedTypes property.
|
void |
setCustomTypes(List<CustomType> customTypes) |
void |
setDateAsTimestamp(Boolean value)
Sets the value of the dateAsTimestamp property.
|
void |
setEnumTypes(List<EnumType> enumTypes) |
void |
setExcludes(String value)
Sets the value of the excludes property.
|
void |
setForcedTypes(List<ForcedType> forcedTypes) |
void |
setIncludes(String value)
Sets the value of the includes property.
|
void |
setInputSchema(String value)
Sets the value of the inputSchema property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutputSchema(String value)
Sets the value of the outputSchema property.
|
void |
setRecordTimestampFields(String value)
Sets the value of the recordTimestampFields property.
|
void |
setRecordVersionFields(String value)
Sets the value of the recordVersionFields property.
|
void |
setSchemata(List<Schema> schemata) |
void |
setUnsignedTypes(Boolean value)
Sets the value of the unsignedTypes property.
|
Database |
withCustomTypes(Collection<CustomType> values) |
Database |
withCustomTypes(CustomType... values) |
Database |
withCustomTypes(List<CustomType> customTypes) |
Database |
withDateAsTimestamp(Boolean value) |
Database |
withEnumTypes(Collection<EnumType> values) |
Database |
withEnumTypes(EnumType... values) |
Database |
withEnumTypes(List<EnumType> enumTypes) |
Database |
withExcludes(String value) |
Database |
withForcedTypes(Collection<ForcedType> values) |
Database |
withForcedTypes(ForcedType... values) |
Database |
withForcedTypes(List<ForcedType> forcedTypes) |
Database |
withIncludes(String value) |
Database |
withInputSchema(String value) |
Database |
withName(String value) |
Database |
withOutputSchema(String value) |
Database |
withRecordTimestampFields(String value) |
Database |
withRecordVersionFields(String value) |
Database |
withSchemata(Collection<Schema> values) |
Database |
withSchemata(List<Schema> schemata) |
Database |
withSchemata(Schema... values) |
Database |
withUnsignedTypes(Boolean value) |
protected String name
protected String includes
protected String excludes
protected String recordVersionFields
protected String recordTimestampFields
protected Boolean dateAsTimestamp
protected Boolean unsignedTypes
protected String inputSchema
protected String outputSchema
protected List<CustomType> customTypes
protected List<ForcedType> forcedTypes
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getIncludes()
Stringpublic void setIncludes(String value)
value - allowed object is
Stringpublic String getExcludes()
Stringpublic void setExcludes(String value)
value - allowed object is
Stringpublic String getRecordVersionFields()
Stringpublic void setRecordVersionFields(String value)
value - allowed object is
Stringpublic String getRecordTimestampFields()
Stringpublic void setRecordTimestampFields(String value)
value - allowed object is
Stringpublic Boolean isDateAsTimestamp()
Booleanpublic void setDateAsTimestamp(Boolean value)
value - allowed object is
Booleanpublic Boolean isUnsignedTypes()
Booleanpublic void setUnsignedTypes(Boolean value)
value - allowed object is
Booleanpublic String getInputSchema()
Stringpublic void setInputSchema(String value)
value - allowed object is
Stringpublic String getOutputSchema()
Stringpublic void setOutputSchema(String value)
value - allowed object is
Stringpublic List<CustomType> getCustomTypes()
public void setCustomTypes(List<CustomType> customTypes)
public List<ForcedType> getForcedTypes()
public void setForcedTypes(List<ForcedType> forcedTypes)
public Database withSchemata(Collection<Schema> values)
public Database withCustomTypes(CustomType... values)
public Database withCustomTypes(Collection<CustomType> values)
public Database withCustomTypes(List<CustomType> customTypes)
public Database withEnumTypes(Collection<EnumType> values)
public Database withForcedTypes(ForcedType... values)
public Database withForcedTypes(Collection<ForcedType> values)
public Database withForcedTypes(List<ForcedType> forcedTypes)
Copyright © 2013. All Rights Reserved.