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

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 |
Definition at line 35 of file SQLManager.java.
|
||||||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
|
||||||||||||||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
|
||||||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
|
||||||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
|
||||||||||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
|
||||||||||||||||||||
|
Get the specified PreparedStatement
Implemented in org.objectweb.jonas.resource.ConnectionManagerImpl. |
1.3.9.1