1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Add comment

This commit is contained in:
Jakub Vrana
2025-03-25 05:39:25 +01:00
parent 27a5aeea86
commit b13c76149f

View File

@@ -23,10 +23,10 @@ function get_driver($id) {
}
abstract class SqlDriver {
static $possibleDrivers = array();
static $possibleDrivers = array(); ///< @var array of strings
static $jush; ///< @var string JUSH identifier
protected $conn;
protected $conn; ///< @var Db
protected $types = array(); ///< @var array [$description => [$type => $maximum_unsigned_length, ...], ...]
public $editFunctions = array(); ///< @var array of ["$type|$type2" => "$function/$function2"] functions used in editing, [0] - edit and insert, [1] - edit only
public $unsigned = array(); ///< @var array number variants