Class DibiColumnInfo
Reflection metadata class for a table or result set column.
- DibiObject
-
DibiColumnInfo
public
|
#
__construct(
IDibiReflector
$reflector,
array
$info
)
|
public
string
|
#
getName(
)
|
public
string
|
#
getFullName(
)
|
public
bool
|
#
hasTable(
)
|
public
DibiTableInfo
|
#
getTable(
)
|
public
string
|
#
getTableName(
)
|
public
string
|
#
getType(
)
|
public
mixed
|
#
getNativeType(
)
|
public
int
|
#
getSize(
)
|
public
bool
|
#
isUnsigned(
)
|
public
bool
|
#
isNullable(
)
|
public
bool
|
#
isAutoIncrement(
)
|
public
mixed
|
#
getDefault(
)
|
public
mixed
|
#
getVendorInfo(
string
$key
)
Parameters$key string |