|
|||||||||||
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(String pLibraryName)
Gets the Library with the given name. |
Library |
MSAccessDBSystem.getLibrary(String pLibraryName,
boolean pCreate)
Get the DBSystem's Library with the given name. |
static Library |
Library.createLibrary(String pSystemAlias,
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(String pSystemAlias)
Returns the default Library for the given library name and system alias. |
static Library |
Library.getLibrary(String pSystemAlias,
String pLibraryName)
Gets the Library with the given name for the DBSystem with the specified alias. |
static Library |
Library.getLibrary(String pSystemAlias,
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(String pLibraryName)
Gets the Library with the given name. |
Library |
DBSystem.getLibrary(String pLibraryName)
Gets one of this system's libraries |
Library |
DBSystem.getLibrary(String pLibraryName,
boolean pCreate)
Get the DBSystem's Library with the given name. |
Library |
DBSystem.removeLibrary(String pLibraryName)
Removes the Library with the given name. |
Methods in planetj.database with parameters of type Library | |
static Map |
DataEngine.getAllTables(Library pLibrary)
Returns a Map of all the Tables for the Library. |
Uses of Library in planetj.database.fielddescriptors |
Methods in planetj.database.fielddescriptors with parameters of type Library | |
static List |
FieldDescriptorManager.createFDsFromDBMetaData(Connection pConnection,
Library pLibrary)
Create field descriptors for the specified Library. |
static List |
FieldDescriptorManager.createFDsFromDBMetaData(Library pLibrary)
Create field descriptors for the specified Library. |
static RowCollection |
FieldDescriptorManager.getFDsFromFile(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(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(String pName,
Library library)
PossibleValueTable constructor comment. |
Uses of Library in planetj.dataengine |
Methods in planetj.dataengine that return Library | |
static Library |
SessionManager.getLibrary(javax.servlet.http.HttpServletRequest pRequest)
Gets the default Library from the session. |
static Library |
SessionManager.getLibrary(javax.servlet.http.HttpServletRequest pRequest,
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(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(javax.servlet.http.HttpServletRequest pRequest)
|
Uses of Library in planetj.magic |
Methods in planetj.magic that return Library | |
Library |
LibraryRequest.getLibrary(javax.servlet.http.HttpServletRequest pRequest)
|
Library |
CopyRCToTableRequest.getLibrary(javax.servlet.http.HttpServletRequest pRequest)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |