|
Class TOracleTableColumn
Describes the column metadata of the schema for a PostgreSQL database
table.
-
TComponent
-
TDbTableColumn
-
TOracleTableColumn
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
|
Methods inherited from TDbTableColumn
__construct(),
getAllowNull(),
getColumnId(),
getColumnIndex(),
getColumnName(),
getColumnSize(),
getDbType(),
getDefaultValue(),
getInfo(),
getIsExcluded(),
getIsForeignKey(),
getIsPrimaryKey(),
getMaxiumNumericConstraint(),
getNumericPrecision(),
getNumericScale(),
getPdoType(),
getSequenceName(),
hasSequence(),
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()
|
|