void disconnect() Disconnect from the underlying PDO connection. Return Value void
void commit() Commit the active database transaction. Return Value void
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
void disableQueryLog() Disable the query log on the connection. Return Value void
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
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}
SQLiteConnection class SQLiteConnection extends Connection (View source) Traits DetectsLostConnections
string getKey() Get the API key being used by the transport. Return Value string
start() {@inheritdoc}
Page 151 of 996