Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing files from 96db1bd
  • Loading branch information
nyalldawson committed May 3, 2015
1 parent 96db1bd commit bae9cea
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/function_help/now
@@ -0,0 +1,12 @@
<h3>now function</h3>
Returns the current date and time

<h4>Syntax</h4>
<pre>now()</pre>

<h4>Arguments</h4>
None

<h4>Example</h4>
<pre>now() &rarr; 2012-07-22T13:24:57</pre>

11 changes: 11 additions & 0 deletions resources/function_help/pi
@@ -0,0 +1,11 @@
<h3>pi constant</h3>
Returns pi as value for calculations

<h4>Syntax</h4>
<pre>pi()</pre>

<h4>Arguments</h4>
None

<h4>Example</h4>
<pre>pi() &rarr; 3.14159265358979</pre>
13 changes: 13 additions & 0 deletions resources/function_help/uuid
@@ -0,0 +1,13 @@
<h3>uuid function</h3>
Generates a Universally Unique Identifier (UUID) for each row using the Qt
<a href='http://qt-project.org/doc/qt-4.8/quuid.html#createUuid'>QUuid::createUuid</a>
method. Each UUID is 38 characters long.

<h4>Syntax</h4>
<pre>uuid()</pre>

<h4>Arguments</h4>
None

<h4>Example</h4>
<pre>uuid() &rarr; {0bd2f60f-f157-4a6d-96af-d4ba4cb366a1}</pre>

0 comments on commit bae9cea

Please sign in to comment.