|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--dbxml.sax.JDBCSAXUtil
A utility class for simplfying the use of JDBCSAXParser.
| Constructor Summary | |
JDBCSAXUtil()
|
|
| Method Summary | |
static JDBCInputSource |
setupSourceFromProperties(java.util.Properties dbProperties)
Create a JDBCInputSource object from information in a property object. |
static JDBCInputSource |
setupSourceFromProperties(java.lang.String propertyFile)
Create a JDBCInputSource object from information in a property file. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public JDBCSAXUtil()
| Method Detail |
public static JDBCInputSource setupSourceFromProperties(java.lang.String propertyFile)
throws java.io.IOException,
java.lang.ClassNotFoundException
propertyFile - name of property file describing the database sourceJDBCInputSource object
public static JDBCInputSource setupSourceFromProperties(java.util.Properties dbProperties)
throws java.io.IOException,
java.lang.ClassNotFoundException
dbProperties - A propery object descrbing the JDBC sourceJDBCInputSource object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||