Class: Doctrine_Query_Check
Source Location: /Doctrine/Query/Check.phpClass Doctrine_Query_Check
Class Overview
Doctrine_Query_Check Located in /Doctrine/Query/Check.php [line 33] Author(s):
|
[ Top ]
Property Summary
Method Summary
Doctrine_Query_Check | __construct() | |
string | getSql() | getSql |
Doctrine_Connection | getTable() | getTable returns the table object associated with this object |
string | parse() | parse |
void | parseClause() | parseClause |
void | parseFunction() | |
void | parseSingle() |
[ Top ]
Methods
Constructor __construct [line 47]
|
Doctrine_Table|string | $table: | Doctrine_Table object |
API Tags:
Access: | public |
[ Top ]
getSql [line 155]
|
getSql
returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition
API Tags:
Access: | public |
[ Top ]
getTable [line 62]
|
getTable returns the table object associated with this object
API Tags:
Access: | public |
[ Top ]
parse [line 72]
|
parse
Parameters:string | $dql: | DQL CHECK constraint definition |
API Tags:
Access: | public |
[ Top ]
parseClause [line 84]
|
parseClause
Parameters:string | $alias: | component alias |
string | $field: | the field name |
mixed | $value: | the value of the field |
$dql: |
API Tags:
Access: | public |
[ Top ]
parseFunction [line 131]
|
$dql: |
API Tags:
Access: | public |
[ Top ]