public abstract class LongDataParameterHolder extends ParameterHolder
| Modifier and Type | Field and Description |
|---|---|
MariaDbCharset |
mariaDbCharset |
| Constructor and Description |
|---|
LongDataParameterHolder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLongData() |
boolean |
isNotLongData() |
boolean |
isNullParameter() |
void |
setMariaDbServerCharset(MariaDbCharset mariaDbCharset) |
abstract void |
writeBinary(PacketOutputStream writeBuffer) |
getApproximateTextProtocolLength, getMariaDbType, toString, writeBufferType, writeTopublic MariaDbCharset mariaDbCharset
public abstract void writeBinary(PacketOutputStream writeBuffer) throws IOException
IOExceptionpublic void setMariaDbServerCharset(MariaDbCharset mariaDbCharset)
public boolean isLongData()
isLongData in class ParameterHolderpublic boolean isNotLongData()
isNotLongData in class ParameterHolderpublic boolean isNullParameter()
isNullParameter in class ParameterHolderCopyright © 2016. All rights reserved.