|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.interfaces.Databean
org.jafer.databeans.JDBC
org.jafer.databeans.TDSDatabean
public class TDSDatabean
Field Summary |
---|
Fields inherited from class org.jafer.databeans.JDBC |
---|
CONFIG_FILE, connection, dataSource, foreignKey, logger, nResults, password, primaryKey, primaryTable, query, QUERY_XSLT, resultSet, username |
Constructor Summary | |
---|---|
TDSDatabean()
|
Method Summary | |
---|---|
protected boolean |
alignCursor()
|
protected void |
configureDataSource()
|
protected java.sql.Statement |
getStatement()
Gets a new Statement, which can be modified in subclasses. |
int |
submitQuery(org.w3c.dom.Node query)
uses settings from superclass: |
Methods inherited from class org.jafer.interfaces.Databean |
---|
getCacheSupport, getPresentSupport, getScanSupport, getSearchSupport |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TDSDatabean()
Method Detail |
---|
public int submitQuery(org.w3c.dom.Node query) throws JaferException
submitQuery
in class JDBC
JaferException
protected boolean alignCursor() throws java.sql.SQLException, JaferException
alignCursor
in class JDBC
java.sql.SQLException
JaferException
protected void configureDataSource() throws JaferException
configureDataSource
in class JDBC
JaferException
protected java.sql.Statement getStatement() throws java.sql.SQLException
JDBC
getStatement
in class JDBC
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |