| Package | Description |
|---|---|
| net.quasardb.qdb.ts |
| Modifier and Type | Field and Description |
|---|---|
protected Column.Type |
Column.type |
| Modifier and Type | Method and Description |
|---|---|
static Column.Type |
Column.Type.fromInt(int type) |
Column.Type[] |
Table.getColumnTypes()
Returns the types of each of the columns.
|
Column.Type |
Column.getType()
Provides access to the column's type.
|
static Column.Type |
Column.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Type[] |
Column.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Series |
Series.get(Session session,
String tableName,
String columnName,
Column.Type columnType) |
static Series |
Series.get(Session session,
String tableName,
String columnName,
Column.Type columnType,
TimeRange range) |
static Series |
Series.get(Session session,
String tableName,
String columnName,
Column.Type columnType,
TimeRange[] ranges) |
| 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.
|
Copyright © 2022. All rights reserved.