Class Sql
Defined in: Sql.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Sql()
|
Method Attributes | Method Name and Description |
---|---|
execute(sql)
|
|
retrieve()
|
|
toString()
|
|
traverse(callback)
|
Method Detail
{Object}
execute(sql)
- Parameters:
- {String} sql
- Returns:
- {Object}
{String}
retrieve()
- Returns:
- {String}
{String}
toString()
- Returns:
- {String}
traverse(callback)
- Parameters:
- {Function} callback