| SE_table_get_column_list |
Gets all column descriptions for table.
LONG SE_table_get_column_list (SE_CONNECTION handle, const CHAR *table, SE_COLUMNINFO **column_list, SHORT *column_count);
| handle | The connection handle |
| table | The name of the table for which columns are wanted |
| column_list | The address of the list of column descriptions for the specified registered table |
| column_count | The number of entries returned |
This function gets the full column descriptions for the specified registered table.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_TABLE_NOEXIST