|
[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
|
+--com.interface21.jdbc.object.StoredProcedure.OutputParameter
Subclass of SqlParameter to represent an output parameter. No additional properties: instanceof will be used to check for such types. Output parameters--like all stored procedure parameters-- must have names.
| Constructor Summary | |
StoredProcedure.OutputParameter(java.lang.String name,
int type)
Create a new OutputParameter, supplying name and SQL type |
|
| Methods inherited from class com.interface21.jdbc.core.SqlParameter |
getName, getSqlType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StoredProcedure.OutputParameter(java.lang.String name,
int type)
name - name of the parameter, as used in input and
output mapstype - SQL type of the parameter, as defined
in a constant in the java.sql.Types class.
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||