Method | Description | |
---|---|---|
convertToNativeTypes ( PDOStatement $statement, $rows ) : copy | Converts columns from strings to types according to PDOStatement::columnMeta http://stackoverflow.com/a/9952703/3006989 | |
formatQuery ( string $query ) : string | ||
toUpperWords ( string $string ) : string | Convert "camelCaseWord" to "CAMEL CASE WORD" |
public static convertToNativeTypes ( PDOStatement $statement, $rows ) : copy | ||
$statement | PDOStatement | |
return | copy | of $assoc with matching type fields |
public static formatQuery ( string $query ) : string | ||
$query | string | |
return | string |
public static toUpperWords ( string $string ) : string | ||
$string | string | |
return | string |