| Package | Description | 
|---|---|
| oracle.javatools.db.ddl | 
 API for generating DDL in the database API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTokenGenerator
A default token generator is constructed using a piece of "token code" and
 that is processed by the parent processor to generate the appropriate ddl. 
 | 
static class  | 
TokenGenerator.CascadeGenerator
{generate} | 
static class  | 
TokenGenerator.CommentGenerator
{quotedComment} | 
static class  | 
TokenGenerator.DefaultSchemaGenerator
Token generator for printing the name of the default schema for the
 underlying provider. 
 | 
static class  | 
TokenGenerator.NameGenerator
{schema.name} | 
static class  | 
TokenGenerator.ReplaceGenerator
{replace} | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TokenDDLGenerator.registerTokenGenerator(java.lang.String tokenName,
                      TokenGenerator gen)
Registers the given token generator for a tokenName. 
 |