org.tranql.connector.jdbc
Class PreparedStatementKey
java.lang.Object
org.tranql.connector.jdbc.PreparedStatementKey
public class PreparedStatementKey
- extends java.lang.Object
Constructor Summary |
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql)
|
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int autoGeneratedKeys)
|
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int[] columnIndexes)
|
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
|
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
|
PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
java.lang.String[] columnNames)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
parm0
protected int parm0
parm1
protected int parm1
parm2
protected int parm2
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int autoGeneratedKeys)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
int[] columnIndexes)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
java.lang.String sql,
java.lang.String[] columnNames)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
setPreparedStatementWrapper
public void setPreparedStatementWrapper(PreparedStatementWrapper psw)
getPreparedStatementWrapper
public PreparedStatementWrapper getPreparedStatementWrapper()
Copyright © -2010 The Codehaus. All Rights Reserved.