|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ContentHandler.characters(char[], int, int)
to the field content.
SqlCommandQueue.pushCommand(SqlCommand)
and not performed yet.
hostname
is interpreted either as a TNS-name, which is resolved
in the local hostname.ora
file.
SchemaFactory.newInstance(String)
for the XML w3C
schema URI XMLConstants.W3C_XML_SCHEMA_NS_URI
.
DeserializationHandler
instances for a given column of a XML rowset tag.Dialect
instances for a given column of a DatabaseMetaData
description.ForeignKeyInfo
for a specified foreign-key-name.
IndexInfo
for a specified foreign-key-name.
SchemaEngine.newInstance()
.
DeserializationHandler
instance for the given column of
the result set.
Dialect
instance according to the given database meta
data.
Dialect
instance according to the given database url.
SchemaEngine.setConnection(Connection)
in order to set up the database
on which to operate.
SerializationHandler
instance for the given column type.
DatabaseMetaData.getColumns(String, String, String, String)
in the column COLUMN_DEF
.
SqlCommandQueue.pushCommand(SqlCommand)
and not performed yet.
SimpleSqlCommand
to the queue.
ContentHandler.characters(char[], int, int)
.
ColumnInfo
.
ForeignKeyInfo
.
indexInfo
.
ColumnInfo
by another one.
SchemaEngine.commit()
or SchemaEngine.rollback()
.
SqlCommandQueue.pushCommand(SqlCommand)
and performed up to now.
SerializationHandler
instances for a given column of a ResultSetMetaData
description.SchemaEngine.setDialect(Dialect)
before.
SchemaEngine.setConnection(Connection)
.
Statement.executeUpdate(String)
.ContentHandler
that will perform some formatting issues
(indentation, line breaks) before delegating calls to its owned handler.
...
XmlPrettyConfig cfg = new XmlPrettyConfig();
ContentHandler formatHandler = new XmlPretty(handler, cfg);
formatHandler.startDocument();
...- XmlPretty(ContentHandler) -
Constructor for class org.clazzes.jdbc2xml.sax.XmlPretty
- Create a new instance using the passed handler.
- XmlPretty(ContentHandler, XmlPrettyConfig) -
Constructor for class org.clazzes.jdbc2xml.sax.XmlPretty
- Create a new instance using the passed handler.
- XmlPrettyConfig - Class in org.clazzes.jdbc2xml.sax
- Configuration for
XmlPretty
. - XmlPrettyConfig() -
Constructor for class org.clazzes.jdbc2xml.sax.XmlPrettyConfig
- Create a new instance and set
active = true
width = 2
maxDepth = 8
.
- XmlPrettyConfig(int, int) -
Constructor for class org.clazzes.jdbc2xml.sax.XmlPrettyConfig
- Create a new instance.
ContentHandler
to produce XML-Dump in a zipped format:
content.xml
tablename1_data.xml
tablename2_data.xml
...
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |