public interface ValueEncoder
Modifier and Type | Method and Description |
---|---|
void |
encodeAsBinary(Message msg,
BindValue binding) |
void |
encodeAsQueryAttribute(Message msg,
BindValue binding) |
void |
encodeAsText(Message msg,
BindValue binding) |
long |
getBinaryLength(BindValue binding) |
byte[] |
getBytes(BindValue binding) |
java.lang.String |
getString(BindValue binding) |
long |
getTextLength(BindValue binding) |
void |
init(PropertySet pset,
ServerSession serverSession,
ExceptionInterceptor exceptionInterceptor) |
void init(PropertySet pset, ServerSession serverSession, ExceptionInterceptor exceptionInterceptor)
byte[] getBytes(BindValue binding)
java.lang.String getString(BindValue binding)
long getTextLength(BindValue binding)
long getBinaryLength(BindValue binding)