Uses of Interface
planetj.dataengine.sqloperation.ISQLOperation

Packages that use ISQLOperation
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
 

Uses of ISQLOperation in planetj.dataengine.autorun
 

Classes in planetj.dataengine.autorun that implement ISQLOperation
 class AutoRunBatchProcessOperation
          This Operation describes how another operation should be automatically run using batch processing.
 class AutoRunOperation
          An Operation which describes how a different operation should be autorun
 class EmailOperation
          Describes how a operation (not this operation, another one) should be automatically emailed
 

Uses of ISQLOperation in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement ISQLOperation
 class RefererAuthorizationOperation
          An operation for specifying http refers used for authorizing users
 class UserAuthorizationOperation
          This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization.
 

Uses of ISQLOperation in planetj.dataengine.sqloperation
 

Classes in planetj.dataengine.sqloperation that implement ISQLOperation
 class AuthenticationOperation
          This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application.
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 class SQLOperation
          Represents an operation that can be run against a databse.
 

Uses of ISQLOperation in planetj.dataengine.test
 

Classes in planetj.dataengine.test that implement ISQLOperation
 class MyTestOp