public class SQLNode extends BooleanTreeNodeAdapter implements FixedLoggers
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix| Constructor and Description |
|---|
SQLNode(java.util.Vector operands) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
childrenInfoString()
Sub-classes should override this method to return the result of
toString on each child, separated by new lines.
|
boolean |
getBoolean(MboRemote mbo)
Looks at the table in the database, perform a select query with the where
clause provided, and returns true if one or more records are returned.
|
int |
getNodeDataType()
Returns the data type of the node.
|
protected java.lang.String |
parentInfoString()
Sub-classes should override this method to create a string which
provides information for the parent node only.
|
getDate, getDouble, getInt, getString, setOperandsgetNodeDataType, toStringpublic SQLNode(java.util.Vector operands)
throws ParseException
ParseExceptionprotected java.lang.String parentInfoString()
TreeNodeAdapterparentInfoString in class TreeNodeAdapterprotected java.lang.String childrenInfoString()
TreeNodeAdapter
Note there is no new line character after the last child.
childrenInfoString in class TreeNodeAdapterpublic boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
getBoolean in interface TreeNodeMXExceptionjava.rmi.RemoteExceptionpublic int getNodeDataType()
BooleanTreeNodeAdaptergetNodeDataType in interface TreeNodegetNodeDataType in class BooleanTreeNodeAdapter