public interface Parameter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEncodeLongData() |
void |
encodeBinary(Writer encoder) |
byte[] |
encodeData() |
void |
encodeLongData(Writer encoder) |
void |
encodeText(Writer encoder,
com.singlestore.jdbc.client.Context context) |
int |
getBinaryEncodeType() |
boolean |
isNull() |
void encodeText(Writer encoder, com.singlestore.jdbc.client.Context context) throws IOException, SQLException
IOExceptionSQLExceptionvoid encodeBinary(Writer encoder) throws IOException, SQLException
IOExceptionSQLExceptionvoid encodeLongData(Writer encoder) throws IOException, SQLException
IOExceptionSQLExceptionbyte[] encodeData()
throws IOException,
SQLException
IOExceptionSQLExceptionboolean canEncodeLongData()
int getBinaryEncodeType()
boolean isNull()
Copyright © 2023 SingleStore. All rights reserved.