|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLManager
SQL Manager to be used with PreparedStatement
| Method Summary | |
|---|---|
int |
getMaxPstmtPoolSize()
|
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql)
Get the specified PreparedStatement |
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int autoGeneratedKeys)
Get the specified PreparedStatement |
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int[] columnIndexes)
Get the specified PreparedStatement |
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency)
Get the specified PreparedStatement |
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Get the specified PreparedStatement |
PreparedStatement |
getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
String[] columnNames)
Get the specified PreparedStatement |
| Method Detail |
|---|
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - String
SQLException - if an Exception occurs
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - StringresultSetType - intresultSetConcurrency - int
SQLException - if an Exception occurs
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int autoGeneratedKeys)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - StringautoGeneratedKeys - key
SQLException - if an Exception occurs
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int[] columnIndexes)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - StringcolumnIndexes - int []
SQLException - if an Exception occurs
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - StringresultSetType - intresultSetConcurrency - intresultSetHoldability - int
SQLException - if an Exception occurs
PreparedStatement getPStatement(ManagedConnectionInfo mcinfo,
Object conn,
String user,
String sql,
String[] columnNames)
throws SQLException
mcinfo - ManagedConnectionInfoconn - Object connectionuser - Stringsql - StringcolumnNames - String []
SQLException - if an Exception occursint getMaxPstmtPoolSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||