All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- Action().
Constructor for class org.xmlmiddleware.xmldbms.actions.Action
- Construct a default Action object.
- ActionCompiler(XMLReader).
Constructor for class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- Construct a new ActionCompiler and set the XMLReader (parser).
- ActionConst().
Constructor for class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ACTIONFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- Actions(XMLDBMSMap).
Constructor for class org.xmlmiddleware.xmldbms.actions.Actions
- Construct a new Actions object.
- ACTIONTOKEN.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- addAttributeMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Add a PropertyMap for an attribute.
- addAttributeMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Add a PropertyMap for an attribute.
- addBatch(String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- addChildMap(InlineClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Add an InlineClassMap for a child element type.
- addChildMap(InlineClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Add an InlineClassMap for a child element type.
- addChildMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Add a PropertyMap for a child element type.
- addChildMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Add a PropertyMap for a child element type.
- addChildMap(RelatedClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Add a RelatedClassMap for a child element type.
- addChildMap(RelatedClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Add a RelatedClassMap for a child element type.
- addClassMap(ClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Add a ClassMap for an element type.
- addClassTableMap(ClassTableMap).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Add a ClassTableMap for a table.
- addColumn(Column).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Add a Column.
- addColumnMap(ColumnMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Add a ColumnMap for a column.
- addCondition(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Add a condition to the end of the list.
- addConnectionEventListener(CPConnectionEventListener).
Method in class org.xmlmiddleware.db.CPConnection
- public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
{ throw new SQLException("[XML-DBMS][CPConnection] Not implemented.", "HY000"); }
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
{ throw new SQLException("[XML-DBMS][CPConnection] Not implemented.", "HY000"); }
public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
{ throw new SQLException("[XML-DBMS][CPConnection] Not implemented.", "HY000"); }
public Map getTypeMap() throws SQLException
{ throw new SQLException("[XML-DBMS][CPConnection] Not implemented.", "HY000"); }
public void setTypeMap(Map map) throws SQLException
{ throw new SQLException("[XML-DBMS][CPConnection] Not implemented.", "HY000"); }
- addConnectionEventListener(CPConnectionEventListener).
Method in interface org.xmlmiddleware.db.CPConnectionEventSource
- Add an event listener to receive notification of events on this
connection.
- addDataHandler(String, DataHandler).
Method in class org.xmlmiddleware.xmldbms.TransferInfo
- Add a new DataHandler.
- addElementInsertionMap(ElementInsertionMap).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Add an ElementInsertionMap to the end of the list.
- addForeignKey(Key).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Add a foreign key to the table.
- addKeyGenerator(String, KeyGenerator).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Add a key generator by name
Applications call this method only if the map requires
XML-DBMS to generate primary keys.
- addNamedFormatter(String, StringFormatter).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Add a named formatting object.
- addNamespace(String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Add a namespace prefix and URI.
- addNamespace(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Add a namespace prefix and URI.
- addPCDATAMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Add a PropertyMap for PCDATA.
- addPCDATAMap(PropertyMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Add a PropertyMap for PCDATA.
- addPrimaryKey(Key).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Add a primary key to the table.
- addPropertiesFromArray(Properties, String[], int, boolean).
Method in class org.xmlmiddleware.xmldbms.tools.PropertyProcessor
- Add properties to a Properties object from an array of property/value pairs.
- addPropertiesFromFile(Properties, String, boolean).
Method in class org.xmlmiddleware.xmldbms.tools.PropertyProcessor
- Add properties to a Properties object from a property file.
- addPropertyTableMap(PropertyTableMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Add a PropertyTableMap.
- addRelatedClassTableMap(RelatedClassTableMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Add a RelatedClassTableMap.
- addStatementEventListener(SPStatementEventListener).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- addStatementEventListener(SPStatementEventListener).
Method in interface org.xmlmiddleware.db.SPStatementEventSource
- Add an event listener to receive notification of events on this
Statement.
- addTable(Table).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Add a Table.
- addUniqueKey(Key).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Add a unique key (except the primary key) to the table.
- addWrapperName(XMLName, int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Add a wrapper element name at the specified nesting level.
- AFTERDOCUMENT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- AFTERSTATEMENT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- allocateAttrs(int).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Allocate the attrs and values arrays.
- areColumnsElementTypes().
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Whether to generate child elements or attributes from columns.
- ArrayDataSource(Connection).
Constructor for class org.xmlmiddleware.db.ArrayDataSource
- Create a new ArrayDataSource.
- ArrayDataSource(Connection[]).
Constructor for class org.xmlmiddleware.db.ArrayDataSource
- Create a new ArrayDataSource.
- ATTR_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_CHILDKEY.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_CLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_CONDITION.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_CONTAINSXML.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_COUNTRY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_DATATYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_DATESTYLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_DEFAULTFORTYPES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_DIRECTION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_FORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_GENERATE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_KEYGENERATOR.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_KEYINBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_KEYINPARENTTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_LANGUAGE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_LENGTH.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_NAME.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_NAME.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_NAME.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_NULLABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_PARENTKEY.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_PATTERN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_PRECISION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_SCALE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TIMESTYLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_CHILDKEY.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_CLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_CONDITION.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_CONTAINSXML.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_COUNTRY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_DATATYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_DATESTYLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_DEFAULTFORTYPES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_DIRECTION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_FORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_GENERATE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_KEYGENERATOR.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_KEYINBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_KEYINPARENTTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_LANGUAGE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_LENGTH.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_NAME.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKEN_NAME.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_NAME.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_NULLABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_PARENTKEY.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_PATTERN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_PRECISION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKEN_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_SCALE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_TIMESTYLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_TOKENLIST.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_URI.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKEN_URI.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_URI.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_USEBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_VALUE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKEN_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKEN_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKEN_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKENLIST.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_URI.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_URI.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_URI.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_USEBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_VALUE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTR_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTR_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTR_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ATTRIBUTE.
Static variable in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Mapping between a column and an attribute.
- Attribute().
Constructor for class org.xmlmiddleware.schemas.dtds.Attribute
- Construct a new Attribute.
- Attribute(String, String, String).
Constructor for class org.xmlmiddleware.schemas.dtds.Attribute
- Construct a new Attribute from its namespace URI, local name, and prefix.
- Attribute(XMLName).
Constructor for class org.xmlmiddleware.schemas.dtds.Attribute
- Construct a new Attribute from an XMLName.
- attributes.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- A Hashtable of Attributes.
- ATTRIBUTES.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ATTRS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ATTRS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ATTRS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- attrs.
Variable in class org.xmlmiddleware.xmlutils.XMLWriter
- Array for storing attribute names.
- Base64Formatter().
Constructor for class org.xmlmiddleware.conversions.formatters.external.Base64Formatter
-
- BASEURL.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- BooleanFormatter().
Constructor for class org.xmlmiddleware.conversions.formatters.BooleanFormatter
-
- buildLiteral(int, Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.SQLLiterals
- Build a SQL literal.
- ByteArray(byte[]).
Constructor for class org.xmlmiddleware.conversions.ByteArray
- Construct a new ByteArray
- cancel().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.external.Base64Formatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.CharFormatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.DateFormatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.NoFormatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in class org.xmlmiddleware.conversions.formatters.NumberFormatter
- Whether the class can convert to/from a certain type of object.
- canConvert(int).
Method in interface org.xmlmiddleware.conversions.formatters.StringFormatter
- Whether the implementing class can convert to/from a certain type of object.
- caseSensitive.
Variable in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- Whether the strings in trueValues and falseValues are case sensitive.
- CATALOGNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- characters(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- characters(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- characters(char[], int, int).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- characters(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- CharFormatter().
Constructor for class org.xmlmiddleware.conversions.formatters.CharFormatter
- Construct a new CharFormatter object.
- checkAttributeName(String[], XMLName, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.XMLNameChecker
- Checks an attribute name.
- checkColumnName(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Checks a column name.
- checkElementTypeName(String[], String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.XMLNameChecker
- Checks an element type name.
- checkIn(Object).
Method in class org.xmlmiddleware.db.ConnectionPool
- Check a connection back into the pool.
- checkIn(Object).
Method in class org.xmlmiddleware.utils.Pool
- Check an Object back into the pool.
- checkIn(Object).
Method in class org.xmlmiddleware.db.StatementPool
- Check a prepared statement back into the pool.
- checkMetadata().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Checks whether metadata has been set for the columns in the table.
- checkMetadata().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Checks whether metadata has been set for the columns in all tables.
- checkOut(Object).
Method in class org.xmlmiddleware.db.ConnectionPool
- Check a connection with the specified ID out of the pool.
- checkOut(Object).
Method in class org.xmlmiddleware.utils.Pool
- Check an Object with the specified ID out of the pool.
- checkOut(Object).
Method in class org.xmlmiddleware.db.StatementPool
- Check out a prepared statement for the specified SQL string.
- checkTableName(String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Checks a table name.
- children.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- A Hashtable of child ElementTypes.
- clear().
Method in class org.xmlmiddleware.xmldbms.Row
- Clear all column values.
- clearBatch().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- clearColumnValue(Column).
Method in class org.xmlmiddleware.xmldbms.Row
- Clear a column of a value.
- clearParameters().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- clearWarnings().
Method in class org.xmlmiddleware.db.CPConnection
-
- clearWarnings().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- clone().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Clone an ElementInsertionList.
- close().
Method in class org.xmlmiddleware.db.CPConnection
-
- close().
Method in interface org.xmlmiddleware.xmldbms.keygenerators.KeyGenerator
- Closes a key generator.
- close().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- COLUMNS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- columnsAreElementTypes(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set whether to generate child elements or attributes from columns.
- commit().
Method in class org.xmlmiddleware.db.CPConnection
-
- COMMIT_AFTERDOCUMENT.
Static variable in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Commit transaction after the whole document
- COMMIT_AFTERSTATEMENT.
Static variable in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
Commit transaction after each statement.
- COMMIT_NONE.
Static variable in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Let calling code commit transaction.
- COMMIT_NOTRANSACTIONS.
Static variable in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Disable transactions all together.
- COMMITMODE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- compile(InputSource).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- Compile a map document into an XMLDBMSMap object.
- compile(XMLDBMSMap, InputSource).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- Compile an action document into an Actions object.
- compile(XMLDBMSMap, InputSource).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- Compile a filter document into a FilterSet object.
- compileMap(Properties, String).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Compiles a map file.
- connectionClosed(CPConnectionEvent).
Method in class org.xmlmiddleware.db.ConnectionPool
- When a CPConnection is closed, checks the underlying connection back
in to the pool.
- connectionClosed(CPConnectionEvent).
Method in interface org.xmlmiddleware.db.CPConnectionEventListener
- Called when the connection is closed.
- connectionClosed(CPConnectionEvent).
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- connectionErrorOccurred(CPConnectionEvent).
Method in class org.xmlmiddleware.db.ConnectionPool
- When an error occurs on a CPConnection, removes it from the pool.
- connectionErrorOccurred(CPConnectionEvent).
Method in interface org.xmlmiddleware.db.CPConnectionEventListener
- Called when error occurs on a connection.
- connectionErrorOccurred(CPConnectionEvent).
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- ConnectionID().
Constructor for class org.xmlmiddleware.db.ConnectionID
- Construct a new ConnectionID with a null user name and password.
- ConnectionID(String, String).
Constructor for class org.xmlmiddleware.db.ConnectionID
- Construct a new ConnectionID with a non-null user name and password.
- ConnectionPool().
Constructor for class org.xmlmiddleware.db.ConnectionPool
- Create a new ConnectionPool object.
- containsXML().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Does the column contain XML?
Applies only to element types.
- content.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- A Group representing the content model.
- CONTENT_ANY.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- Any content type.
- CONTENT_ELEMENT.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- Element content type.
- CONTENT_EMPTY.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- Empty content type.
- CONTENT_MIXED.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- "Mixed" content type.
- CONTENT_PCDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- PCDATA-only content type.
- CONTENT_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.ElementType
- Unknown content type.
- contentType.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- The type of the content model.
- convertAndSetParameter(PreparedStatement, int, Column, Object).
Static method in class org.xmlmiddleware.xmldbms.datahandlers.Parameters
- Set a single parameter, converting the object type first if necessary.
- convertAndSetParameters(PreparedStatement, int, Column[], Object[]).
Static method in class org.xmlmiddleware.xmldbms.datahandlers.Parameters
- Set parameters from an array of values, converting the object type first
if necessary.
- ConvertBigDecimal().
Constructor for class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- ConvertBoolean().
Constructor for class org.xmlmiddleware.conversions.ConvertBoolean
-
- ConvertByte().
Constructor for class org.xmlmiddleware.conversions.ConvertByte
-
- ConvertDate().
Constructor for class org.xmlmiddleware.conversions.ConvertDate
-
- convertDateTimeType(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Convert date/time types from ODBC 2.0 values to ODBC 3.0/JDBC values.
- ConvertDouble().
Constructor for class org.xmlmiddleware.conversions.ConvertDouble
-
- ConvertFloat().
Constructor for class org.xmlmiddleware.conversions.ConvertFloat
-
- ConvertInteger().
Constructor for class org.xmlmiddleware.conversions.ConvertInteger
-
- ConvertLong().
Constructor for class org.xmlmiddleware.conversions.ConvertLong
-
- ConvertObject().
Constructor for class org.xmlmiddleware.conversions.ConvertObject
-
- convertObject(Object, int, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
- Converts an Object to the specified type.
- ConvertShort().
Constructor for class org.xmlmiddleware.conversions.ConvertShort
-
- ConvertTime().
Constructor for class org.xmlmiddleware.conversions.ConvertTime
-
- ConvertTimestamp().
Constructor for class org.xmlmiddleware.conversions.ConvertTimestamp
-
- create().
Static method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Create a new ElementInsertionList.
- create().
Static method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Create a new OrderInfo object.
- create(ClassTableMap).
Static method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Create a new RelatedClassTableMap.
- create(Column).
Static method in class org.xmlmiddleware.xmldbms.maps.ColumnMap
- Create a new ColumnMap.
- create(Key, Key).
Static method in class org.xmlmiddleware.xmldbms.maps.LinkInfo
- Create a new LinkInfo object.
- create(String).
Static method in class org.xmlmiddleware.xmldbms.maps.Column
- Create a new column.
- create(String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct an XMLName from a universal name.
- create(String, Hashtable).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct an XMLName from a qualified name and a hashtable mapping
prefixes to namespace URIS.
- create(String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a new ClassMap.
- create(String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionMap
- Create a new ElementInsertionMap.
- create(String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.InlineClassMap
- Create a new InlineClassMap.
- create(String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.RelatedClassMap
- Create a RelatedClassMap.
- create(String, String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct an XMLName from a local name and a namespace URI.
- create(String, String, int).
Static method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Create a new PropertyMap.
- create(String, String, String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct an XMLName from a local name, prefix, and namespace URI.
- create(String, String, String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.Table
- Create a new Table.
- create(Table).
Static method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Create a new ClassTableMap.
- create(Table).
Static method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Create a new PropertyTableMap.
- create(XMLName).
Static method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a new ClassMap.
- create(XMLName).
Static method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionMap
- Create a new ElementInsertionMap.
- create(XMLName).
Static method in class org.xmlmiddleware.xmldbms.maps.InlineClassMap
- Create a new InlineClassMap.
- create(XMLName).
Static method in class org.xmlmiddleware.xmldbms.maps.RelatedClassMap
- Create a RelatedClassMap.
- create(XMLName, int).
Static method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Create a new PropertyMap.
- createAction(String, String).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Create an action for an element type and add it to the set of actions.
- createAction(XMLName).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Create an action for an element type and add it to the set of actions.
- createAttributeMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a PropertyMap for an attribute and add it to this map.
- createAttributeMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a PropertyMap for an attribute and add it to this map.
- createAttributeMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a PropertyMap for an attribute and add it to this map.
- createAttributeMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a PropertyMap for an attribute and add it to this map.
- createChildPropertyMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a PropertyMap for a child element type and add it to this map.
- createChildPropertyMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a PropertyMap for a child element type and add it to this map.
- createChildPropertyMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a PropertyMap for a child element type and add it to this map.
- createChildPropertyMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a PropertyMap for a child element type and add it to this map.
- createClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Create a ClassMap for an element type and add it to the XMLDBMSMap.
- createClassMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Create a ClassMap for an element type and add it to the XMLDBMSMap.
- createClassTableMap(Table).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Create a ClassTableMap for a table and add it to the XMLDBMSMap.
- createColumn(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Create a Column and add it to the Table.
- createColumnMap(Column).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Create a ColumnMap for a column and add it to this ClassTableMap.
- createDatabaseView(XMLDBMSMap).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapInverter
- Create the database-centric view.
- createDTD(Properties, XMLDBMSMap, String).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Creates a DTD from a map and writes it to a file.
- createElementType(String, String, String).
Method in class org.xmlmiddleware.schemas.dtds.DTD
- Create an ElementType by URI, local name, and prefix.
- createElementType(XMLName).
Method in class org.xmlmiddleware.schemas.dtds.DTD
- Create an ElementType by XMLName.
- createForeignKey(String).
Static method in class org.xmlmiddleware.xmldbms.maps.Key
- Create a new foreign key.
- createForeignKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Create a foreign key and add it to the table.
- createInlineClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create an InlineClassMap for a child element type and add it to this map.
- createInlineClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create an InlineClassMap for a child element type and add it to this map.
- createInlineClassMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create an InlineClassMap for a child element type and add it to this map.
- createInlineClassMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create an InlineClassMap for a child element type and add it to this map.
- createMap(DTD).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Create a map from a DTD object.
- createMap(InputSource, int, Hashtable).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Create a map from an InputSource representing an external DTD subset or
an XML document containing a DTD.
- createMap(String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Create a map from a single root table.
- createMap(String[], String[]).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Create a map for all tables in a catalog or catalogs.
- createMap(String[], String[], String[]).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Create a map for all tables in a schema or schemas.
- createMap(String[], String[], String[], String[]).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Create a map from a set of root tables.
- createMap(String[], String[], String[], String[], String[], String[], String[], String[]).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Create a map from a set of root tables, stopping at designated "stop" tables.
- createMapFromDatabase(Properties, Properties, String[], String[], String[], String[], String[], String[], String[], String[]).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Creates a map from a database.
- createMapFromDTD(Properties, Properties, String).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Creates a map from a DTD.
- createPCDATAMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a new PropertyMap for PCDATA.
- createPCDATAMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a new PropertyMap for PCDATA.
- createPrimaryKey(String).
Static method in class org.xmlmiddleware.xmldbms.maps.Key
- Create a new primary key.
- createPrimaryKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Create a primary key and add it to the table.
- createPropertyTableMap(Table).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Create a PropertyTableMap and add it to this ClassTableMap.
- createRelatedClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a RelatedClassMap for a child element type and add it to this map.
- createRelatedClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a RelatedClassMap for a child element type and add it to this map.
- createRelatedClassMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Create a RelatedClassMap for a child element type and add it to this map.
- createRelatedClassMap(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Create a RelatedClassMap for a child element type and add it to this map.
- createRelatedTableFilter(String, String, String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Create a filter for a related table.
- createResultSetFilter(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Create a result set filter.
- createRootFilter().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Create a root filter.
- createRootFilterConditions(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.RootFilter
- Create the root filter conditions.
- createRootFilterConditions(Table).
Method in class org.xmlmiddleware.xmldbms.filters.RootFilter
- Create the root filter conditions.
- createSQL(Properties, Properties, XMLDBMSMap, String).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Creates CREATE TABLE statements from a map and writes them to a file.
- createStatement().
Method in class org.xmlmiddleware.db.CPConnection
-
- createTable(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Create a Table and add it to the XMLDBMSMap.
- createTableFilter(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Create a filter for a class table.
- createUniqueKey(String).
Static method in class org.xmlmiddleware.xmldbms.maps.Key
- Create a new unique key.
- createUniqueKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Create a unique key (except the primary key) and add it to the table.
- createXMLView(XMLDBMSMap).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapInverter
- Create the XML-centric view.
- DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Key generated by the database.
- DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DATABASENAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DATAHANDLERCLASS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DATASOURCECLASS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DateFormatter(DateFormat).
Constructor for class org.xmlmiddleware.conversions.formatters.DateFormatter
-
- DBMSDelete().
Constructor for class org.xmlmiddleware.xmldbms.DBMSDelete
- Construct a new DBMSDelete object.
- DBMSToDOM(ParserUtils).
Constructor for class org.xmlmiddleware.xmldbms.DBMSToDOM
- Construct a new DBMSToDOM object.
- DBNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DBNameChecker().
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Construct a new DBNameChecker.
- DBNameChecker(Connection).
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Construct a new DBNameChecker and set the database connection.
- DDLGenerator().
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.DDLGenerator
- Construct a new DDLGenerator.
- DDLGenerator(String, DatabaseMetaData).
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.DDLGenerator
- Construct a new DDLGenerator.
- DDLGenerator(String[], DatabaseMetaData[]).
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.DDLGenerator
- Construct a new DDLGenerator.
- DEF_CONTAINSXML.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- DEF_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- DEF_DATABASENAME.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- DEF_DIRECTION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- DEF_GENERATE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- DEF_NAME.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- DEF_TOKENLIST.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- DEF_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- DEF_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- DEF_VERSION.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- defaultValue.
Variable in class org.xmlmiddleware.schemas.dtds.Attribute
- The attribute's default value.
- DELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Delete a row.
- delete(Table, Key, Object[], String, Column[], Object[]).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Delete rows from a given table.
- delete(Table, Row, Key).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- DELETEDOCUMENT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- deleteDocument(Properties, String, String, String, Hashtable).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Delete data from the database
- deleteDocument(TransferInfo, FilterSet, Hashtable, Actions).
Method in class org.xmlmiddleware.xmldbms.DBMSDelete
- Delete a document based on the specified map, filter, and action.
- deleteDocument(TransferInfo, FilterSet, Hashtable, int).
Method in class org.xmlmiddleware.xmldbms.DBMSDelete
- Delete a document based on the specified map, filter, and action.
- dispatch(Properties).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Creates a map according the Input property and generates output according
to one or more Output properties.
- dispatch(Properties).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Executes the method specified by the Method property.
- DMLGenerator(DatabaseMetaData).
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Construct a new DMLGenerator.
- DOCUMENT.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Key stored in document, not generated.
- DOMNormalizer().
Constructor for class org.xmlmiddleware.xmlutils.DOMNormalizer
-
- DOMToDBMS().
Constructor for class org.xmlmiddleware.xmldbms.DOMToDBMS
- Create a DOMToDBMS object.
- DRIVER.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DTD.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DTD().
Constructor for class org.xmlmiddleware.schemas.dtds.DTD
- Construct a new DTD.
- DTD_EXTERNAL.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- The document is a DTD.
- DTD_XMLDOCUMENT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- The document is an XML document which contains and/or references a DTD.
- DTDConst().
Constructor for class org.xmlmiddleware.schemas.dtds.DTDConst
-
- DTDFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- DTDGenerator().
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.DTDGenerator
- Construct a new DTDGenerator.
- DTDParser().
Constructor for class org.xmlmiddleware.schemas.dtds.DTDParser
- Create a new DTDParser.
- DTDSerializer().
Constructor for class org.xmlmiddleware.schemas.dtds.DTDSerializer
- Construct a new DTDSerializer.
- ELEM_ACTION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ACTIONS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ALL.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ATTRIBUTE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ATTRIBUTE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_CLASSMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_COLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DATABASES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DATEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DATETIMEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DECIMALFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_DEFAULTACTION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_DELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_EMPTYSTRINGISNULL.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_EXTENDS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_FILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_FILTERS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_FILTERSET.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_FIXEDORDER.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_FOREIGNKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_FORMATCLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_INLINEMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_INSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_LOCALE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_MAPS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_NONE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_NUMBERFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_ORDERCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_PCDATA.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_PCDATA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_PRIMARYKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_PROPERTYMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_RELATEDCLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_RELATEDTABLEFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_RESULTSETINFO.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_ROOTFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_SIMPLEDATEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_SOFTDELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_SOFTINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TABLEFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TIMEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TLORDERCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOCLASSTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_ACTION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ACTIONS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ALL.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ATTRIBUTE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ATTRIBUTE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_CATALOG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_CLASSMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_COLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DATABASES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DATEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DATETIMEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DECIMALFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_DEFAULTACTION.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_DELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_EMPTYSTRINGISNULL.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_EXTENDS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_FILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_FILTERS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_FILTERSET.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_FIXEDORDER.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_FOREIGNKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_FORMATCLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_INLINEMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_INSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_LOCALE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_MAPS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_NAMESPACE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_NONE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_NUMBERFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_OPTIONS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_ORDERCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_PCDATA.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_PCDATA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_PRIMARYKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_PROPERTYMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_RELATEDCLASS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_RELATEDTABLEFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_RESULTSETINFO.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_ROOTFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_SCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_SIMPLEDATEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_SOFTDELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_SOFTINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_TABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_TABLEFILTER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_TIMEFORMAT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_TLORDERCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_TOCLASSTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_TOCOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_TOPROPERTYTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_UNIQUEKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_UPDATE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_UPDATEORINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKEN_USEBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_USECLASSMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_USECOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_USEFOREIGNKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_USETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_USEUNIQUEKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKEN_WHERE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_WRAPPER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKEN_XMLTODBMS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_TOPROPERTYTABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_UNIQUEKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_UPDATE.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_UPDATEORINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEM_USEBASETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_USECLASSMAP.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_USECOLUMN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_USEFOREIGNKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_USETABLE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_USEUNIQUEKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEM_WHERE.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_WRAPPER.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEM_XMLTODBMS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ELEMENTTYPE.
Static variable in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Mapping between a column and an element type.
- elementType.
Variable in class org.xmlmiddleware.schemas.dtds.Reference
- The referred-to element type.
- ElementType().
Constructor for class org.xmlmiddleware.schemas.dtds.ElementType
- Construct a new ElementType.
- ElementType(String, String, String).
Constructor for class org.xmlmiddleware.schemas.dtds.ElementType
- Construct a new ElementType from its namespace URI, local name, and prefix.
- ElementType(XMLName).
Constructor for class org.xmlmiddleware.schemas.dtds.ElementType
- Construct a new ElementType from an XMLName.
- elementTypes.
Variable in class org.xmlmiddleware.schemas.dtds.DTD
- A Hashtable of ElementTypes defined in the DTD.
- ELEMENTTYPES.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ELEMS.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- ELEMS.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- ELEMS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- emptyStringIsNull().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
-
Are empty strings treated as NULLs?
- ENCODING.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- endDocument().
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- endDocument().
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- endDocument().
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- endDocument().
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- endDocument().
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- endElement(String, String, String).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- endElement(String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- endElement(String, String, String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- endElement(String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- endPrefixMapping(String).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- endPrefixMapping(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- endPrefixMapping(String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- endPrefixMapping(String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- Entity().
Constructor for class org.xmlmiddleware.schemas.dtds.Entity
- Construct a new Entity.
- Entity(String).
Constructor for class org.xmlmiddleware.schemas.dtds.Entity
- Construct a new Entity and set its name.
- ENUM_ASCENDING.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_DESCENDING.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_FOREIGN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_FULL.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_LONG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_MEDIUM.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_NO.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_SHORT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_ASCENDING.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_DESCENDING.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_FOREIGN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_FULL.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_INVALID.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_LONG.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_MEDIUM.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_NO.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_SHORT.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_UNIQUE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_UNKNOWN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKEN_YES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_TOKENS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_UNIQUE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_UNKNOWN.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- ENUM_YES.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- enums.
Variable in class org.xmlmiddleware.schemas.dtds.Attribute
- The legal values for attributes with a type of TYPE_ENUMERATED or
TYPE_NOTATION.
- ENUMS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- equals(Object).
Method in class org.xmlmiddleware.db.ConnectionID
- Overrides Object.equals(Object)
Two ConnectionIDs with the same user name and password are
considered equal.
- equals(Object).
Method in class org.xmlmiddleware.xmlutils.XMLName
- Overrides Object.equals(Object).
- execute().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- execute(String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- executeBatch().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- executeQuery().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- executeQuery(String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- executeUpdate().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- executeUpdate(String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- expandEntityRef(Node).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Replace an entity reference node by its children.
- falseValues.
Variable in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- An array of strings to be recognized as false.
- FILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- FilterCompiler(XMLReader).
Constructor for class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- Construct a new FilterCompiler and set the XMLReader (parser).
- FilterConst().
Constructor for class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- FILTERFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- FilterSerializer().
Constructor for class org.xmlmiddleware.xmldbms.filters.FilterSerializer
- Construct a new FilterSerializer.
- FilterSerializer(Writer).
Constructor for class org.xmlmiddleware.xmldbms.filters.FilterSerializer
- Construct a new FilterSerializer and set the Writer.
- FilterSet(XMLDBMSMap).
Constructor for class org.xmlmiddleware.xmldbms.filters.FilterSet
- Construct a new FilterSet object.
- FILTERTOKEN.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- finalize().
Method in class org.xmlmiddleware.utils.Pool
-
Closes all objects under control of the pool, regardless of whether
they are checked in or out.
- FIXED.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- FOLLOWFOREIGNKEYS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- followForeignKeys().
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Whether foreign key links are followed.
- followForeignKeys(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set whether foreign key links are followed.
- FOLLOWPRIMARYKEYS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- followPrimaryKeys().
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Whether primary key links are followed.
- followPrimaryKeys(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set whether primary key links are followed.
- FOREIGN_KEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Foreign key.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.external.Base64Formatter
- Format an org.xmlmiddleware.conversions.ByteArray object as Base64.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- Convert a Boolean to a string.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.CharFormatter
- "Format" a string and return (the same) string.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.DateFormatter
- Format an object according to the format used by the
underlying DateFormat object.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.NoFormatter
- Throw an exception instead of formatting an object.
- format(Object).
Method in class org.xmlmiddleware.conversions.formatters.NumberFormatter
- Format an object according to the format used by the
underlying NumberFormat object.
- format(Object).
Method in interface org.xmlmiddleware.conversions.formatters.StringFormatter
- Serialize an object as a string.
- FragmentBuilder(XMLReader).
Constructor for class org.xmlmiddleware.xmlutils.FragmentBuilder
- Construct a new FragmentBuilder.
- generateKey().
Method in interface org.xmlmiddleware.xmldbms.keygenerators.KeyGenerator
- Generates a key.
- generateOrder().
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Get whether the order column value is generated.
- GeneratePropFile().
Constructor for class org.xmlmiddleware.xmldbms.tools.GeneratePropFile
- Construct a GeneratePropFile object.
- GenericHandler().
Constructor for class org.xmlmiddleware.xmldbms.datahandlers.GenericHandler
-
Creates a GenericHandler.
- getAction().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Get the action to be taken for the element type.
- getAction(String, String).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Get the action for an element type mapped as a class.
- getAction(XMLName).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Get the action for an element type mapped as a class.
- getActions().
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Gets an Enumeration of all actions.
- getAttributeMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the PropertyMap for an attribute.
- getAttributeMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the PropertyMap for an attribute.
- getAttributeMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the PropertyMaps for all attributes.
- getAutoCommit().
Method in class org.xmlmiddleware.db.CPConnection
-
- getBaseClassMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Get the name of the base ClassMap, if one is being used.
- getBaseLinkInfo().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Get the LinkInfo used to link the class table to the base class table.
- getBaseLinkInfo().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the LinkInfo used to link the class table to the base class table.
- getBaseTable().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the base Table.
- getBytes().
Method in class org.xmlmiddleware.conversions.ByteArray
- Get the encapsulated byte array
- getCatalog().
Method in class org.xmlmiddleware.db.CPConnection
-
- getCatalogName().
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Get the catalog name used to map the result set.
- getCatalogName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the catalog name.
- getChildKey().
Method in class org.xmlmiddleware.xmldbms.maps.LinkInfo
- Get the child key.
- getChildKeyName().
Method in class org.xmlmiddleware.xmldbms.filters.RelatedTableFilter
- Get the name of the child key.
- getChildMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the map for a child element type.
- getChildMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the map for a child element type.
- getChildMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the maps for all element types.
- getClassMap().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassMap
- Get the ClassMap used by the related element type.
- getClassMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets the ClassMap used by an element type.
- getClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets the ClassMap used by an element type.
- getClassMaps().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets an Enumeration of all class maps.
- getClassTableMap().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Get the ClassTableMap of the related class table.
- getClassTableMap(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets a ClassTableMap for a table.
- getClassTableMap(Table).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets a ClassTableMap for a table.
- getClassTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets an Enumeration of all class table maps.
- getColumn().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Get the column to which the property is mapped.
- getColumn(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get a Column.
- getColumnMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the ColumnMap for a column.
- getColumnMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the ColumnMaps for all columns.
- getColumns().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get a list of Column objects corresponding to the parameters.
- getColumns().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the list of columns in the key.
- getColumns().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get all Columns.
- getColumnsFor(Table).
Method in class org.xmlmiddleware.xmldbms.Row
- Returns the columns in this row that apply to a given
table.
- getColumnValue(Column).
Method in class org.xmlmiddleware.xmldbms.Row
- Get a column value.
- getColumnValues(Column[]).
Method in class org.xmlmiddleware.xmldbms.Row
- Get multiple column values.
- getColumnVectorFor(Table).
Method in class org.xmlmiddleware.xmldbms.Row
- Returns the columns in this row that apply to a given
table.
- getCommitMode().
Method in class org.xmlmiddleware.xmldbms.DBMSDelete
- Get the current commit mode.
- getCommitMode().
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Get the commit mode.
- getCondition(int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get a specific condition.
- getConditions().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get the conditions.
- getConnection().
Method in class org.xmlmiddleware.db.ArrayDataSource
- Get the next available connection from the array.
- getConnection().
Method in class org.xmlmiddleware.db.JDBC1DataSource
-
- getConnection().
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- getConnection().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getConnection().
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- getConnection(String, String).
Method in class org.xmlmiddleware.db.ArrayDataSource
- Get the next available connection from the array.
- getConnection(String, String).
Method in class org.xmlmiddleware.db.JDBC1DataSource
-
- getConnection(String, String).
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- getConnection(String, String).
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- getCreateTableString(Table).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DDLGenerator
- Gets the CREATE TABLE string for a specific table.
- getCreateTableStrings(XMLDBMSMap).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DDLGenerator
- Gets CREATE TABLE strings for all tables in the map.
- getDatabaseName().
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Get the database name used to map the result set.
- getDatabaseName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the database name.
- getDataHandler(String).
Method in class org.xmlmiddleware.xmldbms.TransferInfo
- Get a DataHandler.
- getDataHandlers().
Method in class org.xmlmiddleware.xmldbms.TransferInfo
- Get all DataHandlers.
- getDateFormat().
Method in class org.xmlmiddleware.conversions.formatters.DateFormatter
- Get the underlying DateFormat object.
- getDefaultAction().
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Get the default action for a document.
- getDefaultFormatter(int).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get the default formatting object for a type.
- getDefaultFormatters().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a Hashtable containing the default formatting objects hashed by JDBC type.
- getDelete(Table, Key).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns a DELETE SQL string for a given table.
- getDelete(Table, Key).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns a DELETE SQL string for a given table.
- getDeleteWhere(Table, Key, String).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
-
Returns a "DELETE FROM Table WHERE Key = ? AND <where>"
SQL string for a given table
- getDeleteWhere(Table, Key, String).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns a "DELETE FROM Table WHERE key = ? AND <where>" SQL string for a
given table.
- getDOMImplementation().
Method in interface org.xmlmiddleware.xmlutils.ParserUtils
- Get a DOMImplementation object.
- getDOMImplementation().
Method in class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Get a DOMImplementation object.
- getDTD(XMLDBMSMap).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DTDGenerator
- Gets a DTD that can be used with instance documents that use the map.
- getElementInsertionList().
Method in class org.xmlmiddleware.xmldbms.maps.ColumnMap
- Get the list of inserted wrapper elements, if any.
- getElementInsertionList().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Get the list of inserted wrapper elements, if any.
- getElementInsertionList().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Get the list of inserted wrapper elements, if any.
- getElementInsertionMap(int).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Get an ElementInsertionMap.
- getElementInsertionMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Get all ElementInsertionMaps.
- getElementTypeName().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Get the name of the element type to which the action applies.
- getElementTypeName().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the name of the element type being mapped.
- getElementTypeName().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the element type name.
- getElementTypeName().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionMap
- Get the name of the element type or attribute being mapped.
- getElementTypeName().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedMapBase
- Get the name of the related element type.
- getException().
Method in class org.xmlmiddleware.utils.XMLMiddlewareException
- Return the embedded exception, if any.
- getExceptions().
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Returns a chain of all SQLExceptions generated while processing
the last document.
- getFetchDirection().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getFetchSize().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getFilters().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get the filters.
- getFirstChild(Node).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Get the first normalized child node.
- getFixedOrderValue().
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Get the fixed order value.
- getForeignKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get a foreign key.
- getForeignKeys().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get all foreign keys.
- getFormatter().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column formatting object.
- getHashName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get a "universal" name that is safe for hashing.
- getHashName(String, String, String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.Table
- Get a "universal" name that is safe for hashing.
- getInsert(Table).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
-
- getInsert(Table).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns an INSERT SQL string for the given table.
- getInsert(Table, Column[]).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns an INSERT SQL string for the given table.
- getKeyGeneration().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- How the key is generated.
- getKeyGeneratorName().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the logical name of the key generator, if any.
- getLength().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column length.
- getLinkInfo().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Get the information used to link the class table to the property table, if any.
- getLinkInfo().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Get the information used to link the class table and the property table.
- getLinkInfo().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedMapBase
- Get the information used to link the tables of the parent class and
the related class.
- getLocalFromQualified(String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Get the local name from a qualified name.
- getLocalFromUniversal(String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Get the local name from a universal name.
- getLocalName().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Get the local name.
- getLoginTimeout().
Method in class org.xmlmiddleware.db.ArrayDataSource
- Always returns -1.
- getLoginTimeout().
Method in class org.xmlmiddleware.db.JDBC1DataSource
-
- getLoginTimeout().
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- getLoginTimeout().
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- getLogWriter().
Method in class org.xmlmiddleware.db.ArrayDataSource
- Always returns null.
- getLogWriter().
Method in class org.xmlmiddleware.db.JDBC1DataSource
- Always returns null.
- getLogWriter().
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- getLogWriter().
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- getMap().
Method in class org.xmlmiddleware.xmldbms.TransferInfo
- Get the XMLDBMSMap object
- getMaxFieldSize().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getMaxRows().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getMessage().
Method in class org.xmlmiddleware.utils.XMLMiddlewareException
- Return a detail message for this exception.
- getMetaData().
Method in class org.xmlmiddleware.db.CPConnection
-
- getMoreResults().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getName().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column name.
- getName().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the key's name.
- getName(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Get the name of a JDBC type.
- getNamedFormatter(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a named formatting object.
- getNamedFormatters().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a Hashtable containing all named formatting objects hashed by name.
- getNamespacePrefix(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get a namespace prefix.
- getNamespacePrefix(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a namespace prefix.
- getNamespacePrefixes().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get a Hashtable containing all namespace prefixes hashed by URI.
- getNamespacePrefixes().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a Hashtable containing all namespace prefixes hashed by URI.
- getNamespaceURI(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get a namespace URI.
- getNamespaceURI(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a namespace URI.
- getNamespaceURIs().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get a Hashtable containing all namespace URIs hashed by prefix.
- getNamespaceURIs().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Get a Hashtable containing all namespace URIs hashed by prefix.
- getNextSibling(Node).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Get the next normalized sibling node.
- getNullability().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Whether the column is nullable.
- getNumberFormat().
Method in class org.xmlmiddleware.conversions.formatters.NumberFormatter
- Get the underlying NumberFormat object.
- getNumberOfColumns().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get number of Columns.
- getOrderColumn().
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Get the order column.
- getOrderInfo().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionMap
- Get the information used to order the wrapper element in its parent.
- getOrderInfo().
Method in class org.xmlmiddleware.xmldbms.maps.InlineClassMap
- Get the information used to order the inlined element in its parent.
- getOrderInfo().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Get the information used to order the element or PCDATA in its parent.
- getOrderInfo().
Method in class org.xmlmiddleware.xmldbms.maps.RelatedMapBase
- Get the information used to order the child element in its parent.
- getParameterValues().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get a list of parameter values.
- getParentKey().
Method in class org.xmlmiddleware.xmldbms.maps.LinkInfo
- Get the parent key.
- getParentKeyName().
Method in class org.xmlmiddleware.xmldbms.filters.RelatedTableFilter
- Get the name of the parent key.
- getPCDATAMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Get the PropertyMap for PCDATA.
- getPrecision().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column precision.
- getPrefix().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Get the namespace prefix.
- getPrefixFromQualified(String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Get the prefix from a qualified name.
- getPrimaryKey().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the primary key.
- getPropertyTableMap(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the PropertyTableMap for a table.
- getPropertyTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get all PropertyTableMaps.
- getQualifiedName().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Get the qualified name.
- getQualifiedName(String, Hashtable).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct a qualified name from a universal name and a hashtable
mapping URIs to prefixes.
- getQualifiedName(String, String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct a qualified name.
- getQueryTimeout().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getRelatedClassTableMap(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the RelatedClassTableMap(s) for a table.
- getRelatedClassTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get all RelatedClassTableMaps.
- getRelatedTableFilter(PropertyTableMap).
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Get the filter for a property table.
- getRelatedTableFilter(RelatedClassTableMap).
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Get the filter for a related class table.
- getRelatedTableFilter(String, String, String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Get the filter for a related table by name.
- getRelatedTableFilters().
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Get the filters for all related tables.
- getRemoteKey().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the Key to which a foreign key points.
- getRemoteTable().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the Table to which a foreign key points.
- getResultSet().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getResultSetColumns().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get all Columns in ascending order according to their result set index.
- getResultSetConcurrency().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getResultSetIndex().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the result set index.
- getResultSetName().
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Get the name used to identify the result set.
- getResultSetType().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getRootFilterConditions().
Method in class org.xmlmiddleware.xmldbms.filters.RootFilter
- Get the root filter conditions.
- getScale().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column scale.
- getSchemaName().
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Get the schema name used to map the result set.
- getSchemaName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the schema name.
- getSelect(Table, Key).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns a "SELECT key WHERE key = ?" SQL string for a given table.
- getSelect(Table, Key, Column[]).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns a "SELECT cols WHERE Key = ?" SQL string for a given table.
- getSelect(Table, Key, OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns a "SELECT * WHERE key = ? ORDER BY ?" SQL string for a
given table.
- getSelect(Table, Key, String, OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
-
Returns a "SELECT * WHERE Key = ? AND <where> ORDER BY ?"
SQL string for a given table
- getSelectKey(Table, Key).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns a "SELECT key WHERE key = ?" SQL string for a given table.
- getSelectRow(Table, Key, OrderInfo).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns a "SELECT * WHERE key = ? ORDER BY ?" SQL string for a
given table.
- getSelectWhere(Table, Key, String, OrderInfo).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns a "SELECT * WHERE key = ? AND <where> ORDER BY ?" SQL string for a
given table.
- getSQLException().
Method in class org.xmlmiddleware.db.CPConnectionEvent
- Get associated exception if present.
- getSQLException().
Method in class org.xmlmiddleware.db.SPStatementEvent
- Get associated exception if present.
- getTable().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Get the table to which the class is mapped.
- getTable().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Get the Table that the ClassTableMap maps.
- getTable().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get the table to which the filter conditions apply.
- getTable().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Get the property table to which the property is mapped, if any.
- getTable().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Get the property table.
- getTable().
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Get the table to which the filter applies.
- getTable(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets a Table.
- getTableFilter(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Get a table filter.
- getTableFilter(Table).
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Get a table filter.
- getTableFilters().
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Gets an Enumeration of all the table filters.
- getTableName().
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Get the table name used to map the result set.
- getTableName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the table name.
- getTableName(Table).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
-
Returns a properly quoted (with schema, catalog if
necessary) table name.
- getTables().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Gets an Enumeration of all Tables.
- getToken(String).
Method in class org.xmlmiddleware.utils.TokenList
- Get the token value for a particular name.
- getToken(String, int).
Method in class org.xmlmiddleware.utils.TokenList
- Get the token value for a particular name, overriding the default value
if necessary.
- getTokenListOrderInfo().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Get the information used to order a token list property.
- getTokenName(int).
Method in class org.xmlmiddleware.utils.InvertedTokenList
- Get the name for a particular token.
- getTokenName(int, String).
Method in class org.xmlmiddleware.utils.InvertedTokenList
- Get the name for a particular token, overriding the default value
if necessary.
- getTransactionIsolation().
Method in class org.xmlmiddleware.db.CPConnection
-
- getType().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Get the column type.
- getType().
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Get the key's type.
- getType().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Get the type of the XML construct being mapped: ELEMENTTYPE, ATTRIBUTE, or PCDATA.
- getType(String).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Get a JDBC type from a name.
- getUnderlyingStatement().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getUniqueKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get a unique key (except the primary key).
- getUniqueKeys().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get all unique keys (except the primary key).
- getUniversalName().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Get the universal name of the table.
- getUniversalName().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Get the universal name.
- getUniversalName(String, Hashtable).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct a universal name from a qualified name and a hashtable mapping
prefixes to namespace URIS.
- getUniversalName(String, String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Construct a universal name.
- getUniversalName(String, String, String, String).
Static method in class org.xmlmiddleware.xmldbms.maps.Table
- Construct a universal table name from the specified names.
- getUpdate(Table, Key, Column[]).
Method in class org.xmlmiddleware.xmldbms.maps.utils.DMLGenerator
- Returns an UPDATE SQL string for a given table, key, and set of columns.
- getUpdate(Table, Key, Column[]).
Method in class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Returns an UPDATE SQL string for a given table, key, and set of columns.
- getUpdateAttributeNames().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Get the names of attributes of the class element type to be updated.
- getUpdateCount().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getUpdateElementTypeNames().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Get the names of child elements of the class element type to be updated.
- getUpdatePropertyMaps().
Method in class org.xmlmiddleware.xmldbms.actions.Action
-
- getURI().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Get the namespace URI.
- getURIFromUniversal(String).
Static method in class org.xmlmiddleware.xmlutils.XMLName
- Get the URI from a universal name.
- getUsedClassMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Get the ClassMap used by this ClassMap.
- getWarnings().
Method in class org.xmlmiddleware.db.CPConnection
-
- getWarnings().
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Returns a chain of all SQLWarnings generated while processing
the last document.
- getWarnings().
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- getWhereCondition().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Get the condition that can be appended to the WHERE clause.
- getWrapperName(int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get a specific wrapper element name.
- getWrapperNames().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Get the wrapper element names.
- getWriter().
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Get the Writer.
- getXMLName().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Get the name of the element type or attribute being mapped.
- getXMLReader(boolean).
Method in interface org.xmlmiddleware.xmlutils.ParserUtils
- Get a SAX 2.0 XMLReader.
- getXMLReader(boolean).
Method in class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Return an object that wraps an XMLReader.
- Group().
Constructor for class org.xmlmiddleware.schemas.dtds.Group
- Construct a new Group.
- hashCode().
Method in class org.xmlmiddleware.db.ConnectionID
- Overrides Object.hashCode().
- hashCode().
Method in class org.xmlmiddleware.xmlutils.XMLName
- Overrides Object.hashCode().
- ignorableWhitespace(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- ignorableWhitespace(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- ignorableWhitespace(char[], int, int).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- ignorableWhitespace(char[], int, int).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- INDENT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- initialize(DataSource, String, String).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Initialize a DataHandler object
- initialize(Properties).
Method in interface org.xmlmiddleware.xmldbms.keygenerators.KeyGenerator
- Initializes a key generator.
- initializeMetadata(String, Connection, boolean).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MetadataInitializer
- Initialize database metadata from a single database.
- initializeMetadata(String, String, String, String, ResultSet).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MetadataInitializer
- Initialize database metadata from a result set.
- initializeMetadata(String[], Connection[], boolean).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MetadataInitializer
- Initialize database metadata from multiple databases.
- initializeMetadata(Table, ResultSet).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MetadataInitializer
- Initialize database metadata from a result set.
- INPUT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- INSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Insert a row.
- insert(Table, Row).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- insert(Table, Row).
Method in class org.xmlmiddleware.xmldbms.datahandlers.GenericHandler
- Inserts a row into the table.
- insertElementInsertionMap(ElementInsertionMap, int).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Insert an ElementInsertionMap at the specified position.
- InvertedTokenList(int[], String[]).
Constructor for class org.xmlmiddleware.utils.InvertedTokenList
- Construct an InvertedTokenList without a default.
- InvertedTokenList(int[], String[], String).
Constructor for class org.xmlmiddleware.utils.InvertedTokenList
- Construct an InvertedTokenList with a default.
- isAscending().
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Get whether the order is ascending.
- isClosed().
Method in class org.xmlmiddleware.db.CPConnection
-
- isFilterSetReturned().
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Whether storeDocument returns a FilterSet or a null.
- isMetadataSet().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Checks whether metadata has been set for the column.
- isPCDATAUpdated().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Whether PCDATA is to be updated for the class element type.
- isReadOnly().
Method in class org.xmlmiddleware.db.CPConnection
-
- isRepeatable.
Variable in class org.xmlmiddleware.schemas.dtds.Particle
- Whether the particle may be repeated.
- isRequired.
Variable in class org.xmlmiddleware.schemas.dtds.Particle
- Whether the particle is required.
- isTokenList().
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Is the value of an element type, attribute, or PCDATA a token list?
This is used to support token-list-valued attributes (as declared in DTDs)
and token-list-valued element types and attributes (as declared in XML Schemas
with the list data type).
- JDBC1DataSource(String, String).
Constructor for class org.xmlmiddleware.db.JDBC1DataSource
- Create a new JDBC1DataSource.
- JDBC2DataSource(DataSource).
Constructor for class org.xmlmiddleware.db.JDBC2DataSource
- Create a new JDBC2DataSource.
- JDBC2DataSource(String, String).
Constructor for class org.xmlmiddleware.db.JDBC2DataSource
-
- JDBCTYPE_BIGINT.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "BIGINT".
- JDBCTYPE_BINARY.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "BINARY".
- JDBCTYPE_BIT.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "BIT".
- JDBCTYPE_CHAR.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "CHAR".
- JDBCTYPE_DATE.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "DATE".
- JDBCTYPE_DECIMAL.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "DECIMAL".
- JDBCTYPE_DOUBLE.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "DOUBLE".
- JDBCTYPE_FLOAT.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "FLOAT".
- JDBCTYPE_INTEGER.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "INTEGER".
- JDBCTYPE_LONGVARBINARY.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "LONGVARBINARY".
- JDBCTYPE_LONGVARCHAR.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "LONGVARCHAR".
- JDBCTYPE_NUMERIC.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "NUMERIC".
- JDBCTYPE_OTHER.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "OTHER".
- JDBCTYPE_REAL.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "REAL".
- JDBCTYPE_SMALLINT.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "SMALLINT".
- JDBCTYPE_TIME.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "TIME".
- JDBCTYPE_TIMESTAMP.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "TIMESTAMP".
- JDBCTYPE_TINYINT.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "TINYINT".
- JDBCTYPE_TOKENS.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- Array containing all JDBC Types values.
- JDBCTYPE_VARBINARY.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "VARBINARY".
- JDBCTYPE_VARCHAR.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- The string "VARCHAR".
- JDBCTYPES.
Static variable in class org.xmlmiddleware.db.JDBCTypes
- Array containing all JDBC type names.
- JDBCTypes().
Constructor for class org.xmlmiddleware.db.JDBCTypes
-
- JNDICONTEXT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- JNDILOOKUPNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- KEYGENERATOR.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Key generated by a KeyGenerator.
- KEYGENERATORCLASS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- KEYGENERATORNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- KEYWD_ANY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_ATTLIST.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_CDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_ELEMENT.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_EMPTY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_ENTITIES.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_ENTITY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_FIXED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_ID.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_IDREF.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_IDREFS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_IMPLIED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_NDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_NMTOKEN.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_NMTOKENS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_NOTATION.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_PCDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_PUBLIC.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_REQUIRED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_SYSTEM.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ANY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ATTLIST.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_CDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ELEMENT.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_EMPTY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ENTITIES.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ENTITY.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_FIXED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_ID.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_IDREF.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_IDREFS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_IMPLIED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_NDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_NMTOKEN.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_NMTOKENS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_NOTATION.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_PCDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_PUBLIC.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_REQUIRED.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_SYSTEM.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKEN_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWD_TOKENS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- KEYWDS.
Static variable in class org.xmlmiddleware.schemas.dtds.DTDConst
-
- lengthExists().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Whether a length value exists.
- main(String[]).
Static method in class org.xmlmiddleware.xmldbms.tools.GeneratePropFile
- Run GeneratePropFile from a command line.
- main(String[]).
Static method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Run MapManager from a command line.
- main(String[]).
Static method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Run Transfer from a command line.
- MAP.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- MapBase().
Constructor for class org.xmlmiddleware.xmldbms.maps.MapBase
-
- MAPCOLUMNSAS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- MapCompiler(XMLReader).
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- Construct a new MapCompiler and set the SAX XMLReader (parser).
- MapConst().
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- MapFactory_Database().
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Construct a new MapFactory_Database.
- MapFactory_Database(Connection).
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Construct a new MapFactory_Database and set the connection.
- MapFactory_Database(String[], Connection[]).
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Construct a new MapFactory_Database and set the connections and database names.
- MapFactory_DTD().
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Construct a new MapFactory_DTD.
- MAPFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- MapInverter().
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.MapInverter
- Construct a new MapInverter.
- MapManager(ParserUtils).
Constructor for class org.xmlmiddleware.xmldbms.tools.MapManager
- Construct a MapManager object.
- MapManager(Properties).
Constructor for class org.xmlmiddleware.xmldbms.tools.MapManager
- Construct a MapManager object.
- MapSerializer().
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Construct a new MapSerializer.
- MapSerializer(Writer).
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Construct a new MapSerializer and set the Writer.
- MAPTOKEN.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- members.
Variable in class org.xmlmiddleware.schemas.dtds.Group
- A Vector containing the members of the group.
- MetadataInitializer(XMLDBMSMap).
Constructor for class org.xmlmiddleware.xmldbms.maps.utils.MetadataInitializer
- Construct a new MetadataInitializer.
- METHOD.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- name.
Variable in class org.xmlmiddleware.schemas.dtds.Attribute
- The XMLName of the attribute.
- name.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- The XMLName of the element type.
- name.
Variable in class org.xmlmiddleware.schemas.dtds.Entity
- The entity name.
- name.
Variable in class org.xmlmiddleware.schemas.dtds.Notation
- The name of the notation.
- nameIsValid(String).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether a name is the name of a JDBC type.
- nativeSQL(String).
Method in class org.xmlmiddleware.db.CPConnection
-
- NO.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- NoFormatter().
Constructor for class org.xmlmiddleware.conversions.formatters.NoFormatter
-
- NONE.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Do nothing.
- NONE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- normalizeNode(Node).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Get the first normalized node at or sibling-wise after the input node.
- normalizeText(Node).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Normalize text nodes, starting with the current node.
- notation.
Variable in class org.xmlmiddleware.schemas.dtds.UnparsedEntity
- The notation used by the entity.
- Notation().
Constructor for class org.xmlmiddleware.schemas.dtds.Notation
- Construct a new Notation.
- notations.
Variable in class org.xmlmiddleware.schemas.dtds.DTD
- A Hashtable of Notations defined in the DTD.
- NOTRANSACTIONS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- NumberFormatter(NumberFormat).
Constructor for class org.xmlmiddleware.conversions.formatters.NumberFormatter
-
- openDocument(InputSource, boolean).
Method in interface org.xmlmiddleware.xmlutils.ParserUtils
- Open an InputSource and create a DOM Document.
- openDocument(InputSource, boolean).
Method in class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Open an InputSource and create a DOM Document
- ORDER_COLUMNS.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Generate order columns.
- ORDER_FIXED.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Generate fixed order values.
- ORDER_NONE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Do not generate order information (default).
- ORDERTYPE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- orderValueIsFixed().
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Whether a fixed order value or an order column is used.
- OUTPUT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- parameterEntities.
Variable in class org.xmlmiddleware.schemas.dtds.DTD
- A Hashtable of ParameterEntities defined in the DTD.
- ParameterEntity().
Constructor for class org.xmlmiddleware.schemas.dtds.ParameterEntity
- Construct a ParameterEntity.
- ParameterEntity(String).
Constructor for class org.xmlmiddleware.schemas.dtds.ParameterEntity
- Construct a ParameterEntity and set its name.
- Parameters().
Constructor for class org.xmlmiddleware.xmldbms.datahandlers.Parameters
-
- parentKeyIsUnique().
Method in class org.xmlmiddleware.xmldbms.maps.LinkInfo
- Whether the parent key is unique (or primary).
- parents.
Variable in class org.xmlmiddleware.schemas.dtds.ElementType
- A Hashtable of parent ElementTypes.
- parse(Document, String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- Construct a new document fragment.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.external.Base64Formatter
- Parse a Base64 string and return it as an org.xmlmiddleware.conversions.ByteArray object.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- Parse a boolean string.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.CharFormatter
- "Parse" a string and return (the same) string.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.DateFormatter
- Parse a string according to the parse format used
by the underlying DateFormat object.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.NoFormatter
- Throw an exception instead of parsing a string.
- parse(String, int).
Method in class org.xmlmiddleware.conversions.formatters.NumberFormatter
- Parse a string according to the parse format used
by the underlying NumberFormat object.
- parse(String, int).
Method in interface org.xmlmiddleware.conversions.formatters.StringFormatter
- Parse a string and create an object.
- parsedGeneralEntities.
Variable in class org.xmlmiddleware.schemas.dtds.DTD
- A Hashtable of ParsedGeneralEntities defined in the DTD.
- ParsedGeneralEntity().
Constructor for class org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity
- Construct a ParsedGeneralEntity.
- ParsedGeneralEntity(String).
Constructor for class org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity
- Construct a ParsedGeneralEntity and set its name.
- parseExternalSubset(InputSource, Hashtable).
Method in class org.xmlmiddleware.schemas.dtds.DTDParser
- Parse the DTD in an external subset.
- PARSERUTILSCLASS.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ParserUtilsXerces().
Constructor for class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Construct a ParserUtilsXerces object.
- parseXMLDocument(InputSource, Hashtable).
Method in class org.xmlmiddleware.schemas.dtds.DTDParser
- Parse the DTD in an XML document containing an internal subset,
reference to an external subset, or both.
- Particle().
Constructor for class org.xmlmiddleware.schemas.dtds.Particle
- Construct a new Particle.
- password.
Variable in class org.xmlmiddleware.db.ConnectionID
- Password.
- PASSWORD.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- PCDATA.
Static variable in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Mapping between a column and PCDATA.
- Pool().
Constructor for class org.xmlmiddleware.utils.Pool
-
Construct a new Pool object.
- precisionExists().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Whether a precision value exists.
- PREFIX.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- prepareCall(String).
Method in class org.xmlmiddleware.db.CPConnection
-
- prepareStatement(String).
Method in class org.xmlmiddleware.db.CPConnection
-
- PRETTY.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- PRIMARY_KEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Primary key.
- processingInstruction(String, String).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- processingInstruction(String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- processingInstruction(String, String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- processingInstruction(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- PropertyProcessor().
Constructor for class org.xmlmiddleware.xmldbms.tools.PropertyProcessor
- Construct a PropertyProcessor object.
- publicID.
Variable in class org.xmlmiddleware.schemas.dtds.Entity
- The public ID of the entity.
- publicID.
Variable in class org.xmlmiddleware.schemas.dtds.Notation
- The public ID of the notation.
- PUBLICID.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- Reference().
Constructor for class org.xmlmiddleware.schemas.dtds.Reference
- Construct a new Reference.
- Reference(ElementType).
Constructor for class org.xmlmiddleware.schemas.dtds.Reference
- Construct a new Reference and set the element type.
- removeAction(String, String).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Remove the action for an element type name.
- removeAction(XMLName).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Remove the action for an element type name.
- removeAllActions().
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Remove all actions.
- removeAllAttributeMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the PropertyMaps for all attributes.
- removeAllAttributeMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the PropertyMaps for all attributes.
- removeAllChildMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the maps for all child element types.
- removeAllChildMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the maps for all child element types.
- removeAllClassMaps().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassMaps for all element types.
- removeAllClassTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassTablesMaps for all tables.
- removeAllColumnMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove the ColumnMaps for all columns.
- removeAllColumns().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove all columns.
- removeAllConditions().
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Remove all wrapper conditions.
- removeAllElementInsertionMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Remove all ElementInsertionMaps from the list.
- removeAllFilters().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove all filters.
- removeAllForeignKeys().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove all foreign keys.
- removeAllKeyGenerators().
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Remove all key generators.
- removeAllNamedFormatters().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove all named formatting objects.
- removeAllPropertyTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove all PropertyTableMaps.
- removeAllRelatedClassTableMaps().
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove all RelatedClassTableMaps.
- removeAllRelatedTableFilters().
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Remove all related table filters.
- removeAllTableFilters().
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Remove the filters for all tables.
- removeAllTables().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove all Tables.
- removeAllUniqueKeys().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove all unique keys (except the primary key).
- removeAllUpdateProperties().
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Remove all properties from the update list.
- removeAllWrapperNames().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove all wrapper element names.
- removeAttributeMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the PropertyMap for an attribute.
- removeAttributeMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the PropertyMap for an attribute.
- removeAttributeMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the PropertyMap for an attribute.
- removeAttributeMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the PropertyMap for an attribute.
- removeChildMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the map for a child element type.
- removeChildMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the map for a child element type.
- removeChildMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the map for a child element type.
- removeChildMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the map for a child element type.
- removeClassMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassMap for an element type.
- removeClassMap(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassMap for an element type.
- removeClassTableMap(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassTableMap for a table.
- removeClassTableMap(Table).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove the ClassTableMap for a table.
- removeColumn(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove a Column.
- removeColumnMap(String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove the ColumnMap for a column.
- removeCondition(int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Remove the specified condition.
- removeConnectionEventListener(CPConnectionEventListener).
Method in class org.xmlmiddleware.db.CPConnection
-
- removeConnectionEventListener(CPConnectionEventListener).
Method in interface org.xmlmiddleware.db.CPConnectionEventSource
- Stop notification to an event listener.
- removeElementInsertionMap(int).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Remove the ElementInsertionMap at the specified position.
- removeFilter(int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove the ith filter.
- removeForeignKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove a foreign key.
- removeKeyGenerator(String).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Remove a key generator.
- removeNamedFormatter(String, StringFormatter).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove a named formatting object.
- removeNamespaceByPrefix(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove a namespace prefix and URI.
- removeNamespaceByPrefix(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove a namespace prefix and URI.
- removeNamespaceByURI(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove a namespace prefix and URI.
- removeNamespaceByURI(String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove a namespace prefix and URI.
- removeNamespaces().
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove all namespace URIs.
- removeNamespaces().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove all namespace URIs.
- removePCDATAMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Remove the PropertyMap for PCDATA.
- removePCDATAMap().
Method in class org.xmlmiddleware.xmldbms.maps.ClassMapBase
- Remove the PropertyMap for PCDATA.
- removePrimaryKey().
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove the primary key.
- removePropertyTableMap(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove a PropertyTableMap.
- removeRelatedClassTableMaps(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Remove a RelatedClassTableMap(s).
- removeRelatedTableFilter(String, String, String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.TableFilter
- Remove a filter for a related table.
- removeStatementEventListener(SPStatementEventListener).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- removeStatementEventListener(SPStatementEventListener).
Method in interface org.xmlmiddleware.db.SPStatementEventSource
- Stop notification to an event listener.
- removeTable(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove a Table.
- removeTable(Table).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Remove a Table.
- removeTableFilter(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterBase
- Remove the filter for a table.
- removeUniqueKey(String).
Method in class org.xmlmiddleware.xmldbms.maps.Table
- Remove a unique key (except the primary key).
- removeUpdateProperty(String, String, int).
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Remove a property from the update list.
- removeUpdateProperty(XMLName, int).
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Remove a property from the update list.
- removeWrapperName(int).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Remove the wrapper element at the specified nesting level.
- required.
Variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Whether the attribute is required and has a default.
- REQUIRED_DEFAULT.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute is optional and has a default.
- REQUIRED_FIXED.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute has a fixed default.
- REQUIRED_OPTIONAL.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute is optional, no default.
- REQUIRED_REQUIRED.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute is required, no default.
- REQUIRED_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Default type unknown.
- resetDefaultFormatters().
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Reset the default formatting objects to their initial state.
- resetMetadata().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Sets the metadata (type, length, etc.) to its initial state.
- retrieveDocument(Properties, String, Properties, String, Hashtable).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Retrieve data from a result set as an XML string
If the class map for the element type corresponding to the result set contains
related classes, this method retrieves additional data from the database.
- retrieveDocument(Properties, String, Properties, String, Hashtable, String).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Retrieve data from a result set as an XML file
If the class map for the element type corresponding to the result set contains
related classes, this method retrieves additional data from the database.
- retrieveDocument(Properties, String, String, Hashtable).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Retrieve data from the database as an XML string
- retrieveDocument(Properties, String, String, Hashtable, String).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Retrieve data from the database as an XML file
- retrieveDocument(TransferInfo, FilterSet, Hashtable, Node).
Method in class org.xmlmiddleware.xmldbms.DBMSToDOM
- Retrieve a document based on the specified filters.
- retrieveDocument(TransferInfo, Hashtable, FilterSet, Hashtable, Node).
Method in class org.xmlmiddleware.xmldbms.DBMSToDOM
- Retrieve a document based on the specified result sets.
- retrieveDocument(TransferInfo, ResultSet, FilterSet, Hashtable, Node).
Method in class org.xmlmiddleware.xmldbms.DBMSToDOM
- Retrieve a document based on a result set.
- RETRIEVEDOCUMENTBYFILTER.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- RETRIEVEDOCUMENTBYSQL.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- RETURNFILTER.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- rollback().
Method in class org.xmlmiddleware.db.CPConnection
-
- ROOTCATALOG.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ROOTDATABASE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ROOTSCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- ROOTTABLE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- Row().
Constructor for class org.xmlmiddleware.xmldbms.Row
-
Construct a Row
- scaleExists().
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Whether a scale value exists.
- SCHEMANAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SELECT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- select(Table, Key, Object[], String, Column[], Object[], OrderInfo).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
- Select rows from a given table.
- SELECTDBNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SELECTRESULTSETNAME.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SEPARATOR.
Static variable in class org.xmlmiddleware.xmlutils.XMLName
- The character used to separate the URI from the local name.
- serialize(DTD, Writer, boolean).
Method in class org.xmlmiddleware.schemas.dtds.DTDSerializer
- Serialize a DTD to a Writer.
- serialize(FilterSet).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSerializer
- Serialize a FilterSet to the filter language.
- serialize(FilterSet, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSerializer
- Serialize a FilterSet to the filter language.
- serialize(Node, boolean, boolean).
Static method in class org.xmlmiddleware.xmlutils.DOMNormalizer
- Serialize the normalized version of a node.
- serialize(XMLDBMSMap).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Serialize an XMLDBMSMap using the XML-DBMS mapping language.
- serialize(XMLDBMSMap, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Serialize an XMLDBMSMap using the XML-DBMS mapping language.
- setAction(int).
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Set the action to be taken for the element type.
- setAsciiStream(int, InputStream, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setAutoCommit(boolean).
Method in class org.xmlmiddleware.db.CPConnection
-
- setBaseClassMap(ClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Set the base ClassMap.
- setBaseLinkInfo(LinkInfo).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Set the LinkInfo used to link the class table to the base class table.
- setBaseLinkInfo(LinkInfo).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Set the LinkInfo used to link the table to the base table.
- setBaseTable(Table).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Set the base Table.
- setBigDecimal(int, BigDecimal).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setBinaryStream(int, InputStream, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setBoolean(int, boolean).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setByte(int, byte).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setBytes(int, byte[]).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setCatalog(String).
Method in class org.xmlmiddleware.db.CPConnection
-
- setClassMap(ClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassMap
- Set the class map to use for the related element type.
- setColumn(Column).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Set the column to which the property is mapped.
- setColumn(Column).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Set the column to which the property is mapped.
- setColumns(Column[]).
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Set the list of columns in the key.
- setColumnValue(Column, Object).
Method in class org.xmlmiddleware.xmldbms.Row
- Set a column value.
- setColumnValues(Column[], Object[]).
Method in class org.xmlmiddleware.xmldbms.Row
- Set multiple column values.
- setColumnValues(ResultSet, Table, boolean).
Method in class org.xmlmiddleware.xmldbms.Row
- Set column values from a result set
- setCommitMode(int).
Method in class org.xmlmiddleware.xmldbms.DBMSDelete
- Set the current commit mode.
- setCommitMode(int).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Set the commit mode.
- setConnection(Connection).
Method in class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Sets the database connection.
- setConnection(Connection).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set the database connection to use.
- setConnection(Connection).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Set the database connection.
- setConnections(String[], Connection[]).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set the database connections to use.
- setContainsXML(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Set whether the column contains XML.
- setCursorName(String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setDatabaseNames(String, String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Set the catalog and schema names to use in the map.
- setDatabaseProperties(Properties).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Set the database properties.
- setDate(int, Date).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setDefaultAction(Action).
Method in class org.xmlmiddleware.xmldbms.actions.Actions
- Set the default action for a document.
- setDefaultFormatter(int, StringFormatter).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Set the default formatting object for a type.
- setDocumentLocator(Locator).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- setDocumentLocator(Locator).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- setDocumentLocator(Locator).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- setDocumentLocator(Locator).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- setDouble(int, double).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setDTDInfo(String, String).
Method in class org.xmlmiddleware.xmldbms.DBMSToDOM
- Set the system and public IDs to use in the DOCTYPE statement.
- setElementInsertionList(ElementInsertionList).
Method in class org.xmlmiddleware.xmldbms.maps.ColumnMap
- Set the list of inserted wrapper elements, if any.
- setElementInsertionList(ElementInsertionList).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Set the list of inserted wrapper elements, if any.
- setElementInsertionList(ElementInsertionList).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Set the list of inserted wrapper elements, if any.
- setElementInsertionMap(ElementInsertionMap, int).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Overwrite the ElementInsertionMap at the specified position.
- setElementTypeName(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Set the element type name.
- setElementTypeName(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Set the name of the related element type.
- setElementTypeName(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.ClassTableMap
- Set the element type name.
- setElementTypeName(XMLName).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedClassTableMap
- Set the name of the related element type.
- setEmptyStringIsNull(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
-
Set whether empty strings are treated as NULLs.
- setEscapeProcessing(boolean).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setFetchDirection(int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setFetchSize(int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setFilterParameters(Hashtable).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSet
- Set the parameters to use with the filters.
- setFilterSetReturned(boolean).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Sets whether storeDocument returns a FilterSet or a null.
- setFixedOrderValue(long).
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Set the fixed order value.
- setFloat(int, float).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setFormatter(StringFormatter).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the column formatting object.
- setGenerateOrder(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Set whether to generate the order column value.
- setInt(int, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setIsAscending(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Set whether the order is ascending.
- setIsTokenList(boolean).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Sets whether the value of an element type, attribute, or PCDATA is a token list.
- setKeyGeneration(int, String).
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Set the method by which the key is generated.
- setLength(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the column length.
- setLinkInfo(LinkInfo).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Set the information used to link the class table and the property table.
- setLinkInfo(LinkInfo).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedMapBase
- Set the information used to link the tables of the parent class and
the related class.
- setLoginTimeout(int).
Method in class org.xmlmiddleware.db.ArrayDataSource
- Login timeout parameter ignored.
- setLoginTimeout(int).
Method in class org.xmlmiddleware.db.JDBC1DataSource
-
- setLoginTimeout(int).
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- setLoginTimeout(int).
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- setLogWriter(PrintWriter).
Method in class org.xmlmiddleware.db.ArrayDataSource
- Log writer parameter ignored.
- setLogWriter(PrintWriter).
Method in class org.xmlmiddleware.db.JDBC1DataSource
- Does nothing.
- setLogWriter(PrintWriter).
Method in class org.xmlmiddleware.db.JDBC2DataSource
-
- setLogWriter(PrintWriter).
Method in class org.xmlmiddleware.db.StatementPoolDataSource
-
- setLong(int, long).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setMaxFieldSize(int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setMaxRows(int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setNamespaceInfo(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_Database
- Set the namespace URI and prefix of the generated element types.
- setNull(int, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setNullability(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set whether the column is nullable.
- setObject(int, Object).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setObject(int, Object, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setObject(int, Object, int, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setOrderColumn(Column).
Method in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Set the order column.
- setOrderInfo(OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionMap
- Set the information used to order the wrapper element in its parent.
- setOrderInfo(OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.InlineClassMap
- Set the information used to order the inlined element in its parent.
- setOrderInfo(OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Set the information used to order the element or PCDATA in its parent.
- setOrderInfo(OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.RelatedMapBase
- Set the information used to order the child element in its parent.
- setOrderType(int).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapFactory_DTD
- Set how/if order is to be generated.
- setParameter(PreparedStatement, int, Column, Object).
Static method in class org.xmlmiddleware.xmldbms.datahandlers.Parameters
- Set a single parameter.
- setParameters(Hashtable).
Method in class org.xmlmiddleware.xmldbms.filters.FilterConditions
- Set the parameters to be used with the conditions.
- setParameters(PreparedStatement, int, Column[], Object[]).
Static method in class org.xmlmiddleware.xmldbms.datahandlers.Parameters
- Set parameters from an array of values.
- setPrecision(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the column precision.
- setPrefix(String).
Method in class org.xmlmiddleware.xmlutils.XMLName
- Set the namespace prefix.
- setPrettyPrinting(boolean, int).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Set the pretty printing options.
- setQueryTimeout(int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setReadOnly(boolean).
Method in class org.xmlmiddleware.db.CPConnection
-
- setRemoteKey(Table, Key).
Method in class org.xmlmiddleware.xmldbms.maps.Key
- Set the Table and Key to which a foreign key points.
- setResultSetIndex(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the result set index.
- setScale(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the column scale.
- setShort(int, short).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setString(int, String).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setTable(String, String, String, String).
Method in class org.xmlmiddleware.xmldbms.filters.ResultSetFilter
- Set the name of the table used to map the result set.
- setTable(Table).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Set the table to which the class is mapped.
- setTable(Table, LinkInfo).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMap
- Map the property to a column in a property table.
- setTime(int, Time).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setTimestamp(int, Timestamp).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setTokenListOrderInfo(OrderInfo).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Set the information used to order a token list property.
- setTransactionIsolation(int).
Method in class org.xmlmiddleware.db.CPConnection
-
- setType(int).
Method in class org.xmlmiddleware.xmldbms.maps.Column
- Set the column type.
- setUnicodeStream(int, InputStream, int).
Method in class org.xmlmiddleware.db.SPPreparedStatement
-
- setUpdateProperty(String, String, int).
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Add a property to the update list.
- setUpdateProperty(XMLName, int).
Method in class org.xmlmiddleware.xmldbms.actions.Action
- Add a property to the update list.
- setWriter(Writer).
Method in class org.xmlmiddleware.xmldbms.filters.FilterSerializer
- Set the Writer.
- setWriter(Writer).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Set the Writer.
- setWriter(Writer).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Set the Writer.
- setXMLName(String, String, int).
Method in class org.xmlmiddleware.xmldbms.maps.ColumnMap
- Set the name and type of the XML construct being mapped.
- setXMLName(String, String, int).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Set the name and type of the XML construct being mapped.
- setXMLName(XMLName, int).
Method in class org.xmlmiddleware.xmldbms.maps.ColumnMap
- Set the name and type of the XML construct being mapped.
- setXMLName(XMLName, int).
Method in class org.xmlmiddleware.xmldbms.maps.PropertyTableMap
- Set the name and type of the XML construct being mapped.
- size().
Method in class org.xmlmiddleware.xmldbms.maps.ElementInsertionList
- Get the number of ElementInsertionMaps in the list.
- skippedEntity(String).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- skippedEntity(String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- skippedEntity(String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- skippedEntity(String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- SOFTDELETE.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Delete a row if it exists, otherwise do nothing.
- SOFTINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Insert a row if it does not already exist.
- Sort().
Constructor for class org.xmlmiddleware.utils.Sort
-
- sort(long[], Object[]).
Static method in class org.xmlmiddleware.utils.Sort
- Sort an array of objects by long.
- sort(String[], Object[]).
Static method in class org.xmlmiddleware.utils.Sort
- Sort an array of objects by string.
- SQL.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SQLFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SQLLiterals().
Constructor for class org.xmlmiddleware.conversions.SQLLiterals
-
- SQLSEPARATOR.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- SQLStrings(Connection).
Constructor for class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Construct a new SQLStrings.
- SQLStrings(DMLGenerator).
Constructor for class org.xmlmiddleware.xmldbms.datahandlers.SQLStrings
- Construct a new SQLStrings.
- startDocument().
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- startDocument().
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- startDocument().
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- startDocument().
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- startDocument(int).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- startElement(String, String, String, Attributes).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- startElement(String, String, String, Attributes).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- startElement(String, String, String, Attributes).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- startElement(String, String, String, Attributes).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- startNewSession().
Method in class org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker
- Start a new name-checking session.
- startNewSession().
Method in class org.xmlmiddleware.xmldbms.maps.factories.XMLNameChecker
- Start a new name-checking session.
- startPrefixMapping(String, String).
Method in class org.xmlmiddleware.xmldbms.actions.ActionCompiler
- For internal use only.
- startPrefixMapping(String, String).
Method in class org.xmlmiddleware.xmldbms.filters.FilterCompiler
- For internal use only.
- startPrefixMapping(String, String).
Method in class org.xmlmiddleware.xmlutils.FragmentBuilder
- For internal use only.
- startPrefixMapping(String, String).
Method in class org.xmlmiddleware.xmldbms.maps.factories.MapCompiler
- For internal use only.
- statementClosed(SPStatementEvent).
Method in interface org.xmlmiddleware.db.SPStatementEventListener
- Called when statement is closed.
- statementClosed(SPStatementEvent).
Method in class org.xmlmiddleware.db.StatementPool
- When a SPPreparedStatement is closed, checks the underlying statement back
in to the pool.
- statementErrorOccurred(SPStatementEvent).
Method in interface org.xmlmiddleware.db.SPStatementEventListener
- Called when error occurs on statement.
- statementErrorOccurred(SPStatementEvent).
Method in class org.xmlmiddleware.db.StatementPool
- When an error occurs on a SPPreparedStatement, removes it from the pool.
- StatementPool(Connection).
Constructor for class org.xmlmiddleware.db.StatementPool
- Create a new StatementPool.
- StatementPoolDataSource(DataSource).
Constructor for class org.xmlmiddleware.db.StatementPoolDataSource
- Create a new StatementPoolDataSource object.
- STOPCATALOG.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- STOPDATABASE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- STOPONERROR.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- stopOnException(boolean).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Defines how SQLExceptions are handled.
- STOPSCHEMA.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- STOPTABLE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- STOREDOCUMENT.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- storeDocument(Properties, String, String, InputStream).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Store (insert or update) data from an XML InputStream in the database
- storeDocument(Properties, String, String, String).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Store (insert or update) data from an XML file in the database
- storeDocument(String, Properties, String, String).
Method in class org.xmlmiddleware.xmldbms.tools.Transfer
- Store (insert or update) data from an XML string in the database
- storeDocument(TransferInfo, Document, Actions).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Store a DOM tree in the database using a set of actions.
- storeDocument(TransferInfo, Document, int).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Store a DOM tree in the database using a single action.
- storeDocument(TransferInfo, Element, Actions).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Store part of a document in the database using a set of actions.
- storeDocument(TransferInfo, Element, int).
Method in class org.xmlmiddleware.xmldbms.DOMToDBMS
- Store part of a document in the database using a single action.
- systemID.
Variable in class org.xmlmiddleware.schemas.dtds.Entity
- The system ID of the entity.
- systemID.
Variable in class org.xmlmiddleware.schemas.dtds.Notation
- The system ID of the notation.
- SYSTEMID.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- toBigDecimal(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toBigDecimal(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBigDecimal(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBigDecimal(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBigDecimal(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBigDecimal(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBigDecimal(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBigDecimal(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBigDecimal(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBigDecimal(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBigDecimal(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBigDecimal(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBigDecimal(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBigDecimal(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toBigDecimal(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toBigDecimal(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toBoolean(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toBoolean(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBoolean(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBoolean(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBoolean(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBoolean(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBoolean(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBoolean(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBoolean(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBoolean(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBoolean(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBoolean(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBoolean(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBoolean(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toBoolean(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toBoolean(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toBooleanObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toBooleanObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBooleanObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toBooleanObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBooleanObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toBooleanObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBooleanObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toBooleanObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBooleanObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toBooleanObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBooleanObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toBooleanObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBooleanObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toBooleanObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toBooleanObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toBooleanObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toByte(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toByte(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toByte(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toByte(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toByte(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toByte(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toByte(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toByte(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toByte(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toByte(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toByte(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toByte(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toByte(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toByte(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toByte(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toByte(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toByteArray(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toByteObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toByteObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toByteObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toByteObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toByteObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toByteObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toByteObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toByteObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toByteObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toByteObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toByteObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toByteObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toByteObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toByteObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toByteObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toByteObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toDate(Date).
Static method in class org.xmlmiddleware.conversions.ConvertDate
-
- toDate(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toDate(Timestamp).
Static method in class org.xmlmiddleware.conversions.ConvertTimestamp
-
- toDouble(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toDouble(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toDouble(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toDouble(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toDouble(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toDouble(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toDouble(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toDouble(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toDouble(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toDouble(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toDouble(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toDouble(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toDouble(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toDouble(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toDouble(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toDouble(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toDoubleObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toDoubleObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toDoubleObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toDoubleObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toDoubleObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toDoubleObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toDoubleObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toDoubleObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toDoubleObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toDoubleObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toDoubleObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toDoubleObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toDoubleObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toDoubleObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toDoubleObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toDoubleObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toFloat(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toFloat(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toFloat(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toFloat(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toFloat(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toFloat(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toFloat(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toFloat(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toFloat(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toFloat(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toFloat(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toFloat(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toFloat(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toFloat(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toFloat(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toFloat(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toFloatObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toFloatObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toFloatObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toFloatObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toFloatObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toFloatObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toFloatObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toFloatObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toFloatObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toFloatObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toFloatObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toFloatObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toFloatObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toFloatObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toFloatObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toFloatObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toInteger(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toInteger(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toInteger(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toInteger(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toInteger(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toInteger(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toInteger(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toInteger(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toInteger(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toInteger(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toInteger(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toInteger(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toInteger(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toInteger(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toInteger(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toInteger(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toIntegerObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toIntegerObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toIntegerObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toIntegerObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toIntegerObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toIntegerObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toIntegerObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toIntegerObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toIntegerObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toIntegerObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toIntegerObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toIntegerObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toIntegerObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toIntegerObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toIntegerObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toIntegerObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- TokenList(String[], int[]).
Constructor for class org.xmlmiddleware.utils.TokenList
- Construct a TokenList without a default.
- TokenList(String[], int[], int).
Constructor for class org.xmlmiddleware.utils.TokenList
- Construct a TokenList with a default.
- toLong(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toLong(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toLong(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toLong(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toLong(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toLong(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toLong(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toLong(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toLong(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toLong(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toLong(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toLong(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toLong(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toLong(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toLong(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toLong(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toLongObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toLongObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toLongObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toLongObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toLongObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toLongObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toLongObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toLongObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toLongObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toLongObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toLongObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toLongObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toLongObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toLongObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toLongObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toLongObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toShort(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toShort(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toShort(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toShort(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toShort(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toShort(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toShort(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toShort(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toShort(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toShort(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toShort(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toShort(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toShort(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toShort(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toShort(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toShort(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toShortObject(BigDecimal).
Static method in class org.xmlmiddleware.conversions.ConvertBigDecimal
-
- toShortObject(Boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toShortObject(boolean).
Static method in class org.xmlmiddleware.conversions.ConvertBoolean
-
- toShortObject(Byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toShortObject(byte).
Static method in class org.xmlmiddleware.conversions.ConvertByte
-
- toShortObject(Double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toShortObject(double).
Static method in class org.xmlmiddleware.conversions.ConvertDouble
-
- toShortObject(float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toShortObject(Float).
Static method in class org.xmlmiddleware.conversions.ConvertFloat
-
- toShortObject(int).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toShortObject(Integer).
Static method in class org.xmlmiddleware.conversions.ConvertInteger
-
- toShortObject(long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toShortObject(Long).
Static method in class org.xmlmiddleware.conversions.ConvertLong
-
- toShortObject(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toShortObject(short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toShortObject(Short).
Static method in class org.xmlmiddleware.conversions.ConvertShort
-
- toString().
Method in class org.xmlmiddleware.utils.XMLMiddlewareException
- Override toString to pick up any embedded exception.
- toTime(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toTime(Time).
Static method in class org.xmlmiddleware.conversions.ConvertTime
-
- toTime(Timestamp).
Static method in class org.xmlmiddleware.conversions.ConvertTimestamp
-
- toTimestamp(Date).
Static method in class org.xmlmiddleware.conversions.ConvertDate
-
- toTimestamp(Object, StringFormatter).
Static method in class org.xmlmiddleware.conversions.ConvertObject
-
- toTimestamp(Timestamp).
Static method in class org.xmlmiddleware.conversions.ConvertTimestamp
-
- Transfer(ParserUtils).
Constructor for class org.xmlmiddleware.xmldbms.tools.Transfer
- Construct a Transfer object.
- Transfer(Properties).
Constructor for class org.xmlmiddleware.xmldbms.tools.Transfer
- Construct a Transfer object.
- TransferInfo(XMLDBMSMap).
Constructor for class org.xmlmiddleware.xmldbms.TransferInfo
- Create a new TransferInfo object.
- TransferInfo(XMLDBMSMap, String, DataHandler).
Constructor for class org.xmlmiddleware.xmldbms.TransferInfo
- Create a new TransferInfo object and set the DataHandler.
- trueValues.
Variable in class org.xmlmiddleware.conversions.formatters.BooleanFormatter
- An array of strings to be recognized as true.
- type.
Variable in class org.xmlmiddleware.schemas.dtds.Attribute
- The attribute type.
- type.
Variable in class org.xmlmiddleware.schemas.dtds.Entity
- The entity type.
- type.
Variable in class org.xmlmiddleware.schemas.dtds.Particle
- Content particle type.
- TYPE_CDATA.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type CDATA.
- TYPE_CHOICE.
Static variable in class org.xmlmiddleware.schemas.dtds.Particle
- Content particle is a choice group (Group).
- TYPE_ELEMENTTYPEREF.
Static variable in class org.xmlmiddleware.schemas.dtds.Particle
- Content particle is a reference to an element type (Reference).
- TYPE_ENTITIES.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type ENTITIES.
- TYPE_ENTITY.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type ENTITY.
- TYPE_ENUMERATED.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Enumerated attribute type.
- TYPE_ID.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type ID.
- TYPE_IDREF.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type IDREF.
- TYPE_IDREFS.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type IDREFS.
- TYPE_NMTOKEN.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type NMTOKEN.
- TYPE_NMTOKENS.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type NMTOKENS.
- TYPE_NOTATION.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Notation attribute type.
- TYPE_PARAMETER.
Static variable in class org.xmlmiddleware.schemas.dtds.Entity
- Entity is a parameter entity.
- TYPE_PARSEDGENERAL.
Static variable in class org.xmlmiddleware.schemas.dtds.Entity
- Entity is a parsed general entity.
- TYPE_SEQUENCE.
Static variable in class org.xmlmiddleware.schemas.dtds.Particle
- Content particle is a sequence group (Group).
- TYPE_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.Attribute
- Attribute type unknown.
- TYPE_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.Entity
- Unknown entity type.
- TYPE_UNKNOWN.
Static variable in class org.xmlmiddleware.schemas.dtds.Particle
- Content particle type unknown.
- TYPE_UNPARSED.
Static variable in class org.xmlmiddleware.schemas.dtds.Entity
- Entity is an unparsed entity.
- typeIsBinary(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether the type is a binary type.
- typeIsChar(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether the type is a character type.
- typeIsDateTime(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether the type is a datetime type.
- typeIsNumeric(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether the type is a numeric type.
- typeIsOther(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether the type is Types.OTHER.
- typeIsValid(int).
Static method in class org.xmlmiddleware.db.JDBCTypes
- Whether a type is a valid JDBC Types value.
- UNIQUE_KEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Unique key (not primary key).
- UNKNOWN.
Static variable in class org.xmlmiddleware.xmldbms.maps.Key
- Key or generation type is unknown.
- UNKNOWN.
Static variable in class org.xmlmiddleware.xmldbms.maps.PropertyMapBase
- Unknown mapping.
- UNORDERED.
Static variable in class org.xmlmiddleware.xmldbms.maps.OrderInfo
- Special value used to indicate that child is unordered.
- unparsedEntities.
Variable in class org.xmlmiddleware.schemas.dtds.DTD
- A Hashtable of UnparsedEntities defined in the DTD.
- UnparsedEntity().
Constructor for class org.xmlmiddleware.schemas.dtds.UnparsedEntity
- Construct a new UnparsedEntity.
- UnparsedEntity(String).
Constructor for class org.xmlmiddleware.schemas.dtds.UnparsedEntity
- Construct a new UnparsedEntity and set its name.
- UPDATE.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Update a row.
- update(Table, Row, Column[]).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- UPDATEORINSERT.
Static variable in class org.xmlmiddleware.xmldbms.actions.Action
- Update a row.
- updateOrInsert(Table, Row).
Method in interface org.xmlmiddleware.xmldbms.datahandlers.DataHandler
-
- URI.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- URI_ACTIONSV2.
Static variable in class org.xmlmiddleware.xmldbms.actions.ActionConst
-
- URI_FILTERSV2.
Static variable in class org.xmlmiddleware.xmldbms.filters.FilterConst
-
- URI_XMLDBMSV2.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- URL.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- useClassMap(ClassMap).
Method in class org.xmlmiddleware.xmldbms.maps.ClassMap
- Use the ClassMap for a different element type.
- usePrefixes(String[], String[]).
Method in class org.xmlmiddleware.xmldbms.maps.utils.MapSerializer
- Use the specified prefixes.
- USER.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- username.
Variable in class org.xmlmiddleware.db.ConnectionID
- User name.
- VALIDATE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- value.
Variable in class org.xmlmiddleware.schemas.dtds.ParameterEntity
- The value of the parameter entity.
- value.
Variable in class org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity
- The value of the parsed general entity.
- VALUE_DATABASE.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- VALUE_PRIMARYKEY.
Static variable in class org.xmlmiddleware.xmldbms.maps.factories.MapConst
-
- values.
Variable in class org.xmlmiddleware.xmlutils.XMLWriter
- Array for storing attribute values.
- writeCharacters(char[], int, int).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write PCDATA starting at a given position
- writeCharacters(String).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write PCDATA.
- writeDOCTYPE(String, String, String).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write the DOCTYPE statement.
- writeDocument(Document).
Method in interface org.xmlmiddleware.xmlutils.ParserUtils
- Write a DOM Document to a String.
- writeDocument(Document).
Method in class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Write a DOM Document to a String.
- writeDocument(Document, String, String).
Method in interface org.xmlmiddleware.xmlutils.ParserUtils
- Write a DOM Document to a file.
- writeDocument(Document, String, String).
Method in class org.xmlmiddleware.xmlutils.external.ParserUtilsXerces
- Write a DOM Document to a file.
- writeElementEnd(String).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write an element end tag.
- writeElementStart(String, int, boolean).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write an element start tag.
- writeMap(Properties, XMLDBMSMap, String).
Method in class org.xmlmiddleware.xmldbms.tools.MapManager
- Writes a map to a file.
- writeXMLDecl().
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write the XML declaration.
- writeXMLDecl(boolean).
Method in class org.xmlmiddleware.xmlutils.XMLWriter
- Write the XML declaration with a standalone declaration.
- XMLDBMSMap().
Constructor for class org.xmlmiddleware.xmldbms.maps.XMLDBMSMap
- Construct a new XMLDBMSMap.
- XMLDBMSProps().
Constructor for class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- XMLFILE.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- XMLMiddlewareException(Exception).
Constructor for class org.xmlmiddleware.utils.XMLMiddlewareException
- Create a new XMLMiddlewareException wrapping an existing exception.
- XMLMiddlewareException(String).
Constructor for class org.xmlmiddleware.utils.XMLMiddlewareException
- Create a new XMLMiddlewareException.
- XMLMiddlewareException(String, Exception).
Constructor for class org.xmlmiddleware.utils.XMLMiddlewareException
- Create a new XMLMiddlewareException from an existing exception.
- XMLNameChecker().
Constructor for class org.xmlmiddleware.xmldbms.maps.factories.XMLNameChecker
- Construct a new XMLNameChecker.
- XMLTOKEN.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-
- XMLWriter().
Constructor for class org.xmlmiddleware.xmlutils.XMLWriter
- Construct a new XMLWriter.
- XMLWriter(Writer).
Constructor for class org.xmlmiddleware.xmlutils.XMLWriter
- Construct a new XMLWriter and set the Writer.
- YES.
Static variable in class org.xmlmiddleware.xmldbms.tools.XMLDBMSProps
-