org.mule.module.db.internal.domain.type
Class StructuredDbType
java.lang.Object
org.mule.module.db.internal.domain.type.AbstractDbType
org.mule.module.db.internal.domain.type.ResolvedDbType
org.mule.module.db.internal.domain.type.StructuredDbType
- All Implemented Interfaces:
- DbType
public class StructuredDbType
- extends ResolvedDbType
Defines a structured data type
StructuredDbType
public StructuredDbType(int id,
String name,
String internalName)
registerOutParameter
public void registerOutParameter(CallableStatement statement,
int index)
throws SQLException
- Description copied from interface:
DbType
- Registers an output parameter
- Specified by:
registerOutParameter in interface DbType- Overrides:
registerOutParameter in class AbstractDbType
- Parameters:
statement - statement that contains the parameterindex - index of the parameter in the statement (first parameter is 1, the second is 2, etc)
- Throws:
SQLException - if the parameterIndex is not valid; if a database access error occurs or this method
is called on a closed CallableStatement
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.