v5:dictionary:getcommentsql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:dictionary:getcommentsql [2016/01/13 02:06] – ↷ Page moved from dictionary:getcommentsql to v5:dictionary:getcommentsql mnewnham | v5:dictionary:getcommentsql [2017/07/22 18:10] (current) – mnewnham | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== getCommentSql ====== | ====== getCommentSql ====== | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| + | <WRAP info> | ||
| <WRAP right box> | <WRAP right box> | ||
| == Syntax == | == Syntax == | ||
| Line 10: | Line 11: | ||
| ===== Description ===== | ===== Description ===== | ||
| The method '' | The method '' | ||
| + | |||
| + | |||
| ---------------------------------- | ---------------------------------- | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 17: | Line 20: | ||
| */ | */ | ||
| $dict = newDataDictionary($db); | $dict = newDataDictionary($db); | ||
| - | $s = $dict->getColumnSql(' | + | $s = $dict->getCommentSql(' |
| print $s; | print $s; | ||
| /* | /* | ||
| - | * Prints: | + | * Prints: |
| + | FROM USER_COL_COMMENTS | ||
| + | | ||
| + | AND COLUMN_NAME=' | ||
| */ | */ | ||
| </ | </ | ||
v5/dictionary/getcommentsql.1452647170.txt.gz · Last modified: (external edit)
