IMySQLiColumn
extends
IColumn
in
Tags
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
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
getDefaultValue()
public
getDefaultValue() : mixed
getFlags()
public
getFlags() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetQualifiedName()
Gets the fully qualified name for this column
public
getQualifiedName() : string
Return values
stringgetTable()
public
getTable() : ITable
Return values
ITablegetType()
public
getType() : int
Return values
intisBitType()
public
isBitType() : bool
Return values
boolisBlobType()
public
isBlobType() : bool
Return values
boolisCharType()
public
isCharType() : bool
Return values
boolisDateTimeType()
public
isDateTimeType() : bool
Return values
boolisDateType()
public
isDateType() : bool
Return values
boolisEncrypted()
Determines whether or not this column hold encrypted data.
public
isEncrypted() : bool
Return values
bool —True if the column holds encrypted data, false otherwise
isEnumType()
public
isEnumType() : bool
Return values
boolisFloatType()
public
isFloatType() : bool
Return values
boolisGeometryType()
public
isGeometryType() : bool
Return values
boolisIntegerType()
public
isIntegerType() : bool
Return values
boolisIntervalType()
public
isIntervalType() : bool
Return values
boolisJsonType()
public
isJsonType() : bool
Return values
boolisNullable()
public
isNullable() : bool
Return values
boolisNullType()
public
isNullType() : bool
Return values
boolisSetType()
public
isSetType() : bool
Return values
boolisTextType()
public
isTextType() : bool
Return values
boolisTimeType()
public
isTimeType() : bool
Return values
boolisYearType()
public
isYearType() : bool