org.jpox.store.expression

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 ORM » JPOX » org.jpox.store.expression 
org.jpox.store.expression
This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. The components are finely grained. These expressions are used within, for example, a QueryStatement.
Java Source File NameTypeComment
AggregateExpression.javaClass
ArrayExpression.javaClass Representation of array expression.
ArrayLiteral.javaClass Representation of array expression.
BinaryExpression.javaClass Expression for binary object.
BinaryLiteral.javaClass Literal for binary object.
BooleanBitColumnExpression.javaClass Representation of BooleanBit column expression in a Query.
BooleanBitColumnLiteral.javaClass Representation of a BooleanBit column literal in a Query.
BooleanCharColumnExpression.javaClass Representation of a BooleanChar column expression.
BooleanCharColumnLiteral.javaClass Representation of a BooleanChar Column literal in a Query.
BooleanExpression.javaClass Representation of a Boolean expression in a Query.
BooleanLiteral.javaClass Representation of a Boolean literal in a Query.
ByteExpression.javaClass Representation of a Byte expression in a Query.
ByteLiteral.javaClass Representation of a Byte literal.
CharacterExpression.javaClass
CharacterLiteral.javaClass Representation of a Character literal in a Query.
ClassExpression.javaClass An expression representing a class. This is used as follows :-
  • JDOQL : access public static final fields.
CollectionExpression.javaClass An expression that represents some collection field in a query candidate class, or a collection field in an object linked from the candidate class by navigation.
CollectionLiteral.javaClass An SQL expression that will test if a column of a table falls within the given Collection of values.
CollectionSubqueryExpression.javaClass An expression for collections whose contents are expressed as a SQL subquery.
ConcatOperatorExpression.javaClass Concatenate two expressions.
ContainerSizeExpression.javaClass Representation of the size of a container in a Query.
ExistsExpression.javaClass Perform a exists function on a Query Expression returning a true boolean value if one or more elements are retrieved.
ExpressionConversionAdapter.javaInterface Every expression written in the Java programming language has a type that can be deduced from the structure of the expression and the types of the literals, variables, and methods mentioned in the expression.
ExpressionLogicSetAdapter.javaInterface
ExpressionMethodAdapter.javaInterface
ExpressionOperatorAdapter.javaInterface
ExpressionPatternAdapter.javaInterface
ExpressionSupportedFeaturesAdapter.javaInterface
FloatingPointLiteral.javaClass Representation of a FloatPoint literal in a query.
InExpression.javaClass Expression for something being "in"/"not in" something else.
IntegerLiteral.javaClass Representation of an Integer literal.
JDOHelperExpression.javaClass
JoinExpression.javaClass An expression representing a JOIN in JPQL terms.
LikeExpression.javaClass Expression for something being "like"/"not like" something else.
Literal.javaInterface Represents a Literal expression.
LogicSetExpression.javaClass Represents a Set.
MapExpression.javaClass An expression that represents some Map field in a query candidate class, or a Map field in an object linked from the candidate class by navigation.

When navigated through using containsKey(expr) the keys of the Map are relationally joined onto the query statement.

MapKeyLiteral.javaClass An SQL expression that will test if a column of a table falls within the given Map's keys.
MapLiteral.javaClass An SQL expression that will test if a column of a table falls within the given Map.
MapValueLiteral.javaClass An SQL expression that will test if a column of a table falls within the given Map's values.
MatchExpressionParser.javaClass Parser for a Match Expression.
MatchExpressionParserTest.javaClass Series of tests for the String "matches" function.
MathExpression.javaClass Representation of Math functions in query languages.
MetaDataStringLiteral.javaClass Representation of a metadata string literal.
NewObjectExpression.javaClass Representation of an expression "new MyObject(param1, param2)" as the result in a JDOQL query.
NullComparisonExpression.javaClass Representation of a Null comparison in a Query.
NullLiteral.javaClass Representation of a Null literal in a Query.
NumericExpression.javaClass Representation of a Numeric expression in a Query.
ObjectExpression.javaClass Representation of an Object expression in a Query.
ObjectLiteral.javaClass Representation of an Object literal in a query.
QueryExpression.javaInterface Expression for a query in language-independent form.
ReferenceExpression.javaClass Represents a reference field/object (interface/object) in a JDOQL query.
ScalarExpression.javaClass A Scalar expression in a Query.
SqlDateLiteral.javaClass Representation of an SQLDate literal in a Query.
SqlTemporalExpression.javaClass
SqlTimeLiteral.javaClass Representation of an SQLTime literal in a Query.
SqlTimestampLiteral.javaClass Representation of an SQLTimestamp literal in a Query.
StringExpression.javaClass Representation of an expression with a string.
StringLiteral.javaClass Representation of a string literal.
SubqueryExpression.javaClass An expression representing a subquery.
SubstringExpression.javaClass Representation of a Substring expression in a Query.
TableExprAsJoins.javaClass A SQL table expression that joins superclass tables by joining them directly to the surrounding QueryStatement.
TableExprAsSubjoins.javaClass A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
TableExprAsSubquery.javaClass A SQL table expression that joins superclass tables by constructing a parenthesized sub-SELECT statement.
TemporalExpression.javaClass Representation of temporal functions in java query languages.
UnboundVariable.javaClass Representation of an unbound variable in a Query.
UnknownLiteral.javaClass Representation of a unknown literal in a Query. This is a special literal with the sole purpose of representing a parameter where we don't currently have the value and want to pre-compile the query to check for other errors.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.