public abstract class AbstractGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
The default name for the generators
|
| Constructor and Description |
|---|
AbstractGenerator(GeneratorMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationSize()
Returns the allocationSize of the generator.
|
String |
getCatalog()
Returns the catalog of the generator.
|
int |
getInitialValue()
Returns the initialValue of the generator.
|
AbstractLocator |
getLocator()
Returns the locator of the generator.
|
String |
getName()
Returns the name of the generator.
|
abstract String |
getQName()
Returns the qualified name of the table or sequence.
|
String |
getSchema()
Returns the schema of the generator.
|
public static final String DEFAULT_NAME
public AbstractGenerator(GeneratorMetadata metadata)
metadata - the metadatapublic int getAllocationSize()
public String getCatalog()
public int getInitialValue()
public AbstractLocator getLocator()
public String getName()
public abstract String getQName()
public String getSchema()
Copyright © 2012-2013 Batoo. All Rights Reserved.