Java Doc for DatabaseConst.java in  » J2EE » fleXive » com » flexive » core » 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 » J2EE » fleXive » com.flexive.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.flexive.core.DatabaseConst

DatabaseConst
final public class DatabaseConst (Code)
Database constants.
author:
   Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
author:
   Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
version:
   $Rev: 181 $

Inner Class :public static enum Dialect

Field Summary
final public static  StringDS_GLOBAL_CONFIG
    
final public static  StringML
    
final public static  StringTBL_ACCOUNTS
    
final public static  StringTBL_ACCOUNT_DETAILS
    
final public static  StringTBL_ACLS
    
final public static  StringTBL_ASSIGN_ACLS
    
final public static  StringTBL_ASSIGN_GROUPS
    
final public static  StringTBL_ASSIGN_ROLES
    
final public static  StringTBL_BINARY_TRANSIT
    
final public static  StringTBL_BRIEFCASE
    
final public static  StringTBL_BRIEFCASE_DATA
    
final public static  StringTBL_CONTENT
    
final public static  StringTBL_CONTENT_BINARY
    
final public static  StringTBL_CONTENT_DATA
    
final public static  StringTBL_CONTENT_DATA_FT
    
final public static  StringTBL_DIVISION_CONFIG
    
final public static  StringTBL_GLOBAL_CONFIG
    
final public static  StringTBL_GROUP
    
final public static  StringTBL_GROUP_OPTIONS
    
final public static  StringTBL_HISTORY
    
final public static  StringTBL_LANG
    
final public static  StringTBL_LOCK
    
final public static  StringTBL_MANDATORS
    
final public static  StringTBL_PROPERTY_OPTIONS
    
final public static  StringTBL_ROLES
    
final public static  StringTBL_ROUTES
    
final public static  StringTBL_SCRIPTS
    
final public static  StringTBL_SCRIPT_MAPPING_ASSIGN
    
final public static  StringTBL_SCRIPT_MAPPING_TYPES
    
final public static  StringTBL_SEARCHCACHE_MEMORY
    
final public static  StringTBL_SEARCHCACHE_PERM
    
final public static  StringTBL_SEARCH_CACHE
    
final public static  StringTBL_SEARCH_CACHE_DATA
    
final public static  StringTBL_SELECTLIST
    
final public static  StringTBL_SELECTLIST_ITEM
    
final public static  StringTBL_SEQUENCE
    
final public static  StringTBL_STEP
    
final public static  StringTBL_STEPDEFINITION
    
final public static  StringTBL_STRUCT_ASSIGNMENTS
    
final public static  StringTBL_STRUCT_DATATYPES
    
final public static  StringTBL_STRUCT_GROUPS
    
final public static  StringTBL_STRUCT_PROPERTIES
    
final public static  StringTBL_STRUCT_TYPERELATIONS
    
final public static  StringTBL_STRUCT_TYPES
    
final public static  StringTBL_TAG_RELATIONS
    
final public static  StringTBL_TEMPLATE
    
final public static  StringTBL_TREE
    
final public static  StringTBL_USER_CONFIG
    
final public static  StringTBL_WORKFLOW
    


Method Summary
public static  StringgetConfigSchema()
     Returns the database configuration schema to use.

Field Detail
DS_GLOBAL_CONFIG
final public static String DS_GLOBAL_CONFIG(Code)
Datasource for the global configuration



ML
final public static String ML(Code)
General table name extension for multilingual tables



TBL_ACCOUNTS
final public static String TBL_ACCOUNTS(Code)
Accounts table



TBL_ACCOUNT_DETAILS
final public static String TBL_ACCOUNT_DETAILS(Code)
Account details table



TBL_ACLS
final public static String TBL_ACLS(Code)
ACL table



TBL_ASSIGN_ACLS
final public static String TBL_ASSIGN_ACLS(Code)
ACL to usergroups table



TBL_ASSIGN_GROUPS
final public static String TBL_ASSIGN_GROUPS(Code)
User groups to accounts table



TBL_ASSIGN_ROLES
final public static String TBL_ASSIGN_ROLES(Code)
Roles to accounts table



TBL_BINARY_TRANSIT
final public static String TBL_BINARY_TRANSIT(Code)
Binary transit table



TBL_BRIEFCASE
final public static String TBL_BRIEFCASE(Code)
Search cache table



TBL_BRIEFCASE_DATA
final public static String TBL_BRIEFCASE_DATA(Code)



TBL_CONTENT
final public static String TBL_CONTENT(Code)
Main content table



TBL_CONTENT_BINARY
final public static String TBL_CONTENT_BINARY(Code)
Content binary table



TBL_CONTENT_DATA
final public static String TBL_CONTENT_DATA(Code)
Content data table



TBL_CONTENT_DATA_FT
final public static String TBL_CONTENT_DATA_FT(Code)
Fulltext mirror table



TBL_DIVISION_CONFIG
final public static String TBL_DIVISION_CONFIG(Code)
Division configuration table



TBL_GLOBAL_CONFIG
final public static String TBL_GLOBAL_CONFIG(Code)
Global configuration table



TBL_GROUP
final public static String TBL_GROUP(Code)
User groups table



TBL_GROUP_OPTIONS
final public static String TBL_GROUP_OPTIONS(Code)



TBL_HISTORY
final public static String TBL_HISTORY(Code)
History tracker table



TBL_LANG
final public static String TBL_LANG(Code)
Language definition table



TBL_LOCK
final public static String TBL_LOCK(Code)
Instance lock table



TBL_MANDATORS
final public static String TBL_MANDATORS(Code)
Mandator definitions table



TBL_PROPERTY_OPTIONS
final public static String TBL_PROPERTY_OPTIONS(Code)



TBL_ROLES
final public static String TBL_ROLES(Code)
User roles definitions



TBL_ROUTES
final public static String TBL_ROUTES(Code)
Workflow routes table



TBL_SCRIPTS
final public static String TBL_SCRIPTS(Code)
Script table



TBL_SCRIPT_MAPPING_ASSIGN
final public static String TBL_SCRIPT_MAPPING_ASSIGN(Code)
Script mapping table for assignments



TBL_SCRIPT_MAPPING_TYPES
final public static String TBL_SCRIPT_MAPPING_TYPES(Code)
Script mapping table for types



TBL_SEARCHCACHE_MEMORY
final public static String TBL_SEARCHCACHE_MEMORY(Code)



TBL_SEARCHCACHE_PERM
final public static String TBL_SEARCHCACHE_PERM(Code)



TBL_SEARCH_CACHE
final public static String TBL_SEARCH_CACHE(Code)
Search cache table



TBL_SEARCH_CACHE_DATA
final public static String TBL_SEARCH_CACHE_DATA(Code)
Search cache data table



TBL_SELECTLIST
final public static String TBL_SELECTLIST(Code)
Select lists table



TBL_SELECTLIST_ITEM
final public static String TBL_SELECTLIST_ITEM(Code)
Select list items table



TBL_SEQUENCE
final public static String TBL_SEQUENCE(Code)
Global sequencer table
See Also:   com.flexive.shared.interfaces.SequencerEngine



TBL_STEP
final public static String TBL_STEP(Code)
Workflow steps table



TBL_STEPDEFINITION
final public static String TBL_STEPDEFINITION(Code)
Workflow step definitions table



TBL_STRUCT_ASSIGNMENTS
final public static String TBL_STRUCT_ASSIGNMENTS(Code)
Structure type assignments table



TBL_STRUCT_DATATYPES
final public static String TBL_STRUCT_DATATYPES(Code)
Data types table



TBL_STRUCT_GROUPS
final public static String TBL_STRUCT_GROUPS(Code)
Structure groups table



TBL_STRUCT_PROPERTIES
final public static String TBL_STRUCT_PROPERTIES(Code)
Structure properties table



TBL_STRUCT_TYPERELATIONS
final public static String TBL_STRUCT_TYPERELATIONS(Code)
Structure relations table



TBL_STRUCT_TYPES
final public static String TBL_STRUCT_TYPES(Code)
Structure types table



TBL_TAG_RELATIONS
final public static String TBL_TAG_RELATIONS(Code)
Tag relation table



TBL_TEMPLATE
final public static String TBL_TEMPLATE(Code)
Template table



TBL_TREE
final public static String TBL_TREE(Code)
Tree Base table



TBL_USER_CONFIG
final public static String TBL_USER_CONFIG(Code)
User configuration table



TBL_WORKFLOW
final public static String TBL_WORKFLOW(Code)
Workflow table





Method Detail
getConfigSchema
public static String getConfigSchema()(Code)
Returns the database configuration schema to use. the database configuration schema to use



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.