|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.WrappedConnection
org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6
public class WrappedConnectionJDK6

WrappedConnectionJDK6.
| Field Summary |
|---|
| Fields inherited from interface java.sql.Connection |
|---|
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
| Constructor Summary | |
|---|---|
WrappedConnectionJDK6(BaseWrapperManagedConnection mc)
Create a new WrappedConnectionJDK6. |
|
| Method Summary | |
|---|---|
Array |
createArrayOf(String typeName,
Object[] elements)
|
Blob |
createBlob()
|
Clob |
createClob()
|
NClob |
createNClob()
|
SQLXML |
createSQLXML()
|
Struct |
createStruct(String typeName,
Object[] attributes)
|
Properties |
getClientInfo()
|
String |
getClientInfo(String name)
|
boolean |
isValid(int timeout)
|
void |
setClientInfo(Properties properties)
|
void |
setClientInfo(String name,
String value)
|
protected WrappedCallableStatement |
wrapCallableStatement(CallableStatement statement)
Wrap callable statement |
protected WrappedPreparedStatement |
wrapPreparedStatement(PreparedStatement statement)
Wrap prepared statement |
protected WrappedStatement |
wrapStatement(Statement statement)
Wrap statement |
| Methods inherited from class org.jboss.jca.adapters.jdbc.JBossWrapper |
|---|
isWrapperFor, unwrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public WrappedConnectionJDK6(BaseWrapperManagedConnection mc)
mc - the managed connection| Method Detail |
|---|
protected WrappedStatement wrapStatement(Statement statement)
wrapStatement in class WrappedConnectionstatement - The statement
protected WrappedPreparedStatement wrapPreparedStatement(PreparedStatement statement)
wrapPreparedStatement in class WrappedConnectionstatement - The statement
protected WrappedCallableStatement wrapCallableStatement(CallableStatement statement)
wrapCallableStatement in class WrappedConnectionstatement - The statement
public Array createArrayOf(String typeName,
Object[] elements)
throws SQLException
SQLException
public Blob createBlob()
throws SQLException
SQLException
public Clob createClob()
throws SQLException
SQLException
public NClob createNClob()
throws SQLException
SQLException
public SQLXML createSQLXML()
throws SQLException
SQLException
public Struct createStruct(String typeName,
Object[] attributes)
throws SQLException
SQLException
public Properties getClientInfo()
throws SQLException
SQLException
public String getClientInfo(String name)
throws SQLException
SQLException
public boolean isValid(int timeout)
throws SQLException
SQLException
public void setClientInfo(Properties properties)
throws SQLClientInfoException
SQLClientInfoException
public void setClientInfo(String name,
String value)
throws SQLClientInfoException
SQLClientInfoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||