public interface ParameterHolder
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
BINARY_INTRODUCER |
static byte |
QUOTE |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isLongData() |
boolean |
isNullData() |
String |
toString() |
void |
writeBinary(PacketOutputStream pos) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
static final byte[] BINARY_INTRODUCER
static final byte QUOTE
void writeTo(PacketOutputStream os) throws IOException, SQLException
os - the stream to write toIOException - when something goes wrongSQLExceptionvoid writeBinary(PacketOutputStream pos) throws IOException, SQLException
int getApproximateTextProtocolLength()
throws IOException
IOExceptionboolean isNullData()
ColumnType getColumnType()
boolean isLongData()
Copyright © 2024 oceanbase.com. All rights reserved.