Skip to content

Commit

Permalink
Fixed missing link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Sicard committed Jan 24, 2016
1 parent 5b9f429 commit c324f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/d2sqlite3.d
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,8 @@ struct Row
`columnType` returns the type of the actual data in that column, whereas
`columnDeclaredTypeName` returns the name of the type as declared in the SELECT statement.
See_Also: $(LINK http://www.sqlite.org/c3ref/column_blob.html).
See_Also: $(LINK http://www.sqlite.org/c3ref/column_blob.html) and
$(LINK http://www.sqlite.org/c3ref/column_decltype.html).
+/
SqliteType columnType(int index)
{
Expand Down

0 comments on commit c324f2b

Please sign in to comment.