| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.ddl.TokenGenerator
public abstract class TokenGenerator
| Nested Class Summary | |
|---|---|
static class | 
TokenGenerator.CascadeGenerator
{generate} | 
static class | 
TokenGenerator.NameGenerator
{schema.name} | 
static class | 
TokenGenerator.ReplaceGenerator
{replace} | 
| Constructor Summary | |
|---|---|
TokenGenerator()
 | 
|
| Method Summary | |
|---|---|
abstract  java.lang.Object | 
evaluateToken(TokenContext context)
Evaluates the token as an Object - used by [{token} PRINT THIS] type syntax where the returned result will be used to evaulate an if or for construct.  | 
abstract  void | 
generateToken(TokenContext context)
Generates the token in to the context - i.e.  | 
protected  oracle.javatools.db.ddl.TokenProcessor | 
getProcessor()
 | 
 java.util.Collection<java.lang.String> | 
getPropertiesAltered(java.lang.String type,
                     DBObjectProvider pro)
Returns the property names that are supported for alter by this TokenGenerator.  | 
 java.util.Collection<java.lang.String> | 
getPropertiesProcessed(java.lang.String type,
                       DBObjectProvider pro)
Returns the property names that are processed by this TokenGenerator.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TokenGenerator()
| Method Detail | 
|---|
public abstract void generateToken(TokenContext context)
public abstract java.lang.Object evaluateToken(TokenContext context)
public java.util.Collection<java.lang.String> getPropertiesProcessed(java.lang.String type,
                                                                     DBObjectProvider pro)
public java.util.Collection<java.lang.String> getPropertiesAltered(java.lang.String type,
                                                                   DBObjectProvider pro)
protected final oracle.javatools.db.ddl.TokenProcessor getProcessor()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||