A B C D E F G H I J L M N O P R S T U V W

A

addMethod(String, Class[]) - Method in class net.sourceforge.idrs.utils.ObjectStore
Loads given method for use
addVar(String, String) - Method in class net.sourceforge.idrs.core.IDRSReport
adds a value to a variable list
addVar(String, String) - Method in class net.sourceforge.idrs.utils.DB
pre:none post: used to add a var to a query
addVarList(String) - Method in class net.sourceforge.idrs.core.IDRSReport
adds a list of parameters
addVarName(String, String) - Method in class net.sourceforge.idrs.core.IDRSReport
Needed for the idrs servlet in order to generate next and previouse links

B

born - Variable in class net.sourceforge.idrs.utils.pool.PooledObject
 
bsh - Variable in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
 
buildReport() - Method in class net.sourceforge.idrs.core.IDRSReport
Public method for building the report.

C

checkIn(Object) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
Checks an object back into the pool.
checkIn(String) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
checkIsChange - Variable in class net.sourceforge.idrs.core.IDRSReport
 
checkOut(int) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
Checkout cycles through the available objects and returns the first valid object it finds.
cleanUp() - Method in class net.sourceforge.idrs.core.IDRSReport
Cleans up the report for destruction, caches all cached db's and extracts all connections
clearVarList() - Method in class net.sourceforge.idrs.core.IDRSReport
clears the var list
clearVars() - Method in class net.sourceforge.idrs.utils.DB
Clears all variables
clearVars(String) - Method in class net.sourceforge.idrs.core.IDRSReport
clears a variable list for a db
CLIENT - Static variable in class net.sourceforge.idrs.utils.DB
 
close() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
close() - Method in class net.sourceforge.idrs.utils.DB
Closes the connection and recordset
color1 - Variable in class net.sourceforge.idrs.core.IDRSReport
 
color2 - Variable in class net.sourceforge.idrs.core.IDRSReport
 
con - Variable in class net.sourceforge.idrs.utils.DB
 
connLoaded - Variable in class net.sourceforge.idrs.core.IDRSReport
 
conns - Variable in class net.sourceforge.idrs.core.IDRSReport
 
count - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
create() - Method in class net.sourceforge.idrs.core.IDRSPool
 
create() - Method in class net.sourceforge.idrs.jdbc.JDBCPool
Creates a new JDBC connection
create() - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
currentPos - Variable in class net.sourceforge.idrs.core.IDRSReport
 

D

daysOpen - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DB - class net.sourceforge.idrs.utils.DB.
Class DB DB.java Copyright (C) 2000 Marc Boorshtein under the GNU General Public License offered without warenty Purpose: This class is used as a wrapper for JDBC to insure cross database compatability.
DB(String) - Constructor for class net.sourceforge.idrs.utils.DB
 
DBcache - Variable in class net.sourceforge.idrs.core.IDRSReport
 
DBDriver - Variable in class net.sourceforge.idrs.core.IDRSReport
 
DBName - Variable in class net.sourceforge.idrs.core.IDRSReport
 
DBs - Variable in class net.sourceforge.idrs.core.IDRSReport
 
DBShell - class net.sourceforge.idrs.script.DBShell.
 
DBShell(String, DB) - Constructor for class net.sourceforge.idrs.script.DBShell
Creates a new DBShell based on an id and a db
debug - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_DAYS_OPEN - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_EXPIRATION - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_MIN_POOLSIZE - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_PATH - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_SLEEPTIME - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_TIMEOUT - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
DEFAULT_TRYS - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
destroy() - Method in class net.sourceforge.idrs.core.IDRSParams
 
destroy() - Method in class net.sourceforge.idrs.core.IDRSServlet
 
docID - Variable in class net.sourceforge.idrs.core.IDRSReport
 
docID - Variable in class net.sourceforge.idrs.core.IDRSSecurity
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.idrs.core.IDRSParams
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.idrs.core.IDRSServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.idrs.core.IDRSServlet
 
drivername - Variable in class net.sourceforge.idrs.jdbc.JDBCInfo
 

E

editVar(int, String, String) - Method in class net.sourceforge.idrs.core.IDRSReport
changes a value in a variable list
equals(Object) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
equals(Object) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
equalsObj(Object) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
eval(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
Used for <$= $>
eval(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSJPython
Used for <$= $>
eval(String) - Method in interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage
Used for <$= $>
exec(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
Used for <$ $>
exec(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSJPython
Used for <$ $>
exec(String) - Method in interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage
Used for <$ $>
execMethod(String, Object[]) - Method in class net.sourceforge.idrs.utils.ObjectStore
Executes a given method with given arguments
expire(PooledObject) - Method in class net.sourceforge.idrs.core.IDRSPool
 
expire(PooledObject) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
Closes a database connection.
expire(PooledObject) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 

F

free - Variable in class net.sourceforge.idrs.utils.pool.PooledObject
 
freeConnection(Connection) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
Returns a connection to the pool.
freeConnection(String) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 

G

genHashCode(int, Object) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
getBorn() - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
getCacheDBs() - Method in class net.sourceforge.idrs.core.IDRSReport
 
getConnection() - Method in class net.sourceforge.idrs.jdbc.JDBCPool
Retrieves a connection.
getConnection() - Method in class net.sourceforge.idrs.utils.DB
Is used to retrieve a connection to DB
getConnID(Object) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
getConns() - Method in class net.sourceforge.idrs.core.IDRSReport
Retrieves all connections used by the report
getConns() - Method in class net.sourceforge.idrs.core.IDRSSecurity
Returns a string containing all of the connections needed by a report
getCurrLocation() - Method in class net.sourceforge.idrs.utils.DB
Returns the current cursor location of the db
getDB() - Method in class net.sourceforge.idrs.script.DBShell
Retrieves DBShell's db
getDBDriver() - Method in class net.sourceforge.idrs.utils.DB
returns the name of the driver being used
getDBName() - Method in class net.sourceforge.idrs.utils.DB
Returns the name of the DBName
getDirection() - Method in class net.sourceforge.idrs.utils.DB
 
getDocID() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
getDrivername() - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
getFieldData(String) - Method in class net.sourceforge.idrs.script.DBShell
 
getFieldData(String) - Method in interface net.sourceforge.idrs.script.IdrsDB
 
getFieldData(String, String) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to retrieve a piece of data from a particuler DB without format
getFieldData(String, String) - Method in class net.sourceforge.idrs.script.DBShell
Calls db's getFieldData method
getFieldData(String, String) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to retrieve a piece of data from a particuler DB without format
getFieldData(String, String) - Method in interface net.sourceforge.idrs.script.IdrsDB
 
getFieldData(String, String) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to retrieve a piece of data from a particuler DB without format
getFieldData(String, String) - Method in class net.sourceforge.idrs.utils.DB
pre: fields is poulated fieldname exists in fields if no format, then it should be set to null format must follow java.text.MessageFormat() specs post: returns the data in fieldname with applied format
getFieldData(String, String, String) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to retrieve a piece of data from a particuler DB with a given format
getFieldData(String, String, String) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to retrieve a piece of data from a particuler DB with a given format
getFieldData(String, String, String) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to retrieve a piece of data from a particuler DB with a given format
getFirstRec() - Method in class net.sourceforge.idrs.utils.DB
Returns the number of the first record to be retrieved from dataset, used only with client side cursur
getHasNext() - Method in class net.sourceforge.idrs.utils.DB
Retruns wether or not the db has another row in it
getID() - Method in class net.sourceforge.idrs.utils.DB
 
getInfo() - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
getInputResults(String) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to retrieve the results of an update
getInputResults(String) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to retrieve the results of an update
getInputResults(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to retrieve the results of an update
getIsPaged() - Method in class net.sourceforge.idrs.utils.DB
Returns wether or not current DB is paged
getMethodTypes(String) - Method in class net.sourceforge.idrs.utils.ObjectStore
Returns the class' of a given methods arguments
getNumRecs() - Method in class net.sourceforge.idrs.utils.DB
Returns the number of records should be retrieved in current report
getObject(String) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to retrieve a refrence to an object created in an IDRS report
getObject(String) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to retrieve a refrence to an object created in an IDRS report
getObject(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to retrieve a refrence to an object created in an IDRS report
getOut() - Method in class net.sourceforge.idrs.core.IDRSReport
retrieves printwriter used by the IDRS
getOut() - Method in interface net.sourceforge.idrs.script.IDRSScript
retrieves printwriter used by the IDRS
getOut() - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
retrieves printwriter used by the IDRS
getParamNames() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
getParamSRC() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
getPassword() - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
getPassword() - Method in class net.sourceforge.idrs.utils.DB
returns the password
getPoolname() - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
getRef() - Method in class net.sourceforge.idrs.utils.ObjectStore
 
getRequest() - Method in class net.sourceforge.idrs.core.IDRSReport
Retrieves request object from webserver
getRequest() - Method in interface net.sourceforge.idrs.script.IDRSScript
Retrieves request object from webserver
getRequest() - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Retrieves request object from webserver
getSession() - Method in class net.sourceforge.idrs.core.IDRSReport
Retrieves the session object from webserver
getSession() - Method in interface net.sourceforge.idrs.script.IDRSScript
Retrieves the session object from webserver
getSession() - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Retrieves the session object from webserver
getSrc() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
getUpdateResult() - Method in class net.sourceforge.idrs.script.DBShell
 
getUpdateResult() - Method in interface net.sourceforge.idrs.script.IdrsDB
 
getUpdateResult() - Method in class net.sourceforge.idrs.utils.DB
 
getUrl() - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
getUserID() - Method in class net.sourceforge.idrs.core.IDRSSecurity
 
getUsername() - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
getUserName() - Method in class net.sourceforge.idrs.utils.DB
returns the user name
getVal(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
Used for extracting objects
getVal(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSJPython
Used for extracting objects
getVal(String) - Method in interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage
Used for extracting objects
getValue() - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
getValue(Class, String, Connection, IDRSScript) - Static method in class net.sourceforge.idrs.utils.ObjectStore
Used to return a valid class for the ObjectStore

H

hashCode() - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
hashCode() - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 

I

id - Variable in class net.sourceforge.idrs.script.DBShell
 
idrs - Variable in class net.sourceforge.idrs.core.IDRSReport
 
idrs - Variable in class net.sourceforge.idrs.script.embedable.IDRSShell
 
idrs - Variable in class net.sourceforge.idrs.utils.DB
 
IDRSBeanShell - class net.sourceforge.idrs.script.embedable.IDRSBeanShell.
 
IDRSBeanShell() - Constructor for class net.sourceforge.idrs.script.embedable.IDRSBeanShell
 
IdrsDB - interface net.sourceforge.idrs.script.IdrsDB.
IdrsDB.java
IDRSJPython - class net.sourceforge.idrs.script.embedable.IDRSJPython.
 
IDRSJPython() - Constructor for class net.sourceforge.idrs.script.embedable.IDRSJPython
 
IDRSParams - class net.sourceforge.idrs.core.IDRSParams.
 
IDRSParams() - Constructor for class net.sourceforge.idrs.core.IDRSParams
Creates new IDRSParams
IDRSPool - class net.sourceforge.idrs.core.IDRSPool.
 
IDRSPool(int, int, long, long, String, int, String) - Constructor for class net.sourceforge.idrs.core.IDRSPool
 
IDRSReport - class net.sourceforge.idrs.core.IDRSReport.
Parses an RML document and produces a full HTML or JSP document
IDRSReport(String) - Constructor for class net.sourceforge.idrs.core.IDRSReport
 
IDRSScript - interface net.sourceforge.idrs.script.IDRSScript.
 
IDRSScriptLanguage - interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage.
 
IDRSSecurity - class net.sourceforge.idrs.core.IDRSSecurity.
IDRSSecurity Copyright (C) 2000 Marc Boorshtein under the GNU General Public License offered without warenty Used to verify that a user has access to a particuler document
IDRSSecurity(int, String, String, Connection, boolean) - Constructor for class net.sourceforge.idrs.core.IDRSSecurity
 
IDRSSecurity(String, String, String, Connection, boolean) - Constructor for class net.sourceforge.idrs.core.IDRSSecurity
 
IDRSServlet - class net.sourceforge.idrs.core.IDRSServlet.
 
IDRSServlet() - Constructor for class net.sourceforge.idrs.core.IDRSServlet
Creates new IDRSServlet
IDRSShell - class net.sourceforge.idrs.script.embedable.IDRSShell.
 
IDRSShell(IDRSReport) - Constructor for class net.sourceforge.idrs.script.embedable.IDRSShell
 
IdrsUrl - Variable in class net.sourceforge.idrs.core.IDRSReport
 
importClass(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
 
importClass(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSJPython
 
importClass(String) - Method in interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage
 
in - Variable in class net.sourceforge.idrs.core.IDRSReport
 
in - Variable in class net.sourceforge.idrs.core.IDRSSecurity
 
info - Variable in class net.sourceforge.idrs.jdbc.JDBCPool
 
init(PrintWriter, String, boolean, int, Hashtable, int, String, HttpSession, HttpServletRequest) - Method in class net.sourceforge.idrs.core.IDRSReport
Pre:out is a valid PrintStream, soucre contains either a filename for or the source of an RML document , isFile says if source is a filename Post:initializes as instance variables
init(ServletConfig) - Method in class net.sourceforge.idrs.core.IDRSParams
 
init(ServletConfig) - Method in class net.sourceforge.idrs.core.IDRSServlet
 
initiate(Class[], Object[]) - Method in class net.sourceforge.idrs.utils.ObjectStore
Calls the constructor matching the artypes
INPUT - Static variable in class net.sourceforge.idrs.utils.DB
 
interp - Variable in class net.sourceforge.idrs.script.embedable.IDRSJPython
 
isChanged - Variable in class net.sourceforge.idrs.core.IDRSReport
 
isDebugging() - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
isFile - Variable in class net.sourceforge.idrs.core.IDRSReport
 
isFree() - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
isFree(boolean) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
isHTML - Variable in class net.sourceforge.idrs.core.IDRSReport
 

J

JDBCInfo - class net.sourceforge.idrs.jdbc.JDBCInfo.
JDBCInfo maintains useful information that describes a JDBCPool.
JDBCInfo() - Constructor for class net.sourceforge.idrs.jdbc.JDBCInfo
 
JDBCInfo(String, String, String, String, String) - Constructor for class net.sourceforge.idrs.jdbc.JDBCInfo
 
JDBCPool - class net.sourceforge.idrs.jdbc.JDBCPool.
JDBCPool is an ObjectPool of JDBC connection objects.
JDBCPool(String, String, String, String, String, int, int, long, long, String, int) - Constructor for class net.sourceforge.idrs.jdbc.JDBCPool
Create a JDBCPool with full control of all parameters.

L

limit - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
lineNum - Variable in class net.sourceforge.idrs.core.IDRSReport
 
lineNums - Variable in class net.sourceforge.idrs.core.IDRSReport
 
logHeader() - Method in class net.sourceforge.idrs.core.IDRSPool
 
logHeader() - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
logHeader() - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
logPath - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 

M

MAX_POOLSIZE - Static variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
maxTrys - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
me - Variable in class net.sourceforge.idrs.core.IDRSReport
 
minn - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
moveTo(int) - Method in class net.sourceforge.idrs.script.DBShell
Calls db's moveTo method
moveTo(int) - Method in interface net.sourceforge.idrs.script.IdrsDB
 
moveTo(int) - Method in class net.sourceforge.idrs.utils.DB
Moves to a specific position within a db, only usable with client cursor
moveTo(String, int) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to move to a particuler record
moveTo(String, int) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to move to a particuler record
moveTo(String, int) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to move to a particuler record

N

next() - Method in class net.sourceforge.idrs.script.DBShell
Calls db's next() method
next() - Method in interface net.sourceforge.idrs.script.IdrsDB
 
next() - Method in class net.sourceforge.idrs.utils.DB
pre:rs is populated post:if the there is another record, advance a record readin the fields else return false
next(String) - Method in class net.sourceforge.idrs.core.IDRSReport
Used to move to the next record in a selected db
next(String) - Method in interface net.sourceforge.idrs.script.IDRSScript
Used to move to the next record in a selected db
next(String) - Method in class net.sourceforge.idrs.script.embedable.IDRSShell
Used to move to the next record in a selected db
numDBsPaged - Variable in class net.sourceforge.idrs.core.IDRSReport
 

O

ObjectPool - class net.sourceforge.idrs.utils.pool.ObjectPool.
ObjectPool provides a mechanism for pooling objects and resources.
ObjectPool() - Constructor for class net.sourceforge.idrs.utils.pool.ObjectPool
Creates an ObjectPool with the default params.
ObjectPool(int, int, long, long, String, int) - Constructor for class net.sourceforge.idrs.utils.pool.ObjectPool
Create an instance of ObjectPool
ObjectPool(long, long) - Constructor for class net.sourceforge.idrs.utils.pool.ObjectPool
Create an ObjectPool with no object count limit.
objects - Variable in class net.sourceforge.idrs.core.IDRSReport
 
ObjectStore - class net.sourceforge.idrs.utils.ObjectStore.
ObjectStore.java Copyright (C) 2000 Marc Boorshtein under the GNU General Public License offered without warenty
ObjectStore(String) - Constructor for class net.sourceforge.idrs.utils.ObjectStore
Creates a ObjectStore based on an ID
ObjectStore(String, String) - Constructor for class net.sourceforge.idrs.utils.ObjectStore
Creates an ObjectStore based on an Id and a classname
out - Variable in class net.sourceforge.idrs.core.IDRSReport
 
out - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
OUTPUT - Static variable in class net.sourceforge.idrs.utils.DB
 

P

pageSizes - Variable in class net.sourceforge.idrs.core.IDRSReport
 
pageStart - Variable in class net.sourceforge.idrs.core.IDRSReport
 
password - Variable in class net.sourceforge.idrs.jdbc.JDBCInfo
 
pool - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
PooledObject - class net.sourceforge.idrs.utils.pool.PooledObject.
 
PooledObject(long, boolean, Object) - Constructor for class net.sourceforge.idrs.utils.pool.PooledObject
 
poolname - Variable in class net.sourceforge.idrs.jdbc.JDBCInfo
 
procMethod(ObjectStore, String, Vector) - Method in class net.sourceforge.idrs.utils.DB
Pre: setDBName() has been executed successfully SQL is a valid SQL statement OR SQL is the name of a stored procedure all parameters must be shown in SQL using the ? character the vars and varTypes vectors must be filled for each parameter in SQL the vars and varTypes must contain information acording to the order in which the parametes apear in SQL if there are no parameters, then vars and varTypes must be empty Post: retrieves information based on SQL
ProcSQL(String, boolean) - Method in class net.sourceforge.idrs.utils.DB
 

R

removeVar(int) - Method in class net.sourceforge.idrs.utils.DB
pre: index < vars.size(); post: removes variable index from vars and varTypes vectors
removeVar(int, String) - Method in class net.sourceforge.idrs.core.IDRSReport
removes a value from a variable list
removeVarList(String) - Method in class net.sourceforge.idrs.core.IDRSReport
removes a list of variables
request - Variable in class net.sourceforge.idrs.core.IDRSReport
 
reset(int) - Method in class net.sourceforge.idrs.core.IDRSPool
 
reset(int) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
reset(int) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
rs - Variable in class net.sourceforge.idrs.utils.DB
 

S

scriptClass - Variable in class net.sourceforge.idrs.core.IDRSPool
 
SERVER - Static variable in class net.sourceforge.idrs.utils.DB
 
session - Variable in class net.sourceforge.idrs.core.IDRSReport
 
setBorn(long) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
setCache(Hashtable) - Method in class net.sourceforge.idrs.core.IDRSReport
 
setClassName(String) - Method in class net.sourceforge.idrs.utils.ObjectStore
Loads given class
setConnection(Connection) - Method in class net.sourceforge.idrs.utils.DB
Is used to set a pre-made connection to a DB
setCursurType(int) - Method in class net.sourceforge.idrs.utils.DB
 
setDBDriver(String) - Method in class net.sourceforge.idrs.utils.DB
Pre: driver must be in the CLASSPATH Post: dirver is loaded by the VM and is ready for use
setDBName(String) - Method in class net.sourceforge.idrs.utils.DB
Pre: setDBDriver(), setUser(), setPassword() must all be executed Post: object is connected to the specified database
setDBName(String, boolean) - Method in class net.sourceforge.idrs.utils.DB
 
setDebugging(boolean) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
setDirection(int) - Method in class net.sourceforge.idrs.utils.DB
Sets wether or not a DB was retrieved from a cache
setDrivername(String) - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
setIDRS(IDRSScript) - Method in class net.sourceforge.idrs.utils.DB
 
setInfo(JDBCInfo) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
 
setIsPaged(boolean) - Method in class net.sourceforge.idrs.utils.DB
Sets wether or not the db is paged
setNumRecs(int) - Method in class net.sourceforge.idrs.utils.DB
Sets the number of records to be retrieved in a report
setPageFirst(String, int) - Method in class net.sourceforge.idrs.core.IDRSReport
Sets the first record for a report's db
setPageSize(String, int) - Method in class net.sourceforge.idrs.core.IDRSReport
Sets the pagesize for a report's db
setPassword(String) - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
setPassword(String) - Method in class net.sourceforge.idrs.utils.DB
Pre: none post: sets passwords, use "" for no password
setPoolname(String) - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
setUrl(String) - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
setUsername(String) - Method in class net.sourceforge.idrs.jdbc.JDBCInfo
 
setUserName(String) - Method in class net.sourceforge.idrs.utils.DB
Pre:none Post: sets user name, use "" for no user name
setVal(String, Object) - Method in class net.sourceforge.idrs.script.embedable.IDRSBeanShell
Used for setting object
setVal(String, Object) - Method in class net.sourceforge.idrs.script.embedable.IDRSJPython
Used for setting object
setVal(String, Object) - Method in interface net.sourceforge.idrs.script.embedable.IDRSScriptLanguage
Used for setting object
setValue(Object) - Method in class net.sourceforge.idrs.utils.pool.PooledObject
 
setVar(String, String, int) - Method in class net.sourceforge.idrs.utils.DB
pre: index < vars.size() post: sets a variable's value and type at index
shouldPool() - Method in class net.sourceforge.idrs.utils.DB
 
shouldReset(int) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
sleepTime - Variable in class net.sourceforge.idrs.utils.pool.ObjectPool
 
source - Variable in class net.sourceforge.idrs.core.IDRSReport
 
startWith(int) - Method in class net.sourceforge.idrs.utils.DB
 

T

tok - Variable in class net.sourceforge.idrs.core.IDRSReport
 
tracking - Variable in class net.sourceforge.idrs.core.IDRSReport
 

U

url - Variable in class net.sourceforge.idrs.jdbc.JDBCInfo
 
username - Variable in class net.sourceforge.idrs.jdbc.JDBCInfo
 
userNum - Variable in class net.sourceforge.idrs.core.IDRSReport
 

V

validate(PooledObject) - Method in class net.sourceforge.idrs.core.IDRSPool
 
validate(PooledObject) - Method in class net.sourceforge.idrs.jdbc.JDBCPool
Checks to see if the current connection is valid.
validate(PooledObject) - Method in class net.sourceforge.idrs.utils.pool.ObjectPool
 
value - Variable in class net.sourceforge.idrs.utils.pool.PooledObject
 
varLists - Variable in class net.sourceforge.idrs.core.IDRSReport
 
vars - Variable in class net.sourceforge.idrs.core.IDRSReport
 
varsNames - Variable in class net.sourceforge.idrs.core.IDRSReport
 

W

wasCached() - Method in class net.sourceforge.idrs.utils.DB
Returns wether or not the db was retrieved from a cache
wasCached(boolean) - Method in class net.sourceforge.idrs.utils.DB
 

A B C D E F G H I J L M N O P R S T U V W