org.springframework.jdbc.core
Class SqlOutParameter
org.springframework.jdbc.core.SqlParameter
|
+--org.springframework.jdbc.core.SqlOutParameter
- public class SqlOutParameter
- extends SqlParameter
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.
- Author:
- Rod Johnson, Thomas Risberg
| Constructor Summary |
SqlOutParameter(String name, int type) |
SqlOutParameter(String name, int type, String typeName) |
SqlOutParameter(String name, int type, RowCallbackHandler rch) |
SqlOutParameter(String name, int type, RowMapper rm, int rowsExpected) |
SqlOutParameter(String name, int type, RowMapper rm) |
SqlOutParameter
public SqlOutParameter(String name, int type)
SqlOutParameter
public SqlOutParameter(String name, int type, String typeName)
SqlOutParameter
public SqlOutParameter(String name, int type, RowCallbackHandler rch)
SqlOutParameter
public SqlOutParameter(String name, int type, RowMapper rm, int rowsExpected)
SqlOutParameter
public SqlOutParameter(String name, int type, RowMapper rm)
getRowCallbackHandler
public RowCallbackHandler getRowCallbackHandler()
isResultSetSupported
public boolean isResultSetSupported()
isRowMapperSupported
public boolean isRowMapperSupported()
to Class org.springframework.jdbc.core.RowCallbackHandler
to Class org.springframework.jdbc.core.RowMapper