|
Class TMssqlTableColumn
Describes the column metadata of the schema for a Mssql database table.
-
TComponent
-
TDbTableColumn
-
TMssqlTableColumn
Methods summary
public
boolean
|
#
getPHPType( )
Overrides parent implementation, returns PHP type from the db type.
Overrides parent implementation, returns PHP type from the db type.
Returns
boolean derived PHP primitive type from the column db type.
Overrides
|
public
boolean
|
#
getAutoIncrement( )
Returns
boolean true if the column has identity (auto-increment)
|
public
boolean
|
#
hasSequence( )
Returns
boolean true if auto increments.
Overrides
|
public
boolean
|
#
getIsExcluded( )
Returns
boolean true if db type is 'timestamp'.
Overrides
|
Methods inherited from TDbTableColumn
__construct(),
getAllowNull(),
getColumnId(),
getColumnIndex(),
getColumnName(),
getColumnSize(),
getDbType(),
getDefaultValue(),
getInfo(),
getIsForeignKey(),
getIsPrimaryKey(),
getMaxiumNumericConstraint(),
getNumericPrecision(),
getNumericScale(),
getPdoType(),
getSequenceName(),
setInfo()
|
Methods inherited from TComponent
__call(),
__destruct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
__wakeup(),
addParsedObject(),
asa(),
attachBehavior(),
attachBehaviors(),
attachClassBehavior(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
clearBehaviors(),
createdOnTemplate(),
detachBehavior(),
detachBehaviors(),
detachClassBehavior(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
evaluateStatements(),
fxAttachClassBehavior(),
fxDetachClassBehavior(),
getAutoGlobalListen(),
getBehaviorsEnabled(),
getClassHierarchy(),
getEventHandlers(),
getListeningToGlobalEvents(),
getSubProperty(),
hasEvent(),
hasEventHandler(),
hasProperty(),
isa(),
listen(),
raiseEvent(),
setSubProperty(),
unlisten()
|
|