SAGA API
v9.6
|
#include "datetime.h"
Go to the source code of this file.
Classes | |
class | CSG_Table_Value |
class | CSG_Table_Value_Binary |
class | CSG_Table_Value_String |
class | CSG_Table_Value_Date |
class | CSG_Table_Value_Int |
class | CSG_Table_Value_Long |
class | CSG_Table_Value_Double |
Lightweight classes for storing a table record's attribute data.
Definition in file table_value.h.
enum TSG_Table_Value_Type |
Enumerator | |
---|---|
SG_TABLE_VALUE_TYPE_Binary | |
SG_TABLE_VALUE_TYPE_String | |
SG_TABLE_VALUE_TYPE_Date | |
SG_TABLE_VALUE_TYPE_Int | |
SG_TABLE_VALUE_TYPE_Long | |
SG_TABLE_VALUE_TYPE_Double |
Definition at line 91 of file table_value.h.