org.objectweb.jonas.resource.SQLManager Interface Reference

Inherited by org.objectweb.jonas.resource.ConnectionManagerImpl.

Inheritance diagram for org.objectweb.jonas.resource.SQLManager:

Inheritance graph
[legend]
List of all members.

Public Member Functions

PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql) throws SQLException

Package Functions

PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql, int autoGeneratedKeys) throws SQLException
PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql, int[] columnIndexes) throws SQLException
PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
PreparedStatement getPStatement (MCInfo mcinfo, Object conn, String user, String sql, String[] columnNames) throws SQLException

Detailed Description

SQL Manager to be used with PreparedStatment
Author:
ehardesty

Definition at line 35 of file SQLManager.java.


Member Function Documentation

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql,
String[]  columnNames
throws SQLException [package]
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
columnNames String []
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql,
int  resultSetType,
int  resultSetConcurrency,
int  resultSetHoldability
throws SQLException [package]
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
resultSetType int
resultSetConcurrency int
resultSetHoldability int
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql,
int[]  columnIndexes
throws SQLException [package]
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
columnIndexes int []
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql,
int  autoGeneratedKeys
throws SQLException [package]
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
autoGeneratedKeys key
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql,
int  resultSetType,
int  resultSetConcurrency
throws SQLException [package]
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
resultSetType int
resultSetConcurrency int
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.

PreparedStatement org.objectweb.jonas.resource.SQLManager.getPStatement MCInfo  mcinfo,
Object  conn,
String  user,
String  sql
throws SQLException
 

Get the specified PreparedStatement

Parameters:
mcinfo MCInfo
conn Object connection
user String
sql String
Returns:
PreparedStatment
Exceptions:
SQLException if an Exception occurs

Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl.


The documentation for this interface was generated from the following file:
Generated on Tue Feb 15 15:07:33 2005 for JOnAS by  doxygen 1.3.9.1