public class Column extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Blob
A blob column.
|
static class |
Column.Double
A double precision column.
|
static class |
Column.Int64
A 64 bit integer column.
|
static class |
Column.String_
A string column.
|
static class |
Column.Symbol
A string column.
|
static class |
Column.Timestamp
A timestamp column.
|
static class |
Column.Type |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
symbolTable |
protected Column.Type |
type |
| Modifier | Constructor and Description |
|---|---|
|
Column(String name,
Column.Type type)
Create a column with a certain type.
|
|
Column(String name,
Column.Type type,
String symbolTable)
Create a column with a symbol table argument.
|
protected |
Column(String name,
int type) |
|
Column(String name,
int type,
String symbolTable)
Create a column with a symbol table argument.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Provides access to the column's name.
|
String |
getSymbolTable()
Provides access to the column's symbol table.
|
Column.Type |
getType()
Provides access to the column's type.
|
String |
toString() |
protected Column.Type type
protected String name
protected String symbolTable
public Column(String name, Column.Type type, String symbolTable)
public Column(String name, int type, String symbolTable)
public Column(String name, Column.Type type)
protected Column(String name, int type)
public String getName()
public Column.Type getType()
public String getSymbolTable()
Copyright © 2022. All rights reserved.