Represents a prepared statement. Child implementations should either extend PDOStatement:
public StatementInterface::fetchField($index = 0)
public StatementInterface::fetchObject()
StatementInterface::fetchAll($mode = NULL, $column_index =
public StatementInterface::fetchAllAssoc($key, $fetch = NULL)
public StatementInterface::fetchAllKeyed($key_index = 0, $value_index
public StatementInterface::rowCount()
public StatementInterface::fetch($mode = NULL, $cursor_orientation
public StatementInterface::setFetchMode($mode, $a1 = NULL
public StatementInterface::execute($args = array(), $options
Page 1 of 2