|        | 
|  | 
| function | SQLColumnPrivileges |  | 
| Library: ODBC Include: omodbc.xin
 | Returns: Numeric An SQL return code. The following values may be returned: 
 SQL_SUCCESS (the list was retrieved).
SQL_SUCCESS_WITH_INFO (the list was retrieved, but a message was issued).
SQL_ERROR (an error occurred).
SQL_INVALID_HANDLE (the handle is invalid).
SQL_STILL_EXECUTING (the program is still executing).
 | 
Declaration   define external counter function SQLColumnPrivileges
     (  read-only SQL_handle_type StatementHandle,
        value stream CatalogName,
        value counter NameLength1,
        value stream SchemaName,
        value counter NameLength2,
        value stream TableName,
        value counter NameLength3,
        value stream ColumnName,
        value counter NameLength4 )
Purpose
Returns a list of columns and associated privileges for the specified table. The driver returns the information as a result set on the specified statement handle.
Input arguments:
- StatementHandle.
- CatalogName. The catalog name. If a driver supports names for some catalogs but not others, such as when the driver retrieves data from different DBMSs, an empty string ("") denotes catalogs without names. CatalogName cannot contain a string search pattern.
- NameLength1. The length of CatalogName.
- SchemaName. The schema name. If a driver supports schemas for some tables but not others, such as when the driver retrieves data from different DBMSs, an empty string ("") denotes tables without schemas. SchemaName cannot contain a string search pattern.
- NameLength2. The length of SchemaName.
- TableName. The table name. TableName cannot contain a string-search pattern.
- NameLength3. The length of TableName.
- ColumnName. The string-search pattern for column names.
- NameLength4. The length of ColumnName.
Generated: April 21, 1999 at 2:01:17 pm
If you have any comments about this section of the documentation, send email to [email protected]
 Copyright © OmniMark Technologies Corporation, 1988-1999.