File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ and perform queries and transactions using promises.</p>
127
127
passed to <a href =" #PoolPlus..transactionHandler " ><code >transactionHandler</code ></a >.</p >
128
128
</dd >
129
129
<dt ><a href =" #MySQLTable " >MySQLTable</a ></dt >
130
- <dd ><p >A class that provides convenient methods for performing queries.</p >
130
+ <dd ><p >A class that provides convenient methods for performing queries.<br >To create
131
+ an instance, use <a href =" #PoolPlus+defineTable " ><code >poolPlus.defineTable()</code ></a >.</p >
131
132
</dd >
132
133
</dl >
133
134
@@ -511,7 +512,8 @@ connection.pquery('SELECT * FROM `books` WHERE `author` = "David"')
511
512
<a name =" MySQLTable " ></a >
512
513
513
514
## MySQLTable
514
- A class that provides convenient methods for performing queries.
515
+ A class that provides convenient methods for performing queries.<br >To create
516
+ an instance, use [ ` poolPlus.defineTable() ` ] ( #PoolPlus+defineTable ) .
515
517
516
518
** See** : [ https://github.com/mysqljs/mysql#performing-queries ] ( https://github.com/mysqljs/mysql#performing-queries )
517
519
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
/**
4
- * A class that provides convenient methods for performing queries.
4
+ * A class that provides convenient methods for performing queries.<br>To create
5
+ * an instance, use {@link PoolPlus#defineTable|`poolPlus.defineTable()`}.
5
6
*
6
7
* @see {@link https://github.com/mysqljs/mysql#performing-queries }
7
8
*/
You can’t perform that action at this time.
0 commit comments