Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
c8663663
Commit
c8663663
authored
Feb 27, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some export constants
parent
fad6255a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
Doctrine.php
lib/Doctrine.php
+22
-1
No files found.
lib/Doctrine.php
View file @
c8663663
...
...
@@ -153,7 +153,7 @@ final class Doctrine
const
ATTR_CMPNAME_FORMAT
=
118
;
const
ATTR_DBNAME_FORMAT
=
117
;
const
ATTR_TBLCLASS_FORMAT
=
119
;
const
ATTR_EXPORT
=
140
;
const
ATTR_SEQCOL_NAME
=
105
;
...
...
@@ -336,6 +336,27 @@ final class Doctrine
* mode for pessimistic locking
*/
const
LOCK_PESSIMISTIC
=
1
;
/**
* EXPORT CONSTANTS
*/
/**
* turns of exporting
*/
const
EXPORT_NONE
=
0
;
/**
* export constraints
*/
const
EXPORT_CONSTRAINTS
=
1
;
/**
* export tables
*/
const
EXPORT_TABLES
=
2
;
/**
* export all
*/
const
EXPORT_ALL
=
3
;
/**
* constant for auto_increment identifier
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment