public static interface QueryPlus.Dependencies
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Return the optional application name to use if
loading a GAR file.
|
CoherenceQueryLanguage |
getCoherenceQueryLanguage()
Return an instance of
CoherenceQueryLanguage to be
used by the QueryPlus session. |
String[] |
getDomainPartitions()
Return the optional array of domain partition names
to use if loading a GAR file.
|
List<String> |
getFiles()
Return the list of statement script files that should be executed prior to the
start of the CohQL session.
|
String |
getGarFileName()
Return the name of the optional GAR file to load
before running QueryPlus.
|
PrintWriter |
getOutputWriter()
Return an instance of a
PrintWriter that should be
used to display query output. |
BufferedReader |
getReader()
Return the
BufferedReader to use to obtain user input. |
StatementExecutor |
getStatementExecutor()
Return the
StatementExecutor to use to parse and
execute statements. |
List<String> |
getStatements()
Return the list of statements that should be executed prior to the
start of the CohQL session.
|
com.oracle.coherence.common.util.Duration |
getTimeout()
Return the initial value that will be set as the
CohQL statement timeout.
|
String |
getTitle()
Return the String to use for title that heads each result.
|
boolean |
isExitWhenProcessingComplete()
Return whether the QueryPlus session should exit once all of the statements
added to the statements list have been executed.
|
boolean |
isExtendedLanguageEnabled()
Return whether "Extended Language" features are enabled.
|
boolean |
isSanityChecking()
Return whether sanity checking should be enabled when executing statements.
|
boolean |
isSilent()
Return true if the current query session is running in silent mode.
|
boolean |
isTraceEnabled()
Return whether trace is enabled.
|
CoherenceQueryLanguage getCoherenceQueryLanguage()
CoherenceQueryLanguage
to be
used by the QueryPlus session.PrintWriter getOutputWriter()
PrintWriter
that should be
used to display query output.boolean isTraceEnabled()
boolean isSanityChecking()
boolean isExtendedLanguageEnabled()
boolean isExitWhenProcessingComplete()
List<String> getStatements()
List<String> getFiles()
boolean isSilent()
String getTitle()
BufferedReader getReader()
BufferedReader
to use to obtain user input.StatementExecutor getStatementExecutor()
StatementExecutor
to use to parse and
execute statements.String getGarFileName()
String getApplicationName()
String[] getDomainPartitions()
com.oracle.coherence.common.util.Duration getTimeout()