|
odbc_columns(PHP 4, PHP 5) odbc_columns — Lists the column names in specified tables Описание
resource odbc_columns
( resource $connection_id
[, string $qualifier
[, string $schema
[, string $table_name
[, string $column_name
]]]] )
Lists all columns in the requested range. Список параметров
The schema, table_name, and column_name accept search patterns ('%' to match zero or more characters and '_' to match a single character). Возвращаемые значенияReturns an ODBC result identifier или FALSE в случае возникновения ошибки. The result set has the following columns:
The result set is ordered by TABLE_QUALIFIER, TABLE_SCHEM and TABLE_NAME. Смотрите также
|
|