public class ObObj extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ObObj.ObObjMeta |
static class |
ObObj.ObObjValue |
| Modifier and Type | Field and Description |
|---|---|
ObObj.ObObjMeta |
meta |
ObObj.ObObjValue |
value |
int |
valueLen |
| Constructor and Description |
|---|
ObObj() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(Buffer extraInfo) |
long |
getSerializeSize() |
void |
serialize(Buffer extraInfo) |
void |
setVarchar(byte[] str,
int size) |
public ObObj.ObObjMeta meta
public int valueLen
public ObObj.ObObjValue value
public long getSerializeSize()
public void serialize(Buffer extraInfo) throws IOException
IOExceptionpublic void deserialize(Buffer extraInfo) throws IOException
IOExceptionpublic void setVarchar(byte[] str,
int size)
Copyright © 2022 oceanbase.com. All rights reserved.