|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
org.edg.info | |
org.edg.info.sqlutil.parsql |
Uses of Expression in org.edg.info |
Methods in org.edg.info that return Expression | |
Expression |
ConsumerConnection.getWhere()
Returns WHERE clause. |
Constructors in org.edg.info with parameters of type Expression | |
ConsumerConnection(java.nio.channels.SocketChannel socketChannel,
Expression where,
java.util.Vector select,
org.edg.info.system.StreamRequest request)
Creates a new ConsumerConnection object. |
Uses of Expression in org.edg.info.sqlutil.parsql |
Methods in org.edg.info.sqlutil.parsql that return Expression | |
Expression |
SelectStatement.getSet()
Get the SET clause (generally UNION, INTERSECT or MINUS) |
Methods in org.edg.info.sqlutil.parsql with parameters of type Expression | |
void |
SelectStatement.addSet(Expression s)
Insert a SET clause (generally UNION, INTERSECT or MINUS) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |