Class NStatement
Represents a prepared statement / result set.
- PDOStatement implements Traversable
-
NStatement
protected
|
#
__construct(
NConnection
$connection
)
|
public
NConnection
|
#
getConnection(
)
|
public
NStatement
|
#
execute(
array
$params = array (
)
)
Executes statement. Executes statement. Parameters$params arrayReturnsNStatement provides a fluent interface
|
public
array
|
#
fetchPairs(
)
Fetches into an array where the 1st column is a key and all subsequent columns are values. Fetches into an array where the 1st column is a key and all subsequent columns are values. |
public
array
|
#
normalizeRow(
array
$row
)
Normalizes result row. Normalizes result row. Parameters$row array |
public
void
|
#
dump(
)
Displays complete result set as HTML table for debug purposes. Displays complete result set as HTML table for debug purposes. |
public
NClassReflection
|
#
getReflection(
)
|
public
|
#
__call(
$name,
$args
)
|
public
&
|
#
__get(
$name
)
|
public
|
#
__set(
$name,
$value
)
|
public
|
#
__isset(
$name
)
|
public
|
#
__unset(
$name
)
|
Methods Inherited From PDOStatement
execute(), fetch(), bindParam(), bindColumn(), bindValue(), rowCount(), fetchColumn(), fetchAll(), fetchObject(), errorCode(), errorInfo(), setAttribute(), getAttribute(), columnCount(), getColumnMeta(), setFetchMode(), nextRowset(), closeCursor(), debugDumpParams(), __wakeup(), __sleep()
float
|
$time | NULL |
# |
Properties Inherited From PDOStatement
$queryString