MsSqlDriver
class MsSqlDriver extends PdoDriver
Supplemental MS SQL database driver.
Methods
Delimits identifier for use in SQL statement.
Encodes string for use in a LIKE statement.
Injects LIMIT/OFFSET to the SQL query.
No description
Returns metadata for all columns in a table.
Returns metadata for all indexes in a table.
Returns metadata for all foreign keys in a table.
Cheks if driver supports specific property
Details
at line 20
string
delimite(string $name)
Delimits identifier for use in SQL statement.
at line 27
string
formatDateTime(DateTimeInterface $value)
Formats date-time for use in a SQL statement.
at line 33
string
formatDateInterval(DateInterval $value)
Formats date-time interval for use in a SQL statement.
at line 39
string
formatLike(string $value, int $pos)
Encodes string for use in a LIKE statement.
at line 46
void
applyLimit(string $sql, int|null $limit, int|null $offset)
Injects LIMIT/OFFSET to the SQL query.
at line 66
array
getTables()
No description
at line 75
array
getColumns(string $table)
Returns metadata for all columns in a table.
at line 114
array
getIndexes(string $table)
Returns metadata for all indexes in a table.
at line 149
array
getForeignKeys(string $table)
Returns metadata for all foreign keys in a table.
at line 190
array
getColumnTypes(PDOStatement $statement)
No description
at line 196
bool
isSupported(string $item)
Cheks if driver supports specific property