|
@@ -99,7 +99,7 @@ extern class PDO {
|
|
|
function errorInfo():NativeArray;
|
|
|
function exec(statement:String):Int;
|
|
|
function getAttribute(attribute:Int):Dynamic;
|
|
|
- function getAvailableDrivers():NativeArray;
|
|
|
+ static function getAvailableDrivers():NativeIndexedArray<String>;
|
|
|
function lastInsertId(?name:String):String;
|
|
|
function prepare(statement:String, ?driver_options:NativeArray):PDOStatement;
|
|
|
function query(statement:String, ?mode:Int):PDOStatement;
|