Skip to content

Commit

Permalink
splitting get_column_type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks committed Sep 20, 2013
1 parent 2839708 commit 03e2c73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/ref/data/dyn_table_ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ CATEGORIES :
- g_dyn_table_get_column_type:
NAME : getColumnType
SUMMARY : *g_dyn_table_get_column_type_summary
DESCR : >
This method returns the type of a column using the column index. Currently,
the following types are supported:
DESCR :
- TEXT : *g_dyn_table_get_column_type_descr1
- TEXT : >
<ul>
<li><code>tightdb_Bool</code></li>
<li><code>tightdb_Int</code></li>
Expand Down
15 changes: 14 additions & 1 deletion doc/ref/data/dyn_view_ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,20 @@ CATEGORIES :

NAME : getColumnType
SUMMARY : *g_dyn_table_get_column_type_summary
DESCR : *g_dyn_table_get_column_type_descr
DESCR :
- TEXT : *g_dyn_table_get_column_type_descr1
- TEXT : >
<ul>
<li><code>tightdb_Bool</code></li>
<li><code>tightdb_Int</code></li>
<li><code>tightdb_Float</code></li>
<li><code>tightdb_Double</code></li>
<li><code>tightdb_String</code></li>
<li><code>tightdb_Binary</code></li>
<li><code>tightdb_Table</code></li>
<li><code>tightdb_Date</code></li>
<li><code>tightdb_Mixed</code></li>
</ul>
CONST : True
PARAMS:
- NAME : column_ndx
Expand Down

0 comments on commit 03e2c73

Please sign in to comment.