ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:dictionary_index

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
v5:dictionary:dictionary_index [2024/06/24 16:47] – [Summary Of Standard Types] mnewnhamv5:dictionary:dictionary_index [2024/12/18 10:19] (current) – [Introduction] dregad
Line 4: Line 4:
 ====== The Data Dictionary ====== ====== The Data Dictionary ======
 ===== Introduction ===== ===== Introduction =====
-The Data Dictionary provides a series of functions **'Meta-Functions'** that allow a portable method of managing the schema of databases, from simple querying of data attributes of columns to XML based routines to build and manage new tables. +The Data Dictionary provides a series of **'Meta-Functions'** that allow a portable method of managing the schema of databases, from simple querying of data attributes of columns to XML based routines to build and manage new tables. 
 ===== Portable Data Types ===== ===== Portable Data Types =====
  
Line 52: Line 52:
 ===== Schema Management ===== ===== Schema Management =====
 <WRAP info> <WRAP info>
-The userid used when establishing a database connection may need specific privileges beyond normal INSERT,DELETE,UPDATE,SELECT in order to manage a schema in a database. Those privileges vary from one DBMS to another.+The user id used when establishing a database connection may need specific privileges beyond normal INSERT, DELETE, UPDATE, SELECT in order to manage a schema in a database. Those privileges vary from one DBMS to another.
 </WRAP> </WRAP>
 ==== Executing prepared code to update the schema ==== ==== Executing prepared code to update the schema ====
-Each of the methods below return an array of data, which should be executed using the [[v5:dictionary:executesqlarray|executeSqlArray()]] method + 
 +Each of the methods below returns an array of data, which should be executed using the [[v5:dictionary:executesqlarray|executeSqlArray()]] method
  
 ==== Creating A Database ==== ==== Creating A Database ====
v5/dictionary/dictionary_index.1719240476.txt.gz · Last modified: 2024/06/24 16:47 by mnewnham