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::fetchAssoc()
public StatementInterface::fetchCol($index = 0)
public StatementInterface::fetch($mode = NULL, $cursor_orientation
Page 1 of 2