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.Timestamp
A timestamp column.
|
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Value.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
Column(String name,
int type) |
|
Column(String name,
Value.Type type)
Create a column with a certain type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Provides access to the column's name.
|
Value.Type |
getType()
Provides access to the column's type.
|
String |
toString() |
protected String name
protected Value.Type type
public Column(String name, Value.Type type)
protected Column(String name, int type)
public String getName()
public Value.Type getType()
Copyright © 2021. All rights reserved.