|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.util.CStatementVO
public class CStatementVO
Compiere Statement Value Object
| Constructor Summary | |
|---|---|
CStatementVO(int resultSetType,
int resultSetConcurrency)
VO Constructor |
|
CStatementVO(int resultSetType,
int resultSetConcurrency,
String sql)
VO Constructor |
|
| Method Summary | |
|---|---|
void |
clearParameters()
Clear Parameters |
int |
getParameterCount()
Get Parameter Count |
ArrayList<?> |
getParameters()
Get Parameters |
int |
getResultSetConcurrency()
Get ResultSet Concurrency |
int |
getResultSetType()
Get ResultSet Type |
String |
getSql()
Get SQL |
void |
setParameter(int index1,
Object element)
Set Parameter |
void |
setResultSetConcurrency(int resultSetConcurrency)
Set ResultSet Concurrency |
void |
setResultSetType(int resultSetType)
Set ResultSet Type |
void |
setSql(String sql)
Set SQL. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CStatementVO(int resultSetType,
int resultSetConcurrency)
resultSetType - - ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.TYPE_SCROLL_SENSITIVEresultSetConcurrency - - ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE
public CStatementVO(int resultSetType,
int resultSetConcurrency,
String sql)
resultSetType - - ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.TYPE_SCROLL_SENSITIVEresultSetConcurrency - - ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLEsql - sql| Method Detail |
|---|
public String toString()
toString in class Object
public void setParameter(int index1,
Object element)
index1 - 1 based indexelement - elementpublic void clearParameters()
public ArrayList<?> getParameters()
public int getParameterCount()
public String getSql()
public void setSql(String sql)
sql - sqlpublic int getResultSetConcurrency()
public int getResultSetType()
public void setResultSetType(int resultSetType)
resultSetType - typepublic void setResultSetConcurrency(int resultSetConcurrency)
resultSetConcurrency - concurrency
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||