|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elogico.xbound.jdbc.impl.StatementParameter
public class StatementParameter
A class that represents a parameter for SQL statement.
Constructor Summary | |
---|---|
StatementParameter(int type,
java.lang.Object value)
Build a new StatementParameter with the SQL type and it's current value. |
Method Summary | |
---|---|
int |
getType()
Get the SQL type |
java.lang.Object |
getValue()
Get the parameter value |
boolean |
isNull()
Test if value is null |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementParameter(int type, java.lang.Object value)
type
- the SQL typevalue
- the actual valueMethod Detail |
---|
public int getType()
public java.lang.Object getValue()
public boolean isNull()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |