SAGA API  v9.5
table_value.h File Reference
#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
 

Enumerations

enum  TSG_Table_Value_Type {
  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
}
 

Detailed Description

Lightweight classes for storing a table record's attribute data.

See also
CSG_Table_Value
CSG_Table_Record
CSG_Table
CSG_Data_Object

Definition in file table_value.h.

Enumeration Type Documentation

◆ 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.