Uses of Package
com.uwyn.rife.database.queries

Packages that use com.uwyn.rife.database.queries
com.uwyn.rife.authentication.credentialsmanagers Provides classes and interfaces for managing RoleUser credentials. 
com.uwyn.rife.authentication.remembermanagers Provides managers classes for "remember me" support. 
com.uwyn.rife.authentication.sessionmanagers Provides managers classes for authentication sessions support. 
com.uwyn.rife.authentication.sessionvalidators Provides implementation classes for the session validators. 
com.uwyn.rife.cmf.dam.contentmanagers Provides managers classes for content information support. 
com.uwyn.rife.cmf.dam.contentstores Provides managers classes for content data support. 
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
com.uwyn.rife.database.queries Provides classes and interfaces for the object-oriented query builders. 
com.uwyn.rife.database.querymanagers.generic Provides classes and interfaces for the persistance framework. 
com.uwyn.rife.resources Provides classes and interfaces for the resource abstraction framework. 
com.uwyn.rife.scheduler.taskmanagers Provides classes and interfaces for managing tasks. 
com.uwyn.rife.scheduler.taskoptionmanagers Provides classes and interfaces for managing task options. 
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.authentication.credentialsmanagers
CreateSequence
          Object representation of a SQL "CREATE SEQUENCE" query.
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropSequence
          Object representation of a SQL "DROP SEQUENCE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
SequenceValue
           
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.authentication.remembermanagers
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.authentication.sessionmanagers
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.authentication.sessionvalidators
Select
          Object representation of a SQL "SELECT" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.cmf.dam.contentmanagers
CreateSequence
          Object representation of a SQL "CREATE SEQUENCE" query.
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropSequence
          Object representation of a SQL "DROP SEQUENCE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
SequenceValue
           
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.cmf.dam.contentstores
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Query
           
Select
          Object representation of a SQL "SELECT" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.database
Query
           
QueryParameters
           
ReadQuery
           
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.database.queries
AbstractWhereDelegateQuery
           
AbstractWhereGroup
           
AbstractWhereQuery
           
CreateSequence
          Object representation of a SQL "CREATE SEQUENCE" query.
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
CreateTable.CheckConstraint
           
CreateTable.Column
           
CreateTable.ColumnsConstraint
           
CreateTable.Constraint
           
CreateTable.ForeignKey
           
CreateTable.Nullable
           
CreateTable.PrimaryKey
           
CreateTable.UniqueConstraint
           
CreateTable.ViolationAction
           
Delete
          Object representation of a SQL "DELETE" query.
DropSequence
          Object representation of a SQL "DROP SEQUENCE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Query
           
QueryParameters
           
QueryParameterType
           
ReadQuery
           
ReadQueryString
          An instance of ReadQueryString can contain any kind of SQL query for read purposes.
ReadQueryTemplate
          An instance of ReadQueryTemplate will obtain a SQL from a Template block.
Select
          Object representation of a SQL "SELECT" query.
Select.Join
           
Select.JoinCondition
           
Select.JoinCross
           
Select.JoinDefault
           
Select.JoinInner
           
Select.JoinOuter
           
Select.JoinType
           
Select.OrderBy
           
Select.OrderByDirection
           
Select.Union
           
SequenceValue
           
SequenceValue.Operation
           
Update
          Object representation of a SQL "UPDATE" query.
WhereGroup
           
WhereGroupAnd
           
WhereGroupOr
           
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.database.querymanagers.generic
AbstractWhereDelegateQuery
           
CreateSequence
          Object representation of a SQL "CREATE SEQUENCE" query.
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropSequence
          Object representation of a SQL "DROP SEQUENCE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Query
           
QueryParameters
           
ReadQuery
           
Select
          Object representation of a SQL "SELECT" query.
Select.JoinCondition
           
Select.JoinType
           
Select.OrderByDirection
           
SequenceValue
           
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.resources
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.scheduler.taskmanagers
CreateSequence
          Object representation of a SQL "CREATE SEQUENCE" query.
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropSequence
          Object representation of a SQL "DROP SEQUENCE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
SequenceValue
           
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.scheduler.taskoptionmanagers
CreateTable
          Object representation of a SQL "CREATE TABLE" query.
Delete
          Object representation of a SQL "DELETE" query.
DropTable
          Object representation of a SQL "DROP TABLE" query.
Insert
          Object representation of a SQL "INSERT" query.
Select
          Object representation of a SQL "SELECT" query.
Update
          Object representation of a SQL "UPDATE" query.
 

Classes in com.uwyn.rife.database.queries used by com.uwyn.rife.site
CreateTable.ViolationAction
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.