public class StructuredDbType extends ResolvedDbType
id, name
Constructor and Description |
---|
StructuredDbType(int id,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
registerOutParameter(CallableStatement statement,
int index)
Registers an output parameter
|
getParameterValue, setParameterValue
getId, getName, toString
public StructuredDbType(int id, String name)
public void registerOutParameter(CallableStatement statement, int index) throws SQLException
DbType
registerOutParameter
in interface DbType
registerOutParameter
in class AbstractDbType
statement
- statement that contains the parameterindex
- index of the parameter in the statement (first parameter is 1, the second is 2, etc)SQLException
- if the parameterIndex is not valid; if a database access error occurs or this method
is called on a closed CallableStatementCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.