public static final class RecordRegisterStorage.RecordInfo extends Object
Constructor and Description |
---|
RecordInfo(RecordTokenType type) |
Modifier and Type | Method and Description |
---|---|
Map<ScalarTokenType,int[]> |
fieldsByType() |
int |
getGroupNumber(int absoluteFieldIndex) |
RecordTokenType |
getType() |
boolean |
hasBinary() |
boolean |
hasBoolean() |
boolean |
hasChar() |
boolean |
hasDate() |
boolean |
hasDouble() |
boolean |
hasFloat() |
boolean |
hasInt() |
boolean |
hasIp4Address() |
boolean |
hasIp6Address() |
boolean |
hasLong() |
boolean |
hasMoney() |
boolean |
hasNumeric() |
boolean |
hasString() |
boolean |
hasTime() |
boolean |
hasTimestamp() |
public RecordInfo(RecordTokenType type)
public final RecordTokenType getType()
public final Map<ScalarTokenType,int[]> fieldsByType()
public final int getGroupNumber(int absoluteFieldIndex)
public final boolean hasBinary()
public final boolean hasBoolean()
public final boolean hasChar()
public final boolean hasDate()
public final boolean hasDouble()
public final boolean hasFloat()
public final boolean hasInt()
public final boolean hasIp4Address()
public final boolean hasIp6Address()
public final boolean hasLong()
public final boolean hasMoney()
public final boolean hasNumeric()
public final boolean hasString()
public final boolean hasTime()
public final boolean hasTimestamp()
Copyright © 2019 Actian Corporation. All rights reserved.