|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hdpagination.dataaccess.support.Parameter
public class Parameter
Parameter to bind the query statement.
| Constructor Summary | |
|---|---|
Parameter(java.lang.Object paramValue)
|
|
Parameter(java.lang.Object paramValue,
int targetSqlType)
|
|
| Method Summary | |
|---|---|
int |
getSqlType()
SQL type of the binding parameter (constants from java.sql.Types) |
java.lang.Object |
getValue()
value to bind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(java.lang.Object paramValue)
paramValue - value to bind
public Parameter(java.lang.Object paramValue,
int targetSqlType)
paramValue - value to bindtargetSqlType - SQL type of the binding parameter (constants from java.sql.Types)| Method Detail |
|---|
public java.lang.Object getValue()
public int getSqlType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||