Package | Description |
---|---|
com.caucho.db.fun | |
com.caucho.db.sql |
Modifier and Type | Method and Description |
---|---|
long |
BitandExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
Modifier and Type | Method and Description |
---|---|
FromItem[] |
Query.getFromItems()
Returns any from items.
|
Modifier and Type | Method and Description |
---|---|
com.caucho.db.sql.RowIterateExpr |
Expr.getIndexExpr(FromItem fromItem)
Returns an index expression if available.
|
protected void |
Query.setFromItems(FromItem[] fromItems)
Sets from items.
|
Modifier and Type | Method and Description |
---|---|
long |
Expr.cost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
Expr.indexCost(java.util.ArrayList<FromItem> costItems)
Returns the cost bonus for an index.
|
long |
Expr.indexSubCost(java.util.ArrayList<FromItem> costItems)
Returns the cost bonus for an index.
|
protected void |
Query.setFromItems(java.util.ArrayList<FromItem> fromItems)
Sets from items.
|
long |
ExistsExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
ExistsEvalExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
SubSelectParamExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
Expr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
SubSelectEvalExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
long |
SubSelectExpr.subCost(java.util.ArrayList<FromItem> fromList)
Returns the cost based on the given FromList.
|
Constructor and Description |
---|
Query(Database db,
java.lang.String sql,
FromItem[] fromItems) |
TempQuery(FromItem[] fromItems) |