Package | Description |
---|---|
com.caucho.db | |
com.caucho.db.fun | |
com.caucho.db.jdbc | |
com.caucho.db.sql |
Modifier and Type | Method and Description |
---|---|
Query |
Database.parseQuery(java.lang.String sql)
Parses a query.
|
Modifier and Type | Method and Description |
---|---|
Expr |
BitandExpr.bind(Query query)
Binds the expression to the actual tables.
|
Modifier and Type | Method and Description |
---|---|
protected Query |
PreparedStatementImpl.getQuery() |
Modifier and Type | Class and Description |
---|---|
class |
CreateQuery |
class |
ExistsQuery |
class |
SelectQuery |
class |
TempQuery |
Modifier and Type | Method and Description |
---|---|
Query |
Query.getParent()
Gets the parent query
|
static Query |
Parser.parse(Database database,
java.lang.String sql) |
Modifier and Type | Method and Description |
---|---|
Expr |
AvgExpr.bind(Query query) |
Expr |
ExistsExpr.bind(Query query)
Binds the expression to the query.
|
Expr |
GroupResultExpr.bind(Query query) |
Expr |
SubSelectParamExpr.bind(Query parent)
Binds the expression.
|
Expr |
MaxExpr.bind(Query query) |
Expr |
Expr.bind(Query query) |
Expr |
MinExpr.bind(Query query) |
Expr |
CountExpr.bind(Query query) |
Expr |
SumExpr.bind(Query query) |
Expr |
SubSelectExpr.bind(Query query)
Binds the expression to the query.
|
void |
Query.setParent(Query query)
Sets the parent query
|