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/03/21 01:43] – 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 11: | Line 12: | ||
The method '' | The method '' | ||
- | Note that this function is currently only supported on Oracle databases | + | |
---------------------------------- | ---------------------------------- | ||
===== Usage ===== | ===== Usage ===== | ||
Line 19: | 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.1458520985.txt.gz · Last modified: 2017/04/21 11:28 (external edit)