| org.h2.command.dml.Query org.h2.command.dml.SelectUnion
SelectUnion | public class SelectUnion extends Query (Code) | | Represents a union SELECT statement.
|
UNIONUNION_ALLEXCEPTINTERSECT | final public static int UNIONUNION_ALLEXCEPTINTERSECT(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getCost | public double getCost()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
queryWithoutCache | public LocalResult queryWithoutCache(int maxrows) throws SQLException(Code) | | Execute the query without using the cache.
Parameters: maxrows - the maximum number of rows to return the result |
setDistinct | public void setDistinct(boolean b)(Code) | | |
setForUpdate | public void setForUpdate(boolean forUpdate)(Code) | | |
setUnionType | public void setUnionType(int type)(Code) | | |
|
|