|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.interface21.jdbc.core.SqlParameter
Object to represent a SQL parameter definition. Parameters may be anonymous, in which case name is null. However all parameters must define a SQL type constant from java.sql.Types.
| Constructor Summary | |
SqlParameter(int type)
Add a new anonymous parameter |
|
SqlParameter(java.lang.String name,
int type)
|
|
| Method Summary | |
java.lang.String |
getName()
|
int |
getSqlType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SqlParameter(int type)
public SqlParameter(java.lang.String name,
int type)
| Method Detail |
public java.lang.String getName()
public int getSqlType()
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||