ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:structure:addindexobject

Differences

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

Link to this comparison view

Next revision
Previous revision
v5:dictionary:structure:addindexobject [2016/04/09 18:57] – created mnewnhamv5:dictionary:structure:addindexobject [2016/04/09 19:14] (current) mnewnham
Line 10: Line 10:
       string $indexName,       string $indexName,
       optional string $platform=''       optional string $platform=''
-  +  ) 
-      )+  
 </WRAP> </WRAP>
-The method ''addIndexObject()'' is part of the **//Structured Schema Management//** suite, and adds an index to the current [[v5:dictionary:stucture:metaobjectstructure|table]] object. The index object is a container for  [[v5:dictionary:stucture:indexitem|Index Item]] objects, which are the columns themselves.+The method ''addIndexObject()'' is part of the **//Structured Schema Management//** suite, and adds an index to the current [[v5:dictionary:structure:metaobjectstructure|table]] object. The index object is a container for  [[v5:dictionary:structure:addindexitemobject|Index Item]] objects, which are the columns themselves.
 -------------------------------- --------------------------------
 ===== Parameters ===== ===== Parameters =====
 ==== $indexName ==== ==== $indexName ====
-The attribute can be provided as a string, a numeric or associative array, and can describe any parameter understood by the DBMSFor example, it might be necessary to add an option to tell the DBMS what type of database engine to use.+The name of the index to be createdThe name must conform to any pre-defined rules for the database to be used
  
-==== Platform ====+==== $platform ====
 The platform parameter can be any parameter recognized by the [[v5:dictionary:structure:platform|Platform]] keyword. The platform parameter can be any parameter recognized by the [[v5:dictionary:structure:platform|Platform]] keyword.
  
v5/dictionary/structure/addindexobject.1460221073.txt.gz · Last modified: 2017/04/21 11:29 (external edit)