ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:setcommentsql

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
v5:dictionary:setcommentsql [2016/03/21 01:42] mnewnhamv5:dictionary:setcommentsql [2021/03/03 13:42] (current) – typo in example peterdd
Line 20: Line 20:
 */ */
 $dict = newDataDictionary($db); $dict = newDataDictionary($db);
-$s = $dict->setColumnSql('mytable','mycolumn','This is a comment');+$s = $dict->setCommentSql('mytable', 'mycolumn', 'This is a comment');
 print $s; print $s;
 /* /*
v5/dictionary/setcommentsql.txt · Last modified: 2021/03/03 13:42 by peterdd