public interface ParameterSpecification extends ParameterBinder
PreparedStatement.| Modifier and Type | Method and Description |
|---|---|
Type |
getExpectedType()
Get the type which we are expecting for a bind into this parameter based
on translated contextual information.
|
String |
renderDisplayInfo()
Render this parameter into displayable info (for logging, etc).
|
void |
setExpectedType(Type expectedType)
Injects the expected type.
|
bindType getExpectedType()
void setExpectedType(Type expectedType)
expectedType - The type to expect.String renderDisplayInfo()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.