Source Code Cross Referenced for ijConstants.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » impl » tools » ij » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derby.impl.tools.ij 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /* Generated By:JavaCC: Do not edit this line. ijConstants.java */
002:        package org.apache.derby.impl.tools.ij;
003:
004:        public interface ijConstants {
005:
006:            int EOF = 0;
007:            int SINGLE_LINE_SQLCOMMENT = 7;
008:            int ABSOLUTE = 8;
009:            int AFTER = 9;
010:            int ALIASES = 10;
011:            int ALL = 11;
012:            int AS = 12;
013:            int ASYNC = 13;
014:            int ATTRIBUTES = 14;
015:            int AUTOCOMMIT = 15;
016:            int BANG = 16;
017:            int BEFORE = 17;
018:            int CLOSE = 18;
019:            int COMMIT = 19;
020:            int CONNECT = 20;
021:            int CONNECTION = 21;
022:            int CONNECTIONS = 22;
023:            int CURRENT = 23;
024:            int CURSOR = 24;
025:            int DESCRIBE = 25;
026:            int DISCONNECT = 26;
027:            int DRIVER = 27;
028:            int ELAPSEDTIME = 28;
029:            int END = 29;
030:            int EQUALS_OPERATOR = 30;
031:            int EXECUTE = 31;
032:            int EXIT = 32;
033:            int EXPECT = 33;
034:            int FAIL = 34;
035:            int FIRST = 35;
036:            int FOR = 36;
037:            int FROM = 37;
038:            int GET = 38;
039:            int GETCURRENTROWNUMBER = 39;
040:            int HOLD = 40;
041:            int HELP = 41;
042:            int IN = 42;
043:            int INDEXES = 43;
044:            int INSENSITIVE = 44;
045:            int INTO = 45;
046:            int LAST = 46;
047:            int LOCALIZEDDISPLAY = 47;
048:            int MAXIMUMDISPLAYWIDTH = 48;
049:            int NAME = 49;
050:            int NEXT = 50;
051:            int NOHOLD = 51;
052:            int NOHOLDFORCONNECTION = 52;
053:            int OFF = 53;
054:            int ON = 54;
055:            int PASSWORD = 55;
056:            int PERIOD = 56;
057:            int PREPARE = 57;
058:            int PREVIOUS = 58;
059:            int PROCEDURE = 59;
060:            int PROCEDURES = 60;
061:            int PROPERTIES = 61;
062:            int PROTOCOL = 62;
063:            int QUIT = 63;
064:            int READONLY = 64;
065:            int RELATIVE = 65;
066:            int REMOVE = 66;
067:            int RESOURCE = 67;
068:            int ROLLBACK = 68;
069:            int RUN = 69;
070:            int TO = 70;
071:            int SAVEPOINT = 71;
072:            int SCHEMAS = 72;
073:            int SCROLL = 73;
074:            int SENSITIVE = 74;
075:            int SET = 75;
076:            int SHOW = 76;
077:            int SHUTDOWN = 77;
078:            int STATEMENT = 78;
079:            int SYNONYMS = 79;
080:            int TABLES = 80;
081:            int USER = 81;
082:            int USING = 82;
083:            int VIEWS = 83;
084:            int WAIT = 84;
085:            int WITH = 85;
086:            int XA_1PHASE = 86;
087:            int XA_2PHASE = 87;
088:            int XA_DATASOURCE = 88;
089:            int XA_CONNECT = 89;
090:            int XA_COMMIT = 90;
091:            int XA_DISCONNECT = 91;
092:            int XA_END = 92;
093:            int XA_ENDRSCAN = 93;
094:            int XA_FAIL = 94;
095:            int XA_FORGET = 95;
096:            int XA_GETCONNECTION = 96;
097:            int XA_JOIN = 97;
098:            int XA_NOFLAGS = 98;
099:            int XA_PREPARE = 99;
100:            int XA_RECOVER = 100;
101:            int XA_RESUME = 101;
102:            int XA_ROLLBACK = 102;
103:            int XA_START = 103;
104:            int XA_STARTRSCAN = 104;
105:            int XA_SUCCESS = 105;
106:            int XA_SUSPEND = 106;
107:            int DATASOURCE = 107;
108:            int CP_DATASOURCE = 108;
109:            int CP_CONNECT = 109;
110:            int CP_GETCONNECTION = 110;
111:            int CP_DISCONNECT = 111;
112:            int WORK = 112;
113:            int COMMA = 113;
114:            int LEFT_PAREN = 114;
115:            int RIGHT_PAREN = 115;
116:            int DOUBLE_QUOTE = 116;
117:            int HASH = 117;
118:            int MINUS_SIGN = 118;
119:            int PLUS_SIGN = 119;
120:            int IDENTIFIER = 120;
121:            int LETTER = 121;
122:            int DIGIT = 122;
123:            int INTEGER = 123;
124:            int STRING = 124;
125:
126:            int DEFAULT = 0;
127:
128:            String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\r\\n\"",
129:                    "\"\\n\"", "\"\\r\"", "\"\\f\"",
130:                    "<SINGLE_LINE_SQLCOMMENT>", "\"absolute\"", "\"after\"",
131:                    "\"aliases\"", "\"all\"", "\"as\"", "\"async\"",
132:                    "\"attributes\"", "\"autocommit\"", "\"!\"", "\"before\"",
133:                    "\"close\"", "\"commit\"", "\"connect\"", "\"connection\"",
134:                    "\"connections\"", "\"current\"", "\"cursor\"",
135:                    "\"describe\"", "\"disconnect\"", "\"driver\"",
136:                    "\"elapsedtime\"", "\"end\"", "\"=\"", "\"execute\"",
137:                    "\"exit\"", "\"expect\"", "\"fail\"", "\"first\"",
138:                    "\"for\"", "\"from\"", "\"get\"",
139:                    "\"getcurrentrownumber\"", "\"hold\"", "\"help\"",
140:                    "\"in\"", "\"indexes\"", "\"insensitive\"", "\"into\"",
141:                    "\"last\"", "\"localizeddisplay\"",
142:                    "\"maximumdisplaywidth\"", "\"name\"", "\"next\"",
143:                    "\"nohold\"", "\"noholdforconnection\"", "\"off\"",
144:                    "\"on\"", "\"password\"", "\".\"", "\"prepare\"",
145:                    "\"previous\"", "\"procedure\"", "\"procedures\"",
146:                    "\"properties\"", "\"protocol\"", "\"quit\"",
147:                    "\"readonly\"", "\"relative\"", "\"remove\"",
148:                    "\"resource\"", "\"rollback\"", "\"run\"", "\"to\"",
149:                    "\"savepoint\"", "\"schemas\"", "\"scroll\"",
150:                    "\"sensitive\"", "\"set\"", "\"show\"", "\"shutdown\"",
151:                    "\"statement\"", "\"synonyms\"", "\"tables\"", "\"user\"",
152:                    "\"using\"", "\"views\"", "\"wait\"", "\"with\"",
153:                    "\"XA_1phase\"", "\"XA_2phase\"", "\"XA_datasource\"",
154:                    "\"XA_connect\"", "\"XA_commit\"", "\"XA_disconnect\"",
155:                    "\"XA_end\"", "\"XA_endrscan\"", "\"XA_fail\"",
156:                    "\"XA_forget\"", "\"XA_getconnection\"", "\"XA_join\"",
157:                    "\"XA_noflags\"", "\"XA_prepare\"", "\"XA_recover\"",
158:                    "\"XA_resume\"", "\"XA_rollback\"", "\"XA_start\"",
159:                    "\"XA_startrscan\"", "\"XA_success\"", "\"XA_suspend\"",
160:                    "\"datasource\"", "\"CP_datasource\"", "\"CP_connect\"",
161:                    "\"CP_getconnection\"", "\"CP_disconnect\"", "\"work\"",
162:                    "\",\"", "\"(\"", "\")\"", "\"\\\"\"", "\"#\"", "\"-\"",
163:                    "\"+\"", "<IDENTIFIER>", "<LETTER>", "<DIGIT>",
164:                    "<INTEGER>", "<STRING>", };
165:
166:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.