Uses of Interface
planetj.dataengine.sqloperation.ISQLOperation

Packages that use ISQLOperation
planetj.database.flatfile   
planetj.dataengine.autorun   
planetj.dataengine.operation   
planetj.dataengine.possiblevalues   
planetj.dataengine.security.http   
planetj.dataengine.sqloperation   
 

Uses of ISQLOperation in planetj.database.flatfile
 

Classes in planetj.database.flatfile that implement ISQLOperation
 class FileServerOperation
           
 

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 OperationBuilderCreateDataInquiryOp
           
 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.possiblevalues
 

Classes in planetj.dataengine.possiblevalues that implement ISQLOperation
 class PossibleValuesOperation
           
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 

Uses of ISQLOperation in planetj.dataengine.security.http
 

Classes in planetj.dataengine.security.http that implement ISQLOperation
 class RequireSignonAlways
           
 

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 MultiSystemSQLOperation
           
 class SQLOperation
          Represents an operation that can be run against a databse.
 class TabbedOperation