public class BlobResolvedDataType extends ResolvedDbType
Blobid, name| Constructor and Description |
|---|
BlobResolvedDataType(int id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
createUnsupportedTypeErrorMessage(Object value) |
void |
setParameterValue(PreparedStatement statement,
int index,
Object value)
Sets the value of an input parameter
|
getParameterValueequals, getId, getName, registerOutParameter, toStringpublic BlobResolvedDataType(int id,
String name)
public void setParameterValue(PreparedStatement statement, int index, Object value) throws SQLException
DbTypesetParameterValue in interface DbTypesetParameterValue in class ResolvedDbTypestatement - statement that contains the parameterindex - index of the parameter in the statement (first parameter is 1, the second is 2, etc)value - value to assignSQLException - if parameterIndex does not correspond to a parameter marker in the SQL statement;
if a database access error occurs; this method is called on a closed PreparedStatement or the type of
the given object is ambiguousCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.