File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,20 @@ OpenWrap.ch.prototype.__types = {
139
139
this . __channels [ aName ] . remove ( ak ) ;
140
140
}
141
141
} ,
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
+ */
142
156
db : {
143
157
__options : { } ,
144
158
create : function ( aName , shouldCompress , options ) {
You can’t perform that action at this time.
0 commit comments