class
Illuminate
/
Database
/
SqlServerConnection
You are viewing an older version of the documentation. For the latest, please visit master documentation.
SqlServerConnection
Extends
Methods
public
transaction ( Closure $callback , $attempts ) : mixed
Execute a Closure within a transaction.
Parameters
- $callback Closure
- $attempts int
public
getSchemaState ( Filesystem $files , callable $processFactory ) : void
Get the schema state for the connection.
Parameters
- $files Filesystem |null
- $processFactory callable|null