|
Class TSqliteTableColumn
Describes the column metadata of the schema for a PostgreSQL database
table.
-
TComponent
-
TDbTableColumn
-
TSqliteTableColumn
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 column will auto-increment when the column value is inserted as null.
|
public
boolean
|
#
hasSequence( )
Returns
boolean true if auto increment is true.
Overrides
|
Methods inherited from TDbTableColumn
__construct(),
getAllowNull(),
getColumnId(),
getColumnIndex(),
getColumnName(),
getColumnSize(),
getDbType(),
getDefaultValue(),
getInfo(),
getIsExcluded(),
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()
|
|