librcsb-core-wrapper 1.005
TableError.h File Reference

Utility file that is to be removed soon. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int NO_TABLE_ERROR = 0
 
const int ROW_OUT_OF_BOUNDS = -201
 
const int COLUMN_OUT_OF_BOUNDS = -202
 
const int NO_TREE_ON_COLUMN = -203
 
const int INDEX_NAME_NOT_FOUND = -204
 
const int NEW_COLUMN_LENGTH_ZERO = -205
 
const int ADD_UPDATE_NULL = -206
 
const int COLUMN_NAME_NOT_FOUND = -207
 
const int SOME_COLUMN_NAMES_NOT_FOUND = -208
 
const int REGEX_COMPILE_FAILED = -209
 
const int NO_APPROPRIATE_INDEX = -210
 
const int NOT_FOUND = -211
 
const int DELETED_ROW = -212
 
const int INDEX_CORRUPTED = -213
 
const int KEY_ERROR = -214
 
const int TABLE_NOT_FOUND = -215
 
const int ASSERT_WARNING = -275
 
const int ASSERT_NULL_DATA_POINTER = -280
 
const int DUPLICATE_ROW = -290
 
const int TABLE_WARNING = -350
 
const int NULL_COMPARISON = -400
 
const int DOUBLE_CONVERSION_ERROR = -401
 
const int INTEGER_CONVERSION_ERROR = -402
 
const int NULL_SEARCH_LIST = -403
 
const int NOT_A_DATATYPE_ERROR = -404
 
const int ERROR_NO_FILE_NAVIGATOR = -405
 
const int INTERNAL_INCONSISTENCY_ERROR = -406
 

Detailed Description

Utility file that is to be removed soon.

Variable Documentation

◆ ADD_UPDATE_NULL

const int ADD_UPDATE_NULL = -206

◆ ASSERT_NULL_DATA_POINTER

const int ASSERT_NULL_DATA_POINTER = -280

◆ ASSERT_WARNING

const int ASSERT_WARNING = -275

◆ COLUMN_NAME_NOT_FOUND

const int COLUMN_NAME_NOT_FOUND = -207

◆ COLUMN_OUT_OF_BOUNDS

const int COLUMN_OUT_OF_BOUNDS = -202

◆ DELETED_ROW

const int DELETED_ROW = -212

◆ DOUBLE_CONVERSION_ERROR

const int DOUBLE_CONVERSION_ERROR = -401

◆ DUPLICATE_ROW

const int DUPLICATE_ROW = -290

◆ ERROR_NO_FILE_NAVIGATOR

const int ERROR_NO_FILE_NAVIGATOR = -405

◆ INDEX_CORRUPTED

const int INDEX_CORRUPTED = -213

◆ INDEX_NAME_NOT_FOUND

const int INDEX_NAME_NOT_FOUND = -204

◆ INTEGER_CONVERSION_ERROR

const int INTEGER_CONVERSION_ERROR = -402

◆ INTERNAL_INCONSISTENCY_ERROR

const int INTERNAL_INCONSISTENCY_ERROR = -406

◆ KEY_ERROR

const int KEY_ERROR = -214

◆ NEW_COLUMN_LENGTH_ZERO

const int NEW_COLUMN_LENGTH_ZERO = -205

◆ NO_APPROPRIATE_INDEX

const int NO_APPROPRIATE_INDEX = -210

◆ NO_TABLE_ERROR

const int NO_TABLE_ERROR = 0

◆ NO_TREE_ON_COLUMN

const int NO_TREE_ON_COLUMN = -203

◆ NOT_A_DATATYPE_ERROR

const int NOT_A_DATATYPE_ERROR = -404

◆ NOT_FOUND

const int NOT_FOUND = -211

◆ NULL_COMPARISON

const int NULL_COMPARISON = -400

◆ NULL_SEARCH_LIST

const int NULL_SEARCH_LIST = -403

◆ REGEX_COMPILE_FAILED

const int REGEX_COMPILE_FAILED = -209

◆ ROW_OUT_OF_BOUNDS

const int ROW_OUT_OF_BOUNDS = -201

◆ SOME_COLUMN_NAMES_NOT_FOUND

const int SOME_COLUMN_NAMES_NOT_FOUND = -208

◆ TABLE_NOT_FOUND

const int TABLE_NOT_FOUND = -215

◆ TABLE_WARNING

const int TABLE_WARNING = -350