Package org.apache.openjpa.jdbc.sql
Class SQLErrorCodeReader
java.lang.Object
org.apache.openjpa.jdbc.sql.SQLErrorCodeReader
Parses XML content of SQL Error State codes to populate error codes for
a given Database Dictionary.
- Author:
- Pinaki Poddar
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(InputStream in, String dictName, DBDictionary dict) Parses given stream of XML content for error codes of the given database dictionary name.
-
Field Details
-
ERROR_CODE_DELIMITER
- See Also:
-
storeErrorTypes
-
-
Constructor Details
-
SQLErrorCodeReader
public SQLErrorCodeReader()
-
-
Method Details
-
getDictionaries
-
parse
Parses given stream of XML content for error codes of the given database dictionary name. Populates the given dictionary with the error codes.
-