Documentation

Column extends Column
in package
implements IMySQLiColumn

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IMySQLiColumn

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

$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

Methods

__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>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

init()

{@inheritdoc}

protected init() : mixed
Tags
see
Column::init()

        
On this page

Search results