void disableQueryLog() Disable the query log on the connection. Return Value void
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
void commit() Commit the active database transaction. Return Value void
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int
SQLiteConnection class SQLiteConnection extends Connection (View source) Traits DetectsLostConnections
void __construct(ClientInterface $client, string $key, array $options = array()) Create a new SparkPost transport instance. Parameters ClientInterface $client string $key array $options Return Value void
stop() {@inheritdoc}
start() {@inheritdoc}
string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string
Page 151 of 996