Mysql
class Mysql
Methods
static void
create(string $tableName, array $attributes, bool $ifNotExists = false)
Compiler method to generate 'create' query
static void
alter(string $tableName, array $attributes)
Compiler method to generate 'alter' query
static void
enum(string $columname, array $value)
Enum
static void
getType(string $columnType)
Getter for column type
Details
at line 49
static void
create(string $tableName, array $attributes, bool $ifNotExists = false)
Compiler method to generate 'create' query
at line 70
static void
alter(string $tableName, array $attributes)
Compiler method to generate 'alter' query
at line 155
static void
enum(string $columname, array $value)
Enum
at line 166
static void
getType(string $columnType)
Getter for column type