public class Help extends Prepared
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
Help(SessionLocal session,
java.lang.String[] conditions) |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.ResultSet |
getTable()
Returns HELP table.
|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isCacheable() |
boolean |
isQuery()
Check if this object is a query.
|
boolean |
isReadOnly()
Check if this command is read only.
|
boolean |
isTransactional()
Check if this command is transactional.
|
static java.lang.String |
processHelpText(java.lang.String s)
Sanitize value read from csv file (i.e.
|
ResultInterface |
query(long maxrows)
Execute the query.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
static java.lang.String |
stripAnnotationsFromSyntax(java.lang.String s)
Strip out the special annotations we use to help build the railroad/BNF diagrams
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getDatabase, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isRetryable, isWithParamValues, needRecompile, prepare, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toString, updatepublic Help(SessionLocal session, java.lang.String[] conditions)
public ResultInterface queryMeta()
Preparedpublic ResultInterface query(long maxrows)
Preparedpublic static java.lang.String stripAnnotationsFromSyntax(java.lang.String s)
s - to processpublic static java.lang.String processHelpText(java.lang.String s)
s - text to processpublic static java.sql.ResultSet getTable()
throws java.io.IOException
java.io.IOException - on I/O exceptionpublic boolean isQuery()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic boolean isReadOnly()
PreparedisReadOnly in class Preparedpublic int getType()
Preparedpublic boolean isCacheable()
isCacheable in class Prepared