| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.db.protocol.postgresql.packet.command.query.extended.bind.protocol |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PostgreSQLBoolArrayBinaryProtocolValue
Binary protocol value for boolean array for PostgreSQL.
|
class |
PostgreSQLDateBinaryProtocolValue
Binary protocol value for date for PostgreSQL.
|
class |
PostgreSQLDoubleBinaryProtocolValue
Binary protocol value for double for PostgreSQL.
|
class |
PostgreSQLFloat4ArrayBinaryProtocolValue
Binary protocol value for float4 array for PostgreSQL.
|
class |
PostgreSQLFloat8ArrayBinaryProtocolValue
Binary protocol value for float8 array for PostgreSQL.
|
class |
PostgreSQLFloatBinaryProtocolValue
Binary protocol value for float for PostgreSQL.
|
class |
PostgreSQLInt2ArrayBinaryProtocolValue
Binary protocol value for int2 array for PostgreSQL.
|
class |
PostgreSQLInt2BinaryProtocolValue
Binary protocol value for int2 for PostgreSQL.
|
class |
PostgreSQLInt4ArrayBinaryProtocolValue
Binary protocol value for int4 array for PostgreSQL.
|
class |
PostgreSQLInt4BinaryProtocolValue
Binary protocol value for int4 for PostgreSQL.
|
class |
PostgreSQLInt8ArrayBinaryProtocolValue
Binary protocol value for int8 array for PostgreSQL.
|
class |
PostgreSQLInt8BinaryProtocolValue
Binary protocol value for int8 for PostgreSQL.
|
class |
PostgreSQLNumericBinaryProtocolValue
Binary protocol value for numeric for PostgreSQL.
|
class |
PostgreSQLStringArrayBinaryProtocolValue
Binary protocol value for string array for PostgreSQL.
|
class |
PostgreSQLStringBinaryProtocolValue
Binary protocol value for string for PostgreSQL.
|
class |
PostgreSQLTimeBinaryProtocolValue
Binary protocol value for time for PostgreSQL.
|
class |
PostgreSQLUnspecifiedBinaryProtocolValue
Binary protocol value for unspecified for PostgreSQL.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PostgreSQLBinaryProtocolValue |
PostgreSQLBinaryProtocolValueFactory.getBinaryProtocolValue(BinaryColumnType binaryColumnType)
Get binary protocol value.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.