Class waDbStatement
DbStatement Use typed placeholders. Allowed 2 formats:
- [sibf]? - not named
[sibf] - type of the data - [sibf]:placeholderName - named,
Allowed types:
's' - String, 'i' - Integer, 'b' - Boolean, 'f' - Float.
If type is not specified, placeholder use as 's'.
Final
Package: wa-system\database
Copyright: 2011 Webasyst LLC
Author: Webasyst LLC
Located at wa-system/database/waDbStatement.class.php
Package: wa-system\database
Copyright: 2011 Webasyst LLC
Author: Webasyst LLC
Located at wa-system/database/waDbStatement.class.php
public
|
|
private
|
|
public
string
|
|
private
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
string
|
private
array
|
$places_map | array() |
#
Placeholders |
private
array
|
$binded_params | array() |
#
Values to replace placeholders |
protected
|
$model | null |
#
Model |
protected
string
|
$query | '' |
#
Query |