org.tranql.connector.jdbc
Class PreparedStatementKey
java.lang.Object
org.tranql.connector.jdbc.PreparedStatementKey
public class PreparedStatementKey
- extends Object
Constructor Summary |
PreparedStatementKey(ConnectionWrapper c,
String sql)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int autoGeneratedKeys)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int[] columnIndexes)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
String[] columnNames)
|
parm0
protected int parm0
parm1
protected int parm1
parm2
protected int parm2
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql,
int autoGeneratedKeys)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql,
int[] columnIndexes)
PreparedStatementKey
public PreparedStatementKey(ConnectionWrapper c,
String sql,
String[] columnNames)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
setPreparedStatementWrapper
public void setPreparedStatementWrapper(PreparedStatementWrapper psw)
getPreparedStatementWrapper
public PreparedStatementWrapper getPreparedStatementWrapper()
Copyright © 2004-2012 Tranql project committers. All Rights Reserved.