pdb_get_columns

Description

Returns a list of columns in the specified table in the current database at the primary database server.

Syntax

pdb_get_columns [ownername, tablename[, colname]] 

Parameters

ownername

The name of the owner of the table specified in the tablename parameter. This parameter can be delimited with quote characters to specify character case.

tablename

The name of the table in the current database for which information is returned. This parameter can be delimited with quote characters to specify character case.

colname

The name of the column for which information is returned. This parameter can be delimited with quote characters to specify character case.

Usage

See also

pdb_get_databases, pdb_get_primary_keys, pdb_get_procedure_parms, pdb_get_procedures, pdb_get_tables