Class TSqliteColumnMetaData

Description

TSqliteColumnMetaData class.

Column details for SQLite version 2.x or 3.x. database.

  • since: 3.1
  • version: $Id: TSqliteColumnMetaData.php 1545 2006-12-03 22:26:04Z wei $
  • author: Wei Zhuo <weizho[at]gmail[dot]com>

Located in /Data/ActiveRecord/Vendor/TSqliteColumnMetaData.php (line 23)

TComponent
   |
   --TSqliteColumnMetaData
Method Summary
TSqliteColumnMetaData __construct (mixed $name, mixed $type, mixed $notNull, mixed $autoIncrement, mixed $default, mixed $primary)
void getDefaultValue ()
boolean getIsPrimaryKey ()
string getName ()
void getNotNull ()
null getSequenceName ()
void getType ()
boolean hasDefault ()
boolean hasSequence ()
Methods
Constructor __construct (line 32)
  • access: public
TSqliteColumnMetaData __construct (mixed $name, mixed $type, mixed $notNull, mixed $autoIncrement, mixed $default, mixed $primary)
getDefaultValue (line 93)
  • access: public
void getDefaultValue ()
getIsPrimaryKey (line 69)
  • return: true if the column is a primary key, or part of a composite primary key.
  • access: public
boolean getIsPrimaryKey ()
getName (line 45)
  • return: quoted column name.
  • access: public
string getName ()
getNotNull (line 80)
  • access: public
void getNotNull ()
getSequenceName (line 61)
  • return: no sequence name.
  • access: public
null getSequenceName ()
getType (line 74)
  • access: public
void getType ()
hasDefault (line 88)
  • return: true if column has default value, false otherwise.
  • access: public
boolean hasDefault ()
hasSequence (line 53)
  • return: true if column is a sequence, false otherwise.
  • access: public
boolean hasSequence ()

Inherited Methods

Inherited From TComponent

TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()

Documentation generated on Sun, 14 Jan 2007 21:44:21 -0500 by phpDocumentor 1.3.0RC4