ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_dictionary:other_metafunctions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:userguide:learn_dictionary:other_metafunctions [2016/03/17 00:51] mnewnhamv5:userguide:learn_dictionary:other_metafunctions [2017/04/21 11:50] – external edit 127.0.0.1
Line 1: Line 1:
 <- v5:userguide:learn_dictionary:metacolumns:|MetaColumns ^ v5:userguide:learn_dictionary:start_lesson|Start Of Lesson ^  -> <- v5:userguide:learn_dictionary:metacolumns:|MetaColumns ^ v5:userguide:learn_dictionary:start_lesson|Start Of Lesson ^  ->
 ~~NOTOC~~ ~~NOTOC~~
-====== MetaTables ======+====== Other MetaFunctions ====== 
 +===== MetaTables =====
 The method [[v5:dictionary:metatables|metaTables()]] returns a list of the tables in the database. In some databases, the values returned by the method may be restricted based on built-in security in the DBMS. The method [[v5:dictionary:metatables|metaTables()]] returns a list of the tables in the database. In some databases, the values returned by the method may be restricted based on built-in security in the DBMS.
 <code php> <code php>
Line 38: Line 39:
  
 ===== MetaPrimaryKeys ===== ===== MetaPrimaryKeys =====
-The [[v5:dictionary:metaprimarykeys|metaPrimaryKeys()]] method returns a list of Primary Keys associated with a +The [[v5:dictionary:metaprimarykeys|metaPrimaryKeys()]] method returns a list of Primary Keys associated with a table
 <code php> <code php>
 $mpk = $db->metaPrimaryKeys('ACT'); $mpk = $db->metaPrimaryKeys('ACT');
Line 89: Line 90:
  
 <WRAP info 300px center> <WRAP info 300px center>
-**End Of Lesson 2**+**End Of Lesson**
 </WRAP> </WRAP>
v5/userguide/learn_dictionary/other_metafunctions.txt · Last modified: 2018/06/11 10:09 by dregad