Documentation

IMySQLiColumn extends IColumn

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Methods

getCharacterMaxLimit()  : int|null
Gets the maximum number of characters that are allowed for this column.
getDefaultValue()  : mixed
getFlags()  : int
getName()  : string
getQualifiedName()  : string
Gets the fully qualified name for this column
getTable()  : ITable
getType()  : int
isBitType()  : bool
isBlobType()  : bool
isCharType()  : bool
isDateTimeType()  : bool
isDateType()  : bool
isEncrypted()  : bool
Determines whether or not this column hold encrypted data.
isEnumType()  : bool
isFloatType()  : bool
isGeometryType()  : bool
isIntegerType()  : bool
isIntervalType()  : bool
isJsonType()  : bool
isNullable()  : bool
isNullType()  : bool
isSetType()  : bool
isTextType()  : bool
isTimeType()  : bool
isYearType()  : bool

Methods

getCharacterMaxLimit()

Gets the maximum number of characters that are allowed for this column.

public getCharacterMaxLimit() : int|null
Tags
see
IColumn::isCharType()
Return values
int|null

The maximum number of characters that are allowed for this column if the column is a character type column, null otherwise

getQualifiedName()

Gets the fully qualified name for this column

public getQualifiedName() : string
Return values
string

isEncrypted()

Determines whether or not this column hold encrypted data.

public isEncrypted() : bool
Return values
bool

True if the column holds encrypted data, false otherwise


        
On this page

Search results