Documentation
¶
Overview ¶
Contains types for implementing the DB, DBResult and DBRow interfaces using JS objects Assumes that the JS version of 'Query()' returns a matrix of rows and columns.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSDBResult ¶
Implements the user.DBResult interface
func (*JSDBResult) NextRow ¶
func (jsresult *JSDBResult) NextRow() user.DBRow
func (*JSDBResult) RowCount ¶
func (jsresult *JSDBResult) RowCount() int
Click to show internal directories.
Click to hide internal directories.