string setDatabaseName(string $database) Set the name of the connected
string wrapTable(Expression|string $table)
void beginTransaction() Start a new database transaction.
int affectingStatement(string $query, array $bindings = array()) Run an
void rollBack() Rollback the active database transaction.
void commands(array|mixed $commands) Register the package's custom Artisan
array getBindings() Get the bindings for the query.
void register() Register the service provider.
string getDriverName() Get the PDO driver name.
string|null getName() Get the database connection name.
Page 23 of 43