public final class Column
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Vector |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Column |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addDescription(com.google.flatbuffers.FlatBufferBuilder builder,
int descriptionOffset) |
static void |
addMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int metadataOffset) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addNullable(com.google.flatbuffers.FlatBufferBuilder builder,
boolean nullable) |
static void |
addPrecision(com.google.flatbuffers.FlatBufferBuilder builder,
int precision) |
static void |
addPrimaryKey(com.google.flatbuffers.FlatBufferBuilder builder,
boolean primaryKey) |
static void |
addScale(com.google.flatbuffers.FlatBufferBuilder builder,
int scale) |
static void |
addTitle(com.google.flatbuffers.FlatBufferBuilder builder,
int titleOffset) |
static void |
addType(com.google.flatbuffers.FlatBufferBuilder builder,
int type) |
static void |
addUnique(com.google.flatbuffers.FlatBufferBuilder builder,
boolean unique) |
static void |
addWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int width) |
static int |
createColumn(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset,
int type,
int titleOffset,
int descriptionOffset,
int width,
int precision,
int scale,
boolean nullable,
boolean unique,
boolean primaryKey,
int metadataOffset) |
String |
description() |
ByteBuffer |
descriptionAsByteBuffer() |
ByteBuffer |
descriptionInByteBuffer(ByteBuffer _bb) |
static int |
endColumn(com.google.flatbuffers.FlatBufferBuilder builder) |
static Column |
getRootAsColumn(ByteBuffer _bb) |
static Column |
getRootAsColumn(ByteBuffer _bb,
Column obj) |
String |
metadata() |
ByteBuffer |
metadataAsByteBuffer() |
ByteBuffer |
metadataInByteBuffer(ByteBuffer _bb) |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
boolean |
nullable() |
int |
precision() |
boolean |
primaryKey() |
int |
scale() |
static void |
startColumn(com.google.flatbuffers.FlatBufferBuilder builder) |
String |
title() |
ByteBuffer |
titleAsByteBuffer() |
ByteBuffer |
titleInByteBuffer(ByteBuffer _bb) |
int |
type() |
boolean |
unique() |
static void |
ValidateVersion() |
int |
width() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTablespublic static void ValidateVersion()
public static Column getRootAsColumn(ByteBuffer _bb)
public static Column getRootAsColumn(ByteBuffer _bb, Column obj)
public void __init(int _i,
ByteBuffer _bb)
public Column __assign(int _i, ByteBuffer _bb)
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public int type()
public String title()
public ByteBuffer titleAsByteBuffer()
public ByteBuffer titleInByteBuffer(ByteBuffer _bb)
public String description()
public ByteBuffer descriptionAsByteBuffer()
public ByteBuffer descriptionInByteBuffer(ByteBuffer _bb)
public int width()
public int precision()
public int scale()
public boolean nullable()
public boolean unique()
public boolean primaryKey()
public String metadata()
public ByteBuffer metadataAsByteBuffer()
public ByteBuffer metadataInByteBuffer(ByteBuffer _bb)
public static int createColumn(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset,
int type,
int titleOffset,
int descriptionOffset,
int width,
int precision,
int scale,
boolean nullable,
boolean unique,
boolean primaryKey,
int metadataOffset)
public static void startColumn(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset)
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder,
int type)
public static void addTitle(com.google.flatbuffers.FlatBufferBuilder builder,
int titleOffset)
public static void addDescription(com.google.flatbuffers.FlatBufferBuilder builder,
int descriptionOffset)
public static void addWidth(com.google.flatbuffers.FlatBufferBuilder builder,
int width)
public static void addPrecision(com.google.flatbuffers.FlatBufferBuilder builder,
int precision)
public static void addScale(com.google.flatbuffers.FlatBufferBuilder builder,
int scale)
public static void addNullable(com.google.flatbuffers.FlatBufferBuilder builder,
boolean nullable)
public static void addUnique(com.google.flatbuffers.FlatBufferBuilder builder,
boolean unique)
public static void addPrimaryKey(com.google.flatbuffers.FlatBufferBuilder builder,
boolean primaryKey)
public static void addMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int metadataOffset)
public static int endColumn(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2025. All rights reserved.