| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Library in planetj.database | 
| Methods in planetj.database that return Library | |
 Library | 
Table.getLibrary()
Returns the Library to which this Table belongs to.  | 
 Library | 
MSAccessDBSystem.createLibrary(java.lang.String pLibraryName)
Gets the Library with the given name.  | 
 Library | 
MSAccessDBSystem.getLibrary(java.lang.String pLibraryName,
           boolean pCreate)
Get the DBSystem's Library with the given name.  | 
static Library | 
Library.createLibrary(java.lang.String pSystemAlias,
              java.lang.String pLibraryName)
Creates and returns a new Library using the given system url, library name, (a Library is only created if it doesn't already exist).  | 
static Library | 
Library.getDefaultLibrary(java.lang.String pSystemAlias)
Returns the default Library for the given library name and system alias.  | 
static Library | 
Library.getLibrary(java.lang.String pSystemAlias,
           java.lang.String pLibraryName)
Gets the Library with the given name for the DBSystem with the specified alias.  | 
static Library | 
Library.getLibrary(java.lang.String pSystemAlias,
           java.lang.String pLibraryName,
           boolean pCreate)
Returns the Library for the given library name and system alias.  | 
 Library | 
Field.getLibrary()
Returns the Library of the Table this Field belongs to.  | 
 Library | 
DBSystem.createLibrary(java.lang.String pLibraryName)
Gets the Library with the given name.  | 
 Library | 
DBSystem.getLibrary(java.lang.String pLibraryName)
Gets one of this system's libraries  | 
 Library | 
DBSystem.getLibrary(java.lang.String pLibraryName,
           boolean pCreate)
Get the DBSystem's Library with the given name.  | 
 Library | 
DBSystem.removeLibrary(java.lang.String pLibraryName)
Removes the Library with the given name.  | 
| Methods in planetj.database with parameters of type Library | |
protected  void | 
Table.setLibrary(Library library)
Sets the Library to which this Table belongs to.  | 
 java.lang.String | 
MSAccessDBSystem.getDBLibraryName(Library library)
Returns the database name of the given library in the database.  | 
 java.lang.String | 
DBSystem.getDBLibraryName(Library library)
Returns the database name of the given library in the database.  | 
static java.util.Map | 
DataEngine.getAllTables(Library pLibrary)
Returns a Map of all the Tables for the Library.  | 
| Constructors in planetj.database with parameters of type Library | |
Table(java.lang.String pName,
      Library library)
Create a mew Table and set its name and Library.  | 
|
| Uses of Library in planetj.database.fielddescriptors | 
| Methods in planetj.database.fielddescriptors with parameters of type Library | |
static java.util.List | 
FieldDescriptorManager.createFDsFromDBMetaData(java.sql.Connection pConnection,
                        Library pLibrary)
Create field descriptors for the specified Library.  | 
static java.util.List | 
FieldDescriptorManager.createFDsFromDBMetaData(Library pLibrary)
Create field descriptors for the specified Library.  | 
static RowCollection | 
FieldDescriptorManager.getFDsFromFile(java.lang.String pFDSystemAlias,
               Library pLibrary,
               int pNumPerPage)
 | 
static RowCollection | 
FieldDescriptorManager.getFDsFromFile(Library pLibrary,
               int pNumPerPage)
 | 
| Constructors in planetj.database.fielddescriptors with parameters of type Library | |
FieldDataTable(java.lang.String pName,
               Library library)
FieldDataTable constructor comment.  | 
|
| Uses of Library in planetj.database.possiblevalues | 
| Constructors in planetj.database.possiblevalues with parameters of type Library | |
PossibleValueTable(java.lang.String pName,
                   Library library)
PossibleValueTable constructor comment.  | 
|
| Uses of Library in planetj.dataengine | 
| Methods in planetj.dataengine that return Library | |
static Library | 
SessionManager.getLibrary(HttpServletRequest pRequest)
Gets the default Library from the session.  | 
static Library | 
SessionManager.getLibrary(HttpServletRequest pRequest,
           java.lang.String pLibraryKey)
Gets the Library from the session identified by the given key.  | 
| Uses of Library in planetj.dataengine.cache | 
| Constructors in planetj.dataengine.cache with parameters of type Library | |
CacheDetailsTable(java.lang.String name,
                  Library library)
FieldDataTable constructor comment.  | 
|
| Uses of Library in planetj.dataengine.task | 
| Methods in planetj.dataengine.task that return Library | |
 Library | 
RetrieveTablesTask.getLibrary()
 | 
| Methods in planetj.dataengine.task with parameters of type Library | |
 void | 
RetrieveTablesTask.setLibrary(Library pLibrary)
 | 
| Constructors in planetj.dataengine.task with parameters of type Library | |
RetrieveTablesTask(Library pLibrary)
 | 
|
| Uses of Library in planetj.fdmanager.magic | 
| Methods in planetj.fdmanager.magic that return Library | |
 Library | 
ViewFDsForLibraryRequest.getLibrary(HttpServletRequest pRequest)
 | 
| Uses of Library in planetj.magic | 
| Methods in planetj.magic that return Library | |
 Library | 
LibraryRequest.getLibrary(HttpServletRequest pRequest)
 | 
 Library | 
CopyRCToTableRequest.getLibrary(HttpServletRequest pRequest)
 | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||