solidDB Help : solidDB reference : solidDB SA: Function reference : SaColSearchCreate
  
SaColSearchCreate
SaColSearchCreate starts a column information search for a specified table.
Synopsis
SaColSearchT* SA_EXPORT_H SaColSearchCreate(
  SaConnectT* scon,
  char* tablename)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scon
In
Pointer to a connection object
tablename
In
Table name
Return value
Pointer to the column search object, or NULL if table does not exist.
Go up to
solidDB SA: Function reference