public class SequenceGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allocationSize |
protected String |
catalog |
protected String |
description |
protected Integer |
initialValue |
protected String |
name |
protected String |
schema |
protected String |
sequenceName |
| Constructor and Description |
|---|
SequenceGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocationSize()
Gets the value of the allocationSize property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getInitialValue()
Gets the value of the initialValue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getSequenceName()
Gets the value of the sequenceName property.
|
void |
setAllocationSize(Integer value)
Sets the value of the allocationSize property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setInitialValue(Integer value)
Sets the value of the initialValue property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setSequenceName(String value)
Sets the value of the sequenceName property.
|
protected String description
protected Integer allocationSize
protected Integer initialValue
protected String name
protected String sequenceName
protected String catalog
protected String schema
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getAllocationSize()
Integerpublic void setAllocationSize(Integer value)
value - allowed object is
Integerpublic Integer getInitialValue()
Integerpublic void setInitialValue(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
Stringpublic String getSchema()
StringCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.