1
0
mirror of synced 2025-01-18 22:41:43 +03:00

added new attributes (needed in the future)

This commit is contained in:
zYne 2006-11-19 22:12:18 +00:00
parent eedfb40e76
commit d4df743a96

View File

@ -41,6 +41,54 @@ final class Doctrine {
* event listener attribute
*/
const ATTR_LISTENER = 1;
/**
* portability attribute
*/
const ATTR_PORTABILITY = 9;
/**
* quote identifier attribute
*/
const ATTR_QUOTE_IDENTIFIER = 3;
/**
* field case attribute
*/
const ATTR_FIELD_CASE = 4;
/**
* index name format attribute
*/
const ATTR_IDXNAME_FORMAT = 5;
/**
* sequence name format attribute
*/
const ATTR_SEQNAME_FORMAT = 6;
/**
* sequence column name attribute
*/
const ATTR_SEQCOL_NAME = 7;
/**
* validation attribute
*/
const ATTR_VLD = 12;
/**
* collection key attribute
*/
const ATTR_COLL_KEY = 15;
/**
* query limit
*/
const ATTR_QUERY_LIMIT = 17;
/**
* automatic length validations attribute
*/
const ATTR_AUTO_LENGTH_VLD = 19;
/**
* automatic type validations attribute
*/
const ATTR_AUTO_TYPE_VLD = 20;
/** TODO: REMOVE THE FOLLOWING CONSTANTS AND UPDATE THE DOCS ! */
/**
* fetchmode attribute
*/
@ -53,10 +101,6 @@ final class Doctrine {
* locking attribute
*/
const ATTR_LOCKMODE = 11;
/**
* validatate attribute
*/
const ATTR_VLD = 12;
/**
* name prefix attribute
*/
@ -65,30 +109,16 @@ final class Doctrine {
* create tables attribute
*/
const ATTR_CREATE_TABLES = 14;
/**
* collection key attribute
*/
const ATTR_COLL_KEY = 15;
/**
* collection limit attribute
*/
const ATTR_COLL_LIMIT = 16;
/**
* query limit
*/
const ATTR_QUERY_LIMIT = 17;
/**
* accessor invoking attribute
*/
const ATTR_ACCESSORS = 18;
/**
* automatic length validations attribute
*/
const ATTR_AUTO_LENGTH_VLD = 19;
/**
* automatic type validations attribute
*/
const ATTR_AUTO_TYPE_VLD = 20;
/**
* LIMIT CONSTANTS