Column
extends Column
in package
implements
IMySQLiColumn
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $character_max_limit : int
- $db : string
- The name of the database this column is from
- $default_value : string|int|float
- The default value for this column if there is any
- $flags : int
- $name : string
- The name of the column
- $qualified_name : string
- $table : ITable
- The name of the table this column belongs to
- $type : int
- The type of this column
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- extends() : bool
- getCharacterMaxLimit() : int|null
- {@inheritdoc}
- getDefaultValue() : mixed
- getFlags() : int
- getName() : string
- getQualifiedName() : string
- Gets the fully qualified name for this column
- getReflection() : ReflectionClass
- getTable() : ITable
- getType() : int
- isBitType() : bool
- {@inheritdoc}
- isBlobType() : bool
- {@inheritdoc}
- isCharType() : bool
- {@inheritdoc}
- isDateTimeType() : bool
- {@inheritdoc}
- isDateType() : bool
- {@inheritdoc}
- isEncrypted() : bool
- {@inheritdoc}
- isEnumType() : bool
- {@inheritdoc}
- isFloatType() : bool
- {@inheritdoc}
- isGeometryType() : bool
- {@inheritdoc}
- isIntegerType() : bool
- {@inheritdoc}
- isIntervalType() : bool
- {@inheritdoc}
- isJsonType() : bool
- {@inheritdoc}
- isNullable() : bool
- {@inheritdoc}
- isNullType() : bool
- {@inheritdoc}
- isSetType() : bool
- {@inheritdoc}
- isTextType() : bool
- {@inheritdoc}
- isTimeType() : bool
- {@inheritdoc}
- isYearType() : bool
- {@inheritdoc}
- init() : mixed
- {@inheritdoc}
- setTable() : mixed
Properties
$character_max_limit
protected
int
$character_max_limit
$db
The name of the database this column is from
protected
string
$db
$default_value
The default value for this column if there is any
protected
string|int|float
$default_value
$flags
protected
int
$flags
$name
The name of the column
protected
string
$name
$qualified_name
protected
string
$qualified_name
$table
The name of the table this column belongs to
protected
ITable
$table
$type
The type of this column
protected
int
$type
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(ITable $table, array<string|int, mixed> $field_definition) : mixed
Parameters
- $table : ITable
- $field_definition : array<string|int, mixed>
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetCharacterMaxLimit()
{@inheritdoc}
public
getCharacterMaxLimit() : int|null
Tags
Return values
int|nullgetDefaultValue()
public
getDefaultValue() : mixed
Tags
getFlags()
public
getFlags() : int
Tags
Return values
intgetName()
public
getName() : string
Tags
Return values
stringgetQualifiedName()
Gets the fully qualified name for this column
public
getQualifiedName() : string
Tags
Return values
stringgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetTable()
public
getTable() : ITable
Tags
Return values
ITablegetType()
public
getType() : int
Tags
Return values
intisBitType()
{@inheritdoc}
public
isBitType() : bool
Tags
Return values
boolisBlobType()
{@inheritdoc}
public
isBlobType() : bool
Tags
Return values
boolisCharType()
{@inheritdoc}
public
isCharType() : bool
Tags
Return values
boolisDateTimeType()
{@inheritdoc}
public
isDateTimeType() : bool
Tags
Return values
boolisDateType()
{@inheritdoc}
public
isDateType() : bool
Tags
Return values
boolisEncrypted()
{@inheritdoc}
public
isEncrypted() : bool
Tags
Return values
boolisEnumType()
{@inheritdoc}
public
isEnumType() : bool
Tags
Return values
boolisFloatType()
{@inheritdoc}
public
isFloatType() : bool
Tags
Return values
boolisGeometryType()
{@inheritdoc}
public
isGeometryType() : bool
Tags
Return values
boolisIntegerType()
{@inheritdoc}
public
isIntegerType() : bool
Tags
Return values
boolisIntervalType()
{@inheritdoc}
public
isIntervalType() : bool
Tags
Return values
boolisJsonType()
{@inheritdoc}
public
isJsonType() : bool
Tags
Return values
boolisNullable()
{@inheritdoc}
public
isNullable() : bool
Tags
Return values
boolisNullType()
{@inheritdoc}
public
isNullType() : bool
Tags
Return values
boolisSetType()
{@inheritdoc}
public
isSetType() : bool
Tags
Return values
boolisTextType()
{@inheritdoc}
public
isTextType() : bool
Tags
Return values
boolisTimeType()
{@inheritdoc}
public
isTimeType() : bool
Tags
Return values
boolisYearType()
{@inheritdoc}
public
isYearType() : bool
Tags
Return values
boolinit()
{@inheritdoc}
protected
init() : mixed
Tags
setTable()
private
setTable(ITable $table) : mixed
Parameters
- $table : ITable