Uses of Class
com.uwyn.rife.database.queries.DropTable

Packages that use DropTable
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.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.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. 
 

Uses of DropTable in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type DropTable
protected  boolean DatabaseUsers._remove(DropSequence dropSequenceRole, DropTable dropTableRole, DropTable dropTableUser, DropTable dropTableRoleLink)
           
 

Uses of DropTable in com.uwyn.rife.authentication.remembermanagers
 

Methods in com.uwyn.rife.authentication.remembermanagers with parameters of type DropTable
protected  boolean DatabaseRemember._remove(DropTable removeRemember, String removeRememberMomentIndex)
           
 

Uses of DropTable in com.uwyn.rife.authentication.sessionmanagers
 

Methods in com.uwyn.rife.authentication.sessionmanagers with parameters of type DropTable
protected  boolean DatabaseSessions._remove(DropTable removeAuthentication, String removeAuthenticationSessStartIndex)
           
 

Uses of DropTable in com.uwyn.rife.cmf.dam.contentmanagers
 

Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type DropTable
protected  boolean DatabaseContent._remove(DropSequence dropSequenceContentRepository, DropSequence dropSequenceContentInfo, DropTable dropTableContentRepository, DropTable dropTableContentInfo, DropTable dropTableContentAttribute, DropTable dropTableContentProperty)
           
 

Uses of DropTable in com.uwyn.rife.cmf.dam.contentstores
 

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type DropTable
protected  boolean DatabaseContentStore._remove(DropTable dropTableContentStore)
           
protected  boolean DatabaseRawStore._remove(DropTable dropTableContentInfo, DropTable dropTableContentChunk)
           
 

Uses of DropTable in com.uwyn.rife.database.queries
 

Methods in com.uwyn.rife.database.queries that return DropTable
 DropTable DropTable.clone()
           
 DropTable DropTable.table(String table)
           
 

Uses of DropTable in com.uwyn.rife.database.querymanagers.generic
 

Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type DropTable
protected  void AbstractGenericQueryManager._remove(DropSequence dropSequence, DropTable dropTable)
           
 

Uses of DropTable in com.uwyn.rife.resources
 

Methods in com.uwyn.rife.resources with parameters of type DropTable
protected  boolean DatabaseResources._remove(DropTable dropTable)
           
 

Uses of DropTable in com.uwyn.rife.scheduler.taskmanagers
 

Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type DropTable
protected  boolean DatabaseTasks._remove(DropSequence dropSequenceTask, DropTable dropTableTask)
           
 

Uses of DropTable in com.uwyn.rife.scheduler.taskoptionmanagers
 

Methods in com.uwyn.rife.scheduler.taskoptionmanagers with parameters of type DropTable
protected  boolean DatabaseTaskoptions._remove(DropTable dropTableTaskoption)
           
 



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