|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaEngine | |
---|---|
org.clazzes.jdbc2xml.sax | |
org.clazzes.jdbc2xml.sax.impl | |
org.clazzes.jdbc2xml.schema | |
org.clazzes.jdbc2xml.schema.impl | |
org.clazzes.jdbc2xml.tools |
Uses of SchemaEngine in org.clazzes.jdbc2xml.sax |
---|
Constructors in org.clazzes.jdbc2xml.sax with parameters of type SchemaEngine | |
---|---|
InsertContentHandler(SchemaEngine schemaEngine)
Create an insert handler for the given connection and use the supplied schema engine. |
|
JDBCToSAXWriter(SchemaEngine schemaEngine,
org.xml.sax.ContentHandler contentHandler)
|
Uses of SchemaEngine in org.clazzes.jdbc2xml.sax.impl |
---|
Methods in org.clazzes.jdbc2xml.sax.impl that return SchemaEngine | |
---|---|
SchemaEngine |
InsertContext.getSchemaEngine()
|
Methods in org.clazzes.jdbc2xml.sax.impl with parameters of type SchemaEngine | |
---|---|
void |
InsertContext.setSchemaEngine(SchemaEngine schemaEngine)
|
Constructors in org.clazzes.jdbc2xml.sax.impl with parameters of type SchemaEngine | |
---|---|
InsertContext(SchemaEngine schemaEngine)
|
Uses of SchemaEngine in org.clazzes.jdbc2xml.schema |
---|
Methods in org.clazzes.jdbc2xml.schema that return SchemaEngine | |
---|---|
static SchemaEngine |
SchemaEngine.newInstance()
After generating a new SchemaEngine instance you usually have to call setConnection(Connection) in order to set up the database
on which to operate. |
Uses of SchemaEngine in org.clazzes.jdbc2xml.schema.impl |
---|
Subclasses of SchemaEngine in org.clazzes.jdbc2xml.schema.impl | |
---|---|
class |
SchemaEngineImpl
The default implementation of the schema engine. |
Uses of SchemaEngine in org.clazzes.jdbc2xml.tools |
---|
Methods in org.clazzes.jdbc2xml.tools with parameters of type SchemaEngine | |
---|---|
void |
DBDataExtractor.setSchemaEngine(SchemaEngine schemaEngine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |