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