ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:metatables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dictionary:metatables [2015/08/12 02:07] – created mnewnhamv5:dictionary:metatables [2016/02/24 18:33] (current) – Inproved description of casing mnewnham
Line 13: Line 13:
 ===== Description ===== ===== Description =====
 The function ''metaTables()'' returns a list of tables and views in the currently attached database. The function does not return system tables. The function ''metaTables()'' returns a list of tables and views in the currently attached database. The function does not return system tables.
 +-----------------------------
 +===== Casing =====
 +The table name is returned in the **natural casing** of the database. Case-insensitive matches should be used when matching with table names.
 +
 ===== Parameters ===== ===== Parameters =====
 ==== $tableType ===== ==== $tableType =====
Line 40: Line 44:
 ==== $schemaMask ==== ==== $schemaMask ====
 This option define a mask for matching schemas . For example, setting $mask = 'SYS%' will match all schemas that begin with 'SYS' This option define a mask for matching schemas . For example, setting $mask = 'SYS%' will match all schemas that begin with 'SYS'
 +----------------------------------------
 ===== Usage ===== ===== Usage =====
 <code php> <code php>
v5/dictionary/metatables.1439338057.txt.gz · Last modified: 2017/04/21 11:27 (external edit)