public interface ParameterSpecification extends ParameterBinder
PreparedStatement
.Modifier and Type | Method and Description |
---|---|
Type |
getExpectedType()
Get the type which we are expeting 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.
|
bind
Type getExpectedType()
void setExpectedType(Type expectedType)
expectedType
- The type to expect.String renderDisplayInfo()
Copyright © 2021 JBoss by Red Hat. All rights reserved.