SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Modules
table_database.sc

Modules

 Error codes
 
 tdbCloseConnection
 
 tdbGetColumnCount
 
 tdbGetColumnNames
 
 tdbGetColumnTypes
 
 tdbGetRowCount
 
 tdbGetTableNames
 
 tdbInsertRow
 
 tdbOpenConnection
 
 tdbReadColumn(index, value vector)
 
 tdbReadColumn(index, vector map)
 
 tdbReadColumn(string, value vector)
 
 tdbReadColumn(string, vector map)
 
 tdbTableCreate
 
 tdbTableCreateWithErrorCode
 
 tdbTableDelete
 
 tdbTableExists
 
 tdbTableGetAttributes
 
 tdbTableSetAttributes
 
 tdbVmapAddBatch
 
 tdbVmapAddIndex
 
 tdbVmapAddString
 
 tdbVmapAddType
 
 tdbVmapAddValue(scalar)
 
 tdbVmapAddValue(vector)
 
 tdbVmapAddVlenType
 
 tdbVmapAddVlenValue
 
 tdbVmapClear
 
 tdbVmapCount
 
 tdbVmapDelete
 
 tdbVmapErase
 
 tdbVmapGetBatchCount
 
 tdbVmapGetIndex
 
 tdbVmapGetString
 
 tdbVmapGetTypeName
 
 tdbVmapGetValue
 
 tdbVmapGetValue(string)
 
 tdbVmapGetVlenValue
 
 tdbVmapNew
 
 tdbVmapReset
 
 tdbVmapSetBatch
 
 tdbVmapSetValueAsColumn
 
 tdbVmapStringVectorSize
 
 tdbVmapValueVectorSize
 

Detailed Description

Module for working with table databases.