Packages

  • dibi
    • drivers
    • nette
    • reflection
  • None
  • PHP

Classes

  • DibiColumnInfo
  • DibiDatabaseInfo
  • DibiForeignKeyInfo
  • DibiIndexInfo
  • DibiResultInfo
  • DibiTableInfo
  • Overview
  • Package
  • Class
  • Tree

Class DibiColumnInfo

Reflection metadata class for a table or result set column.

DibiObject
Extended by DibiColumnInfo
Package: dibi\reflection
Author: David Grudl
Located at libs/DibiDatabaseInfo.php
Methods summary
public
# __construct( IDibiReflector $reflector = NULL, array $info )
public string
# getName( )

Returns

string
public string
# getFullName( )

Returns

string
public boolean
# hasTable( )

Returns

boolean
public DibiTableInfo
# getTable( )

Returns

DibiTableInfo
public string
# getTableName( )

Returns

string
public string
# getType( )

Returns

string
public mixed
# getNativeType( )

Returns

mixed
public integer
# getSize( )

Returns

integer
public boolean
# isUnsigned( )

Returns

boolean
public boolean
# isNullable( )

Returns

boolean
public boolean
# isAutoIncrement( )

Returns

boolean
public mixed
# getDefault( )

Returns

mixed
public mixed
# getVendorInfo( string $key )

Parameters

$key
string

Returns

mixed
Methods inherited from DibiObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getClass(), getReflection()
dibi API documentation API documentation generated by ApiGen 2.3.0