Methods
add(data) → {String}
Parameters:
Name | Type | Description |
---|---|---|
data |
any | bind data |
Returns:
- bind variable name for reference in SQL. e.g. first data point would return '?1'.
- Type
- String
addList(bindList)
Parameters:
Name | Type | Description |
---|---|---|
bindList |
Array.<any> |
clear()
get(name) → {any}
Parameters:
Name | Type | Description |
---|---|---|
name |
String | Get by name or get NEXT if empty. |
Returns:
- Type
- any
getBindDataList() → {Array.<any>}
Returns:
- Current list of bind data.
- Type
- Array.<any>