|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CPreparedStatement | |
|---|---|
| org.compiere.util | Provides utility functions. |
| Uses of CPreparedStatement in org.compiere.util |
|---|
| Methods in org.compiere.util that return CPreparedStatement | |
|---|---|
static CPreparedStatement |
DB.prepareStatement(String RO_SQL)
Deprecated. |
static CPreparedStatement |
DB.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency)
Deprecated. |
static CPreparedStatement |
DB.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
String trxName)
Prepare Statement. |
static CPreparedStatement |
DB.prepareStatement(String RO_SQL,
String trxName)
Prepare Read Only Statement |
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||