SqlsrvDriver
class SqlsrvDriver extends PdoDriver
Supplemental SQL Server 2005 and later database driver.
Methods
void
connect(string $dsn, string|null $user = null, string|null $password = null, array|null $options = null)
Initializes connection.
string
delimite(string $name)
Delimits identifier for use in SQL statement.
string
string
string
formatLike(string $value, int $pos)
Encodes string for use in a LIKE statement.
void
applyLimit(string $sql, int|null $limit, int|null $offset)
Injects LIMIT/OFFSET to the SQL query.
array
getTables()
No description
array
getColumns(string $table)
No description
array
getIndexes(string $table)
No description
array
getForeignKeys(string $table)
No description
array
bool
isSupported(string $item)
Cheks if driver supports specific property
Details
at line 23
void
connect(string $dsn, string|null $user = null, string|null $password = null, array|null $options = null)
Initializes connection.
at line 40
string
delimite(string $name)
Delimits identifier for use in SQL statement.
at line 47
string
formatDateTime(DateTimeInterface $value)
Formats date-time for use in a SQL statement.
at line 54
string
formatDateInterval(DateInterval $value)
Formats date-time interval for use in a SQL statement.
at line 60
string
formatLike(string $value, int $pos)
Encodes string for use in a LIKE statement.
at line 68
void
applyLimit(string $sql, int|null $limit, int|null $offset)
Injects LIMIT/OFFSET to the SQL query.
at line 94
array
getTables()
No description
at line 119
array
getColumns(string $table)
No description
at line 159
array
getIndexes(string $table)
No description
at line 193
array
getForeignKeys(string $table)
No description
at line 224
array
getColumnTypes(PDOStatement $statement)
No description
at line 244
bool
isSupported(string $item)
Cheks if driver supports specific property