public class SQLNode extends BooleanTreeNodeAdapter implements FixedLoggers
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, 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, setOperands
getNodeDataType, toString
public SQLNode(java.util.Vector operands) throws ParseException
ParseException
protected java.lang.String parentInfoString()
TreeNodeAdapter
parentInfoString
in class TreeNodeAdapter
protected java.lang.String childrenInfoString()
TreeNodeAdapter
Note there is no new line character after the last child.
childrenInfoString
in class TreeNodeAdapter
public boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
getBoolean
in interface TreeNode
MXException
java.rmi.RemoteException
public int getNodeDataType()
BooleanTreeNodeAdapter
getNodeDataType
in interface TreeNode
getNodeDataType
in class BooleanTreeNodeAdapter