| 1 | <?php |
||
| 16 | class MigrationHelper |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param string $driverName |
||
| 20 | * |
||
| 21 | * @throws RuntimeException |
||
| 22 | * @return null|string |
||
| 23 | * |
||
| 24 | */ |
||
| 25 | public static function resolveTableOptions($driverName) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param $driverName |
||
| 44 | * |
||
| 45 | * @throws RuntimeException |
||
| 46 | * @return string |
||
| 47 | * |
||
| 48 | */ |
||
| 49 | public static function resolveDbType($driverName) |
||
| 66 | |||
| 67 | /** |
||
| 68 | * @param string $driverName |
||
| 69 | * |
||
| 70 | * @throws RuntimeException |
||
| 71 | * @return bool |
||
| 72 | * |
||
| 73 | */ |
||
| 74 | public static function isMicrosoftSQLServer($driverName) |
||
| 78 | } |
||
| 79 |