Skip to content

Commit bc47955

Browse files
committed
Update documentation
1 parent 444ac79 commit bc47955

File tree

6 files changed

+561
-1
lines changed

6 files changed

+561
-1
lines changed

documentation/class/Database.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@ <h2>Instance Method Summary</h2>
113113
Close the database, and all associated prepared statements.
114114
</span>
115115
</li>
116+
<li>
117+
<span class='signature'>
118+
<a href='#getRowsModified-dynamic'>
119+
#
120+
(Number)
121+
<b>getRowsModified</b><span>()</span>
122+
</a>
123+
</span>
124+
<span class='desc'>
125+
<p>Returns the number of rows modified, inserted or deleted by the most recently completed INSERT, UPDATE or DELETE statement on the
126+
database Executing any other type of SQL statement does not modify
127+
the value returned by this function.</p>
128+
</span>
129+
</li>
116130
<li>
117131
<span class='signature'>
118132
<a href='#create_function-dynamic'>
@@ -461,6 +475,33 @@ <h3>Returns:</h3>
461475
memory consumption will grow forever</p>
462476
</div>
463477
<div class='tags'>
478+
</div>
479+
</div>
480+
<div class='method_details'>
481+
<p class='signature' id='getRowsModified-dynamic'>
482+
#
483+
(Number)
484+
<b>getRowsModified</b><span>()</span>
485+
<br>
486+
</p>
487+
<div class='docstring'>
488+
<p>Returns the number of rows modified, inserted or deleted by the
489+
most recently completed INSERT, UPDATE or DELETE statement on the
490+
database Executing any other type of SQL statement does not modify
491+
the value returned by this function.</p>
492+
</div>
493+
<div class='tags'>
494+
<h3>Returns:</h3>
495+
<ul class='return'>
496+
<li>
497+
<span class='type'></span>
498+
(
499+
<tt>Number</tt>
500+
)
501+
&mdash;
502+
<span class='desc'>the number of rows modified </span>
503+
</li>
504+
</ul>
464505
</div>
465506
</div>
466507
<div class='method_details'>

documentation/extra/AUTHORS.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='UTF-8'>
5+
<title>CoffeeScript API Documentation</title>
6+
<script src='../javascript/application.js'></script>
7+
<script src='../javascript/search.js'></script>
8+
<link rel='stylesheet' href='../stylesheets/application.css' type='text/css'>
9+
</head>
10+
<body>
11+
<div id='base' data-path='../'></div>
12+
<div id='header'>
13+
<div id='menu'>
14+
<a href='../extra/README.md.html' title='Sql.js'>
15+
Sql.js
16+
</a>
17+
&raquo;
18+
<a href='../alphabetical_index.html' title='Index'>
19+
Index
20+
</a>
21+
&raquo;
22+
<span class='title'>AUTHORS</span>
23+
</div>
24+
</div>
25+
<div id='content'>
26+
<nav class='toc'>
27+
<p class='title'>
28+
<a class='hide_toc' href='#'>
29+
<strong>Table of Contents</strong>
30+
</a>
31+
<small>
32+
(<a class='float_toc' href='#'>left</a>)
33+
</small>
34+
</p>
35+
</nav>
36+
<div id='filecontents'>
37+
<p>Ophir LOJKINE <pere[email protected]> (https://github.com/lovasoa)<br/>@kripken<br/>@hankinsoft<br/>@firien<br/>@dinedal</p>
38+
</div>
39+
</div>
40+
<div id='footer'>
41+
By
42+
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
43+
Codo
44+
</a>
45+
2.1.0
46+
&#10034;
47+
Press H to see the keyboard shortcuts
48+
&#10034;
49+
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
50+
&#10034;
51+
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
52+
</div>
53+
<iframe id='search_frame'></iframe>
54+
<div id='fuzzySearch'>
55+
<input type='text'>
56+
<ol></ol>
57+
</div>
58+
<div id='help'>
59+
<p>
60+
Quickly fuzzy find classes, mixins, methods, file:
61+
</p>
62+
<ul>
63+
<li>
64+
<span>T</span>
65+
Open fuzzy finder dialog
66+
</li>
67+
</ul>
68+
<p>
69+
Control the navigation frame:
70+
</p>
71+
<ul>
72+
<li>
73+
<span>L</span>
74+
Toggle list view
75+
</li>
76+
<li>
77+
<span>C</span>
78+
Show class list
79+
</li>
80+
<li>
81+
<span>I</span>
82+
Show mixin list
83+
</li>
84+
<li>
85+
<span>F</span>
86+
Show file list
87+
</li>
88+
<li>
89+
<span>M</span>
90+
Show method list
91+
</li>
92+
<li>
93+
<span>E</span>
94+
Show extras list
95+
</li>
96+
</ul>
97+
<p>
98+
You can focus and blur the search input:
99+
</p>
100+
<ul>
101+
<li>
102+
<span>S</span>
103+
Focus search input
104+
</li>
105+
<li>
106+
<span>Esc</span>
107+
Blur search input
108+
</li>
109+
</ul>
110+
</div>
111+
</body>
112+
</html>

0 commit comments

Comments
 (0)