JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.tmatesoft.sqljet.core.schema
Interface ISqlJetExpression
All Known Subinterfaces:
ISqlJetBetweenExpression
,
ISqlJetBinaryExpression
,
ISqlJetBindParameter
,
ISqlJetBlobLiteral
,
ISqlJetCaseExpression
,
ISqlJetCastExpression
,
ISqlJetCollateExpression
,
ISqlJetColumnExpression
,
ISqlJetFloatLiteral
,
ISqlJetFunctionExpression
,
ISqlJetFunctionLiteral
,
ISqlJetInExpression
,
ISqlJetInTableExpression
,
ISqlJetIntegerLiteral
,
ISqlJetInValuesExpression
,
ISqlJetIsNullExpression
,
ISqlJetLiteralValue
,
ISqlJetMatchExpression
,
ISqlJetNullLiteral
,
ISqlJetRaiseExpression
,
ISqlJetStringLiteral
,
ISqlJetUnaryExpression
All Known Implementing Classes:
SqlJetBetweenExpression
,
SqlJetBinaryExpression
,
SqlJetBindParameter
,
SqlJetBlobLiteral
,
SqlJetBoolLiteral
,
SqlJetCaseExpression
,
SqlJetCastExpression
,
SqlJetCollateExpression
,
SqlJetColumnExpression
,
SqlJetExpression
,
SqlJetFloatLiteral
,
SqlJetFunctionExpression
,
SqlJetFunctionLiteral
,
SqlJetInTableExpression
,
SqlJetIntegerLiteral
,
SqlJetInValuesExpression
,
SqlJetIsNullExpression
,
SqlJetMatchExpression
,
SqlJetNullLiteral
,
SqlJetRaiseExpression
,
SqlJetStringLiteral
,
SqlJetUnaryExpression
public interface
ISqlJetExpression
SQL expression.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getValue
()
Method Detail
getValue
java.lang.Object getValue()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method