|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axReader
com.etasoft.trans.io.axJdbcReader
Jdbc reader.
Constructor Summary | |
axJdbcReader(java.lang.String dataPath,
axInputParameters inputParams)
Create jdbc reader based on data path provided. |
Method Summary | |
void |
close()
Used in axReaderIterator. |
java.util.ArrayList |
getFields(java.lang.String section)
Get list of fields based on the query. |
static java.util.ArrayList |
getList(java.lang.String dataPath)
Get list of database connections based on connection string dataPath. |
void |
open(java.lang.String dataPath,
axInputParameters inputParams)
Open JDBC connection. |
int |
read(char[] cbuf)
Used in axReaderIterator. |
boolean |
read(java.lang.String section,
java.util.HashMap hashMap)
Used in axReaderIterator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axJdbcReader(java.lang.String dataPath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String dataPath, axInputParameters inputParams) throws axException
open
in class axReader
axException
public static java.util.ArrayList getList(java.lang.String dataPath)
public void close() throws axException
axReader
close
in class axReader
axException
public int read(char[] cbuf) throws axException
axReader
read
in class axReader
axException
public boolean read(java.lang.String section, java.util.HashMap hashMap) throws axException
axReader
read
in class axReader
axException
public java.util.ArrayList getFields(java.lang.String section) throws axException
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |