public final class RowsLogBuffer extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static long |
DATETIMEF_INT_OFS |
protected static org.slf4j.Logger |
logger |
static long |
TIMEF_INT_OFS |
static long |
TIMEF_OFS |
| 构造器和说明 |
|---|
RowsLogBuffer(LogBuffer buffer,
int columnLen,
String charsetName) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getJavaType() |
int |
getLength() |
Serializable |
getValue() |
boolean |
isNull() |
boolean |
nextOneRow(BitSet columns)
Extracting next row from packed buffer.
|
Serializable |
nextValue(int type,
int meta)
Extracting next field value from packed buffer.
|
Serializable |
nextValue(int type,
int meta,
boolean isBinary)
Extracting next field value from packed buffer.
|
protected static final org.slf4j.Logger logger
public static final long DATETIMEF_INT_OFS
public static final long TIMEF_INT_OFS
public static final long TIMEF_OFS
public final boolean nextOneRow(BitSet columns)
public final Serializable nextValue(int type, int meta)
public final Serializable nextValue(int type, int meta, boolean isBinary)
public final boolean isNull()
public final int getJavaType()
public final Serializable getValue()
public final int getLength()
Copyright © 2017. All rights reserved.