public class Row extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Row() |
Row(long cPtr,
boolean cMemoryOwn) |
Row(long major_slices,
Row major,
long secondary_slices,
Row secondary) |
Row(Row s) |
Row(String str) |
Row(SWIGTYPE_p_hybridse__base__RefCountedSlice s) |
Row(SWIGTYPE_p_hybridse__base__RefCountedSlice s,
long secondary_slices,
Row secondary) |
| Modifier and Type | Method and Description |
|---|---|
void |
Append(SWIGTYPE_p_hybridse__base__RefCountedSlice slice) |
SWIGTYPE_p_signed_char |
buf() |
SWIGTYPE_p_signed_char |
buf(int pos) |
int |
compare(Row b) |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
static long |
getCPtr(Row obj) |
int |
GetRowPtrCnt() |
SWIGTYPE_p_p_signed_char |
GetRowPtrs() |
SWIGTYPE_p_int |
GetRowSizes() |
SWIGTYPE_p_hybridse__base__RefCountedSlice |
GetSlice(int slice_index) |
void |
Reset(SWIGTYPE_p_signed_char buf,
long size) |
int |
size() |
int |
size(int pos) |
String |
ToString() |
public Row(long cPtr,
boolean cMemoryOwn)
public Row()
public Row(String str)
public Row(Row s)
public Row(SWIGTYPE_p_hybridse__base__RefCountedSlice s, long secondary_slices, Row secondary)
public Row(SWIGTYPE_p_hybridse__base__RefCountedSlice s)
public static long getCPtr(Row obj)
public void delete()
public SWIGTYPE_p_signed_char buf()
public SWIGTYPE_p_signed_char buf(int pos)
public int size()
public int size(int pos)
public boolean empty()
public int compare(Row b)
public SWIGTYPE_p_p_signed_char GetRowPtrs()
public int GetRowPtrCnt()
public SWIGTYPE_p_int GetRowSizes()
public SWIGTYPE_p_hybridse__base__RefCountedSlice GetSlice(int slice_index)
public void Append(SWIGTYPE_p_hybridse__base__RefCountedSlice slice)
public String ToString()
public void Reset(SWIGTYPE_p_signed_char buf, long size)
Copyright © 2021. All rights reserved.