Modifier and Type | Method and Description |
---|---|
static boolean |
RelationalPlanner.isNoCacheGroup(QueryMetadataInterface metadata,
Object metadataID,
Option option) |
Modifier and Type | Method and Description |
---|---|
Option |
SQLParser.option(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(Option obj) |
Modifier and Type | Method and Description |
---|---|
Option |
Command.getOption()
Get the option clause for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.setOption(Option option)
Set the option clause for the query.
|
Constructor and Description |
---|
Query(Select select,
From from,
Criteria criteria,
GroupBy groupBy,
Criteria having,
OrderBy orderBy,
Option option)
Constructs an instance of this class given all the clauses
|
Query(Select select,
From from,
Criteria criteria,
OrderBy orderBy,
Option option)
Constructs an instance of this class given the specified clauses
|
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(Option obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(Option obj) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationVisitor.visit(Option obj) |
Copyright © 2020. All rights reserved.