Class Xyster_Db_DataType

Description

SQL Data type enumerated type

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Db/DataType.php (line 28)

Xyster_Enum
   |
   --Xyster_Db_DataType
Class Constant Summary
 Bigint = 12
 Blob = 9
 Boolean = 10
 Char = 1
 Clob = 8
 Date = 6
 Float = 4
 Identity = 11
 Integer = 2
 Smallint = 3
 Time = 7
 Timestamp = 5
 Varchar = 0
Method Summary
Methods
static method Bigint (line 170)

The Bigint data type

  • access: public
static Xyster_Db_DataType Bigint ()
static method Blob (line 140)

The Blob data type

  • access: public
static Xyster_Db_DataType Blob ()
static method Boolean (line 150)

The Boolean data type

  • access: public
static Xyster_Db_DataType Boolean ()
static method Char (line 59)

The Char data type

  • access: public
static Xyster_Db_DataType Char ()
static method Clob (line 130)

The Clob data type

  • access: public
static Xyster_Db_DataType Clob ()
static method Date (line 109)

The Date data type

  • access: public
static Xyster_Db_DataType Date ()
static method Float (line 89)

The Float data type

  • access: public
static Xyster_Db_DataType Float ()
static method Identity (line 160)

The Identity data type

  • access: public
static Xyster_Db_DataType Identity ()
static method Integer (line 69)

The Integer data type

  • access: public
static Xyster_Db_DataType Integer ()
static method Smallint (line 79)

The Smallint data type

  • access: public
static Xyster_Db_DataType Smallint ()
static method Time (line 119)

The Time data type

  • access: public
static Xyster_Db_DataType Time ()
static method Timestamp (line 99)

The Timestamp data type

  • access: public
static Xyster_Db_DataType Timestamp ()
static method Varchar (line 49)

The Varchar data type

  • access: public
static Xyster_Db_DataType Varchar ()

Inherited Methods

Inherited From Xyster_Enum

Xyster_Enum::__construct()
Xyster_Enum::getName()
Xyster_Enum::getValue()
Xyster_Enum::parse()
Xyster_Enum::valueOf()
Xyster_Enum::values()
Xyster_Enum::_factory()
Xyster_Enum::__clone()
Xyster_Enum::__toString()
Class Constants
Bigint = 12 (line 42)
Blob = 9 (line 39)
Boolean = 10 (line 40)
Char = 1 (line 31)
Clob = 8 (line 38)
Date = 6 (line 36)
Float = 4 (line 34)
Identity = 11 (line 41)
Integer = 2 (line 32)
Smallint = 3 (line 33)
Time = 7 (line 37)
Timestamp = 5 (line 35)
Varchar = 0 (line 30)

Documentation generated on Mon, 19 May 2008 17:07:04 -0400 by phpDocumentor 1.4.2