|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.filter.IntegerSqlType
public class IntegerSqlType
IntegerSqlType class.
| Field Summary |
|---|
| Fields inherited from interface org.opennms.web.filter.SQLType |
|---|
DATE, INT, STRING |
| Constructor Summary | |
|---|---|
IntegerSqlType()
|
|
| Method Summary | |
|---|---|
void |
bindParam(PreparedStatement ps,
int parameterIndex,
Integer value)
bindParam |
Integer[] |
createArray(Integer value1,
Integer value2)
createArray |
String |
formatValue(Integer value)
formatValue |
String |
getValueAsString(Integer value)
getValueAsString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerSqlType()
| Method Detail |
|---|
public String formatValue(Integer value)
formatValue
formatValue in interface SQLType<Integer>value - a Integer object.
String object.public String getValueAsString(Integer value)
getValueAsString
getValueAsString in interface SQLType<Integer>value - a Integer object.
String object.
public void bindParam(PreparedStatement ps,
int parameterIndex,
Integer value)
throws SQLException
bindParam
bindParam in interface SQLType<Integer>ps - a PreparedStatement object.parameterIndex - a int.value - a Integer object.
SQLException - if any.
public Integer[] createArray(Integer value1,
Integer value2)
createArray
createArray in interface SQLType<Integer>value1 - a Integer object.value2 - a Integer object.
Integer objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||