JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.e1c.langtool.internal.history.db.service
Interface ExpressionToSqlVisitor.ISqlQuery
Enclosing class:
ExpressionToSqlVisitor
public static interface
ExpressionToSqlVisitor.ISqlQuery
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getFromStatement
()
String
getSelectStatement
()
String
getWhereStatement
()
Method Details
getSelectStatement
String
getSelectStatement
()
getFromStatement
String
getFromStatement
()
getWhereStatement
String
getWhereStatement
()