KI_GET_COL_LIST

Get temporary column list

Synopsis:
CALL KI_GET_COL_LIST handle, SYM(collist$) TO [status]
status = 'ki_get_col_list( handle, SYM(collist$) )
ArgumentEnumerationPurpose
handleHandle
SYM(collist$)Buffer to hold the list
statusKDB_ERROR_ENUMReturn status
>KI_GET_COL_LIST

KI_GET_COL_LIST

This allows a program to retreive the list of columns of interest for the handle as set by KI_SET_COL_LIST. The list will be blank if no column list was specified previously on the handle. The buffer must be big enough to hold the list or a KE_BADBUFFER error will be returned.

Compatibility

This function was introduced in KCML 6.20.

History
Introduced in KCML 6.60
See Also:
KI_BIND_COL, KI_BIND_PARAM, KI_BOUND_COL, KI_BOUND_PARAM, KI_COLUMNS, KI_DATABASES, KI_DEFAULT_ROW, KI_DESCRIBE_COL, KI_DESCRIBE_KEY, KI_DESCRIBE_SCHEMA, KI_ERROR, KI_ERROR_TEXT, KI_EXECUTE, KI_EXTEND, KI_FETCH, KI_GET_ERROR_TEXT, KI_PARTITIONS, KI_PREFETCH_ROWS, KI_PREPARE, KI_SESSIONS, KI_SET_COL_LIST, KI_SET_WLOCK_COUNT, KI_SQL, KI_SQL_XML, KI_TABLES, KI_TABLESPACES, KI_WMODE_BITMAP
KCML database status codes