\think\db\concernTableFieldInfo

数据字段信息

Summary

Methods
Properties
Constants
getTableFields()
getFields()
getFieldsType()
getFieldType()
getFieldsBindType()
getFieldBindType()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getTableFields()

getTableFields(string  $tableName = '') : array

获取数据表字段信息

Parameters

string $tableName

数据表名

Returns

array —

getFields()

getFields(string  $tableName = '') : array

获取详细字段类型信息

Parameters

string $tableName

数据表名称

Returns

array —

getFieldsType()

getFieldsType() : array

获取字段类型信息

Returns

array —

getFieldType()

getFieldType(string  $field) : string|null

获取字段类型信息

Parameters

string $field

字段名

Returns

string|null —

getFieldsBindType()

getFieldsBindType() : array

获取字段类型信息

Returns

array —

getFieldBindType()

getFieldBindType(string  $field) : int

获取字段类型信息

Parameters

string $field

字段名

Returns

int —