public class SQLErrorCodeReader extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ERROR_CODE_DELIMITER  | 
static Map<String,Integer> | 
storeErrorTypes  | 
| Constructor and Description | 
|---|
SQLErrorCodeReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getDictionaries(InputStream in)  | 
void | 
parse(InputStream in,
     String dictName,
     DBDictionary dict)
Parses given stream of XML content for error codes of the given database
 dictionary name. 
 | 
public static final String ERROR_CODE_DELIMITER
public List<String> getDictionaries(InputStream in)
public void parse(InputStream in, String dictName, DBDictionary dict)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.