Definition at line 11 of file KineticaType.cs.
◆ ColumnType
Enumerator |
---|
BYTES | |
DOUBLE | |
FLOAT | |
INT | |
LONG | |
STRING | |
DEFAULT | |
Definition at line 13 of file KineticaType.cs.
◆ Column()
kinetica.KineticaType.Column.Column |
( |
string |
name, |
|
|
ColumnType |
type, |
|
|
IList< string > |
properties = null |
|
) |
| |
|
inline |
Creates a Column object from the given name, type, and properties.
- Parameters
-
Definition at line 35 of file KineticaType.cs.
◆ getName()
string kinetica.KineticaType.Column.getName |
( |
| ) |
|
|
inline |
Returns the name of the column.
- Returns
Definition at line 49 of file KineticaType.cs.
◆ getProperties()
IList<string> kinetica.KineticaType.Column.getProperties |
( |
| ) |
|
|
inline |
Returns the properties for the column.
- Returns
Definition at line 67 of file KineticaType.cs.
◆ getType()
ColumnType kinetica.KineticaType.Column.getType |
( |
| ) |
|
|
inline |
Returns the enumeration for the column type.
- Returns
Definition at line 55 of file KineticaType.cs.
◆ getTypeString()
string kinetica.KineticaType.Column.getTypeString |
( |
| ) |
|
|
inline |
Returns the string format of the data type.
- Returns
Definition at line 75 of file KineticaType.cs.
◆ isNullable()
bool kinetica.KineticaType.Column.isNullable |
( |
| ) |
|
|
inline |
Returns if the column is nullable.
- Returns
Definition at line 61 of file KineticaType.cs.
◆ ToString()
override string kinetica.KineticaType.Column.ToString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: