Package org.eclipse.net4j.db.ddl
Class IDBSchemaVisitor.Default
- java.lang.Object
- 
- org.eclipse.net4j.db.ddl.IDBSchemaVisitor.Default
 
- 
- All Implemented Interfaces:
- IDBSchemaVisitor
 - Enclosing interface:
- IDBSchemaVisitor
 
 public static class IDBSchemaVisitor.Default extends java.lang.Object implements IDBSchemaVisitor - Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.db.ddl.IDBSchemaVisitorIDBSchemaVisitor.Default, IDBSchemaVisitor.StopRecursion
 
- 
 - 
Constructor SummaryConstructors Constructor Description Default()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidstopRecursion()voidvisit(IDBField element)voidvisit(IDBIndex element)voidvisit(IDBIndexField element)voidvisit(IDBSchema element)voidvisit(IDBTable element)protected voidvisitDefault(IDBSchemaElement element)
 
- 
- 
- 
Method Detail- 
visitpublic void visit(IDBSchema element) - Specified by:
- visitin interface- IDBSchemaVisitor
 
 - 
visitpublic void visit(IDBTable element) - Specified by:
- visitin interface- IDBSchemaVisitor
 
 - 
visitpublic void visit(IDBField element) - Specified by:
- visitin interface- IDBSchemaVisitor
 
 - 
visitpublic void visit(IDBIndex element) - Specified by:
- visitin interface- IDBSchemaVisitor
 
 - 
visitpublic void visit(IDBIndexField element) - Specified by:
- visitin interface- IDBSchemaVisitor
 
 - 
visitDefaultprotected void visitDefault(IDBSchemaElement element) 
 - 
stopRecursionprotected final void stopRecursion() 
 
- 
 
-