PHP » GoLang |
login |
register |
about
|
odbc_tables(PHP 4, PHP 5, PHP 7) odbc_tables — Get the list of table names stored in a specific data source Description
resource odbc_tables
( resource
$connection_id
[, string $qualifier
[, string $owner
[, string $name
[, string $types
]]]] )Lists all tables in the requested range.
To support enumeration of qualifiers, owners, and table types,
the following special semantics for the
Parameters
Return Values
Returns an ODBC result identifier containing the information
or The result set has the following columns:
The result set is ordered by TABLE_TYPE, TABLE_QUALIFIER, TABLE_OWNER and TABLE_NAME. |
more
Recently updated
more
Most requested
more
Last requests
|