Skip to content

Commit 4718380

Browse files
committed
ow.ch.db: odoc
1 parent d3981a6 commit 4718380

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

js/owrap.ch.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ OpenWrap.ch.prototype.__types = {
139139
this.__channels[aName].remove(ak);
140140
}
141141
},
142+
// DB channel implementation
143+
//
144+
/**
145+
* <odoc>
146+
* <key>ow.ch.types.db</key>
147+
* This OpenAF implementation wraps access to a db table. The creation options are:\
148+
* \
149+
* - db (Database) The database object to access the database table.\
150+
* - from (String) The name of the database table or object (don't use double quotes).\
151+
* - keys (Array) An array of fields keys to use (don't use double quotes).\
152+
* - cs (Boolean) Determines if the database is case sensitive for table and field names (defaults to false).\
153+
* \
154+
* </odoc>
155+
*/
142156
db: {
143157
__options: {},
144158
create: function(aName, shouldCompress, options) {

0 commit comments

Comments
 (0)