Skip to content

Commit

Permalink
Reference new dbtypes.html from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Sep 19, 2008
1 parent 715baea commit 8790960
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 354 deletions.
12 changes: 8 additions & 4 deletions src/dbtypes.html → dist/dbtypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h4>Custom SQL</h4>
<tr>
<th>Name</th>
<th>Req'd Column(s)</th>
<th>Description</th>
<th>Returns</th>
<th>Scope of query</th>
</tr>
<tr>
Expand Down Expand Up @@ -127,14 +127,18 @@ <h4>Custom SQL</h4>
<tr>
<td>selectCheckConstraintsSql</td>
<td>constraint_name, table_name, text</td>
<td>Check constraint details of all check contraints, where 'text' is usually
the SQL used to create the constraint.</td>
<td>Check constraint details of all check constraints, where 'text' is usually
the SQL used to create the constraint.
These details will be displayed on the table detail pages.
</td>
<td>Database</td>
</tr>
<tr>
<td>selectViewSql</td>
<td>text</td>
<td>Details of a specific view, usually the SQL used to create the view.</td>
<td>Details of a specific view, usually the SQL used to create the view.
These details will be displayed on the view detail pages.
</td>
<td>Single view</td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit 8790960

Please sign in to comment.