public final class Oracle10R1ConnectionHelper extends OracleConnectionHelper
ConnectionHelper.RetryManager<T>
Constructor and Description |
---|
Oracle10R1ConnectionHelper(javax.sql.DataSource dataSrc,
boolean block) |
Modifier and Type | Method and Description |
---|---|
void |
init()
Retrieve the
oracle.sql.BLOB class via reflection, and initialize the values for the
DURATION_SESSION and MODE_READWRITE constants defined there. |
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, update
public Oracle10R1ConnectionHelper(javax.sql.DataSource dataSrc, boolean block)
dataSrc
- the DataSource
on which this helper actsblock
- whether to block on connection loss until the db is up againpublic void init() throws java.lang.Exception
oracle.sql.BLOB
class via reflection, and initialize the values for the
DURATION_SESSION
and MODE_READWRITE
constants defined there.init
in class OracleConnectionHelper
java.lang.Exception
- on errorCopyright © 2010 - 2023 Adobe. All Rights Reserved