Data Fields | |
| myschema::MyType | MyColumn |
| This column definition uses the C-style comment. | |
| int | CStyleComment |
| int | SqlStyleComment |
| int | SqlStyleDoxComment |
| This column uses the SQL-equivalent Doxygen comment. | |
| int | SqlStyleDoxComment2 |
| This column uses the other SQL-equivalent Doxygen comment. | |
| smallint | CommentOnRight |
| bigint | CommentOnRight2 |
| This comment is also to the right. | |
| float | CommentOnRight3 |
| Another comment to the right. | |
| myschema::MyType MyTable::MyColumn |
This column definition uses the C-style comment.
This column uses the SQL-equivalent Doxygen comment.
This column uses the other SQL-equivalent Doxygen comment.
| smallint MyTable::CommentOnRight |
This comment is to the right
| bigint MyTable::CommentOnRight2 |
This comment is also to the right.
| float MyTable::CommentOnRight3 |
Another comment to the right.
1.5.2