Serialized Form
|
Package org.example.finance |
_projectSid
java.lang.Integer _projectSid
_timesheetResults
java.util.List _timesheetResults
_projectInfo
java.util.Map _projectInfo
_arrayObjectType
java.lang.String _arrayObjectType
_executionTimestamp
long _executionTimestamp
- Set immediately after the execution or failure of the call.
_totalTime
long _totalTime
_totalRows
int _totalRows
_executed
boolean _executed
- Whether or not this call was executed.
_error
boolean _error
_executedAs
java.lang.String _executedAs
- The database user that execute this call.
_executedAgainst
java.lang.String _executedAgainst
- The url of the connection that executed this call.
_errorMessage
java.lang.String _errorMessage
_callText
java.lang.String _callText
- The text of the call which could be a parameterized query, or the name of a procedure or function.
_opOwner
Op _opOwner
- The Op that is making this call.
_callType
int _callType
- The type of call this is QUERY, PROCEDURE, or FUNCTION.
_idxToParameter
java.util.Map _idxToParameter
- The map of parameter index to Parameter for this call.
_rsIdxToResults
java.util.Map _rsIdxToResults
- Result Sets returned by Statement getResults method.
_executionInfo
CallExecutionInfo _executionInfo
- Information about the execution of this call.
_dataSourceName
java.lang.String _dataSourceName
- The datasource against which to execute the call.
_options
java.util.Map _options
- HandlingOptions for this call.
- See Also:
HandlingOption
_call
DatabaseCall _call
_direction
int _direction
- This parameter's direction IN, OUT, or INOUT.
_jdbcType
int _jdbcType
- This parameter's jdbcType or TYPE_NOT_SET if it doesn't know its type.
_value
java.lang.Object _value
- This parameter's value which could be set on the way in or on the way out.
_options
java.util.Map _options
- Options for this parameter, which can be interpreted by the underlying execution framework.
_offensiveObjects
java.util.Map _offensiveObjects
|
Package net.wgen.op.db.xform |
_databaseCall
DatabaseCall _databaseCall
_parameter
Parameter _parameter
_rowNumber
int _rowNumber
_dbuFileName
java.lang.String _dbuFileName
_message
java.lang.String _message
_rs1
java.util.List _rs1
_rs2
java.util.List _rs2
_someIntegerOutput
java.lang.Integer _someIntegerOutput
serialVersionUID: -7078952974776312654l
_traceKey
TraceKey _traceKey
- The trace key for the request creating this Op.
_rootOp
Op _rootOp
- The Op, if any, that may have been responsible for this Op's instantiation.
_callersUserId
java.lang.Long _callersUserId
- The userID of the end-user responsible for causing the instantiation of this Op.
_options
java.util.Map _options
- Options for this Op's execution.
_defaultDataSourceName
java.lang.String _defaultDataSourceName
- The default DataSource name for DatabaseCall objects instantiated by the Op's
helper methods.
_op
Op _op
_sessionCtx
javax.ejb.SessionContext _sessionCtx
- Current SessionContext for this bean.
serialVersionUID: -5868159598247540909l
_sleepyTime
java.lang.Long _sleepyTime
_serverData
java.lang.String _serverData
|
Package net.wgen.op.system |
_name
java.lang.String _name
- The name of the OpModule.
_initProperties
java.util.Properties _initProperties
- Initialization properties read in from the .wgapp file.
|
Package net.wgen.op.logging |
_totalRowsRetrieved
int _totalRowsRetrieved
_totalConnectionsUsed
int _totalConnectionsUsed
_totalOpsExecuted
int _totalOpsExecuted
_totalDatabaseCallsMade
int _totalDatabaseCallsMade
_totalTime
long _totalTime
_totalTimeGettingCx
long _totalTimeGettingCx
_totalTimeInDatabase
long _totalTimeInDatabase
_error
boolean _error
_errMsg
java.lang.String _errMsg
_remoteTrace
java.lang.String _remoteTrace
serialVersionUID: -3273308925039977419l
_startTime
long _startTime
- The start time of the trace.
_userId
java.lang.Long _userId
- The current user during the trace, or 0 if there is no userSid available.
_requestUrl
java.lang.String _requestUrl
- The requested url if available.
_counter
long _counter
- A counter to distinguish among requests.
_toStringRepresentation
java.lang.String _toStringRepresentation
- The string representation of the traceKey generated in the constructor for use by toString.
_userData
java.util.Map _userData
- A spot to store user data that follows the trace.
_module
OpModule _module
- The module claiming this trace, either determined by the url or class, or explicitly passed into the constructor.
_subModule
SubModule _subModule
- A sub module if there is one.
_execInfo
RequestExecutionInfo _execInfo
- Accumulated information about things that have happened during the trace.
_tracingOn
boolean _tracingOn
- Whether or not tracing is deemed to be on.
_temporary
boolean _temporary
- Whether or not this trace is considered temporary because of some legacy operation that is being done with out a TraceKey.
_tracingLoggerRoot
java.lang.String _tracingLoggerRoot
- If tracing is on, the TraceTriggerState will set the logging root, under which it tries to append the TraceLogger.
|
Package org.example.project |
SQL
java.lang.String SQL
_results
java.util.List _results
|
Package net.wgen.op.db.lob |
_databaseLobHandler
LobHandler _databaseLobHandler
|
Package net.wgen.op.db.dbunit |
_dbCall
DatabaseCall _dbCall
_userId
java.lang.Long _userId