|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.seag.qm.QueryParameter | +--com.seag.qm.VarcharQueryParameter
Fields inherited from class com.seag.qm.QueryParameter |
param |
Constructor Summary | |
VarcharQueryParameter()
Creating a null VarcharQueryParameter |
|
VarcharQueryParameter(java.lang.String param)
Creating a TimestampQueryParameter |
Method Summary | |
java.lang.String |
getParameterType()
Getting the Stringrepresentation of the type of the parameter ("Varchar") |
void |
setParameter(java.sql.PreparedStatement stmt,
int pos)
This Method is needed by the ExecuteQuery Class |
Methods inherited from class com.seag.qm.QueryParameter |
getValue, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VarcharQueryParameter(java.lang.String param)
param
- Stringpublic VarcharQueryParameter()
Method Detail |
public void setParameter(java.sql.PreparedStatement stmt, int pos) throws java.sql.SQLException
setParameter
in class QueryParameter
stmt
- an allready created PreparedStatement (by the ExecuteQuery)pos
- Position of the parameterjava.sql.SQLException
- if the method failspublic java.lang.String getParameterType()
getParameterType
in class QueryParameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |