Helpers
class Helpers
Database helpers.
Properties
static int | $maxLength | ||
static array | $typePatterns |
Methods
static void
static string
dumpSql($sql, array $params = null, Connection $connection = null)
Returns syntax highlighted SQL command.
static array
static string
detectType($type)
Heuristic column type detection.
static int
static
createDebugPanel($connection, $explain = true, $name = null)
No description
static array
toPairs(array $rows, $key = null, $value = null)
Reformat source to key -> value pairs.
static string
Details
at line 41
static void
dumpResult(ResultSet $result)
Displays complete result set as HTML table for debug purposes.
at line 85
static string
dumpSql($sql, array $params = null, Connection $connection = null)
Returns syntax highlighted SQL command.
at line 154
static array
detectTypes(PDOStatement $statement)
Common column type detection.
at line 174
static string
detectType($type)
internal |
Heuristic column type detection.
at line 193
static int
loadFromFile(Connection $connection, $file)
Import SQL dump from file - extremely fast.
at line 230
static
createDebugPanel($connection, $explain = true, $name = null)
No description
at line 244
static array
toPairs(array $rows, $key = null, $value = null)
Reformat source to key -> value pairs.
at line 282
static string
findDuplicates(PDOStatement $statement)
Finds duplicate columns in select statement
Traits
StaticClass