All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

ALL_EVENTS. Static variable in class nsjava.internal.TCL
append(TclObject, String). Static method in class nsjava.internal.TclString
Appends a string to a TclObject object.
append(TclObject, TclObject). Static method in class nsjava.internal.TclList
Appends a list element to a TclObject object.
APPEND_VALUE. Static variable in class nsjava.internal.TCL

B

bindrow(). Method in class nsjava.NsDb
Method for binding the results of an exec statements..
blob_dml_file(int, String). Method in class nsjava.NsPg
Insert into a large object using a file as a datasource.
blob_dml_file(Integer, String). Method in class nsjava.NsPg
Insert into a large object using a file as a datasource.
blob_dml_file(String, String). Method in class nsjava.NsPg
Insert into a large object using a file as a datasource.
blob_select_file(int, String). Method in class nsjava.NsPg
Select a large object into a file.
blob_select_file(Integer, String). Method in class nsjava.NsPg
Select a large object into a file.
blob_select_file(String, String). Method in class nsjava.NsPg
Select a large object into a file.
BREAK. Static variable in class nsjava.internal.TCL

C

callCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::call command in Tcl.
cancel(). Method in class nsjava.NsDb
Method for cancelling the current operation.
castCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::cast command in Tcl.
column(String, String). Method in class nsjava.NsPg
Implementation of the ns_column command.
column(String, String, String). Method in class nsjava.NsPg
Implementation of the ns_column command.
column(String, String, String, String). Method in class nsjava.NsPg
Implementation of the ns_column command.
Commands(). Constructor for class nsjava.internal.Commands
connected(). Method in class nsjava.NsDb
Method to test if the connection is made.
containsKey(Object, Class). Method in class nsjava.internal.Hashtable2D
CONTINUE. Static variable in class nsjava.internal.TCL
copy(). Method in class nsjava.NsSet
Create a new Ns_Set object.
cput(String, String). Method in class nsjava.NsSet
put the new value in the set if the key doesn't exist already.
create(String). Method in class nsjava.NsSet
Init the NsSet object.

D

datasource(). Method in class nsjava.NsDb
Method for obtaining the datasource associated with the db handle.
db(). Method in class nsjava.NsPg
Not sure what this is.
dbtype(). Method in class nsjava.NsDb
Method for obtaining the dbtype associated with the db handle.
delete(int). Method in class nsjava.NsSet
Delete the entry corresponding to the specified index.
delete(Integer). Method in class nsjava.NsSet
Delete the entry corresponding to the specified index.
disconnect(). Method in class nsjava.NsDb
Method for disconnecting associated handle.
dispose(). Method in interface nsjava.internal.InternalRep
dispose(). Method in class nsjava.internal.TclBoolean
dispose(). Method in class nsjava.internal.TclDouble
dispose(). Method in class nsjava.internal.TclInteger
dispose(). Method in class nsjava.internal.TclList
Called to free any storage for the type's internal rep.
dispose(). Method in class nsjava.internal.TclString
dml(String). Method in class nsjava.NsDb
Method which performs dml operations.
DONT_WAIT. Static variable in class nsjava.internal.TCL
driver(). Method in class nsjava.NsDb
Method for obtaining the driver associated with the db handle.
dumpCmd(String[]). Static method in class nsjava.internal.Commands
Dump information on all of the cached objects
duplicate(). Method in interface nsjava.internal.InternalRep
duplicate(). Method in class nsjava.internal.TclBoolean
Returns a dupilcate of the current object.
duplicate(). Method in class nsjava.internal.TclDouble
duplicate(). Method in class nsjava.internal.TclInteger
Returns a dupilcate of the current object.
duplicate(). Method in class nsjava.internal.TclList
Returns a dupilcate of the current object.
duplicate(). Method in class nsjava.internal.TclString
Returns a dupilcate of the current object.

E

ERROR. Static variable in class nsjava.internal.TCL
error(). Method in class nsjava.NsPg
Return the last error for the postgresql driver.
eval(String). Method in class nsjava.NsTcl
evaluate a tcl string and return the result.
eval(String, int). Static method in class nsjava.internal.Interp
Eval the passed in string using the tcl interp for the current thread
EXACT. Static variable in class nsjava.internal.TCL
exception(). Method in class nsjava.NsDb
Method for obtaining the last db exception message.
exec(String). Method in class nsjava.NsDb
Method which performs exec operation.

F

fieldCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::field command in Tcl.
FILE_EVENTS. Static variable in class nsjava.internal.TCL
finalize(). Method in class nsjava.NsDb
End a database connection - release the handle.
finalize(). Method in class nsjava.NsPg
Cleanup and release database handle.
finalize(). Method in class nsjava.NsSet
Frees the NsSet object.
find(String). Method in class nsjava.NsSet
Find the index corresponding to the specified key.
flush(). Method in class nsjava.NsDb
Method for flushing the associated handle.
free(). Method in class nsjava.NsSet
Free the NsSet structure.

G

get(Object, Class). Method in class nsjava.internal.Hashtable2D
get(String). Method in class nsjava.NsSet
Get the entry corresponding to the specified key.
get(TclObject). Static method in class nsjava.internal.TclBoolean
Returns the value of the object as an boolean.
get(TclObject). Static method in class nsjava.internal.TclDouble
get(TclObject). Static method in class nsjava.internal.TclInteger
Tcl_GetIntFromObj -> TclInteger.get Returns the integer value of the object.
getCompletionCode(). Method in class nsjava.internal.TclException
getElements(TclObject). Static method in class nsjava.internal.TclList
Returns a TclObject array of the elements in a list object.
getErrorCode(). Static method in class nsjava.internal.Interp
Get the global errCode variable.
getExceptionState(). Static method in class nsjava.internal.Commands
gethandle(). Method in class nsjava.NsDb
Method for obtaining a handle from the default pool.
gethandle(int). Method in class nsjava.NsDb
Method for obtaining a handle from the default pool with a timeout specified.
gethandle(int, String). Method in class nsjava.NsDb
Method for obtaining a handle from the named pool with a timeout specified.
gethandle(int, String, int). Method in class nsjava.NsDb
Method for obtaining a db handle.
gethandle(Integer). Method in class nsjava.NsDb
Method for obtaining a handle from the default pool with a timeout specified.
gethandle(Integer, String). Method in class nsjava.NsDb
Method for obtaining a handle from the named pool with a timeout specified.
gethandle(Integer, String, int). Method in class nsjava.NsDb
Method for obtaining a db handle.
gethandle(String). Method in class nsjava.NsDb
Method for obtaining a handle from the named pool.
getInternalRep(). Method in class nsjava.internal.TclObject
Returns the handle to the current internal rep.
getLength(TclObject). Static method in class nsjava.internal.TclList
Queries the length of the list.
getPointer(). Method in class nsjava.NsDb
Get the reference to the stored database handle.
getPointer(). Method in class nsjava.NsSet
Get the Ns_Set reference pointer
getResult(). Static method in class nsjava.internal.Interp
Get interpreter result
getrow(NsSet). Method in class nsjava.NsDb
Method which gets the next result row and places in the referenced NsSet object.
getStringArray(TclObject). Static method in class nsjava.internal.TclList
Returns a String array of the elements in a list object.
getVar(String, String, int). Static method in class nsjava.internal.Interp
Get value of named variable
GLOBAL_ONLY. Static variable in class nsjava.internal.TCL

H

Hashtable2D(). Constructor for class nsjava.internal.Hashtable2D
host(). Method in class nsjava.NsPg
Return the host for the postgresql driver.

I

icput(String, String). Method in class nsjava.NsSet
put the new value in the set if the key doesn't exist already(ignore case)
idelkey(String). Method in class nsjava.NsSet
Delete the entry corresponding to the specified key (ignore case).
IDLE_EVENTS. Static variable in class nsjava.internal.TCL
ifind(String). Method in class nsjava.NsSet
Find the index corresponding to the specified key (ignore case).
iget(String). Method in class nsjava.NsSet
Get the entry corresponding to the specified key (ignore case).
importCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::import command in tcl.
index(TclObject, int). Static method in class nsjava.internal.TclList
This procedure returns a pointer to the index'th object from the list referenced by tobj.
infoCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::info command in Tcl.
instanceCmd(String[]). Static method in class nsjava.internal.Commands
Implements instance commands in Tcl.
instanceofCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::isinstanceof command in Tcl.
Interp(). Constructor for class nsjava.internal.Interp
INTERP_DESTROYED. Static variable in class nsjava.internal.TCL
interpretsqlfile(String). Method in class nsjava.NsDb
Method which is not yet implemented.
invalidateStringRep(). Method in class nsjava.internal.TclObject
Sets the string representation of the object to null.
isnull(int). Method in class nsjava.NsSet
Is the value corresponding to the specified index null?
isnull(Integer). Method in class nsjava.NsSet
Is the value corresponding to the specified index null?
isnullCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::isnull command in Tcl.
isShared(). Method in class nsjava.internal.TclObject
Returns true if the TclObject is shared, false otherwise.
iunique(String). Method in class nsjava.NsSet
Is the key unique within this NsSet(ignore case)?

K

key(int). Method in class nsjava.NsSet
The key of the corresponding index.
key(Integer). Method in class nsjava.NsSet
The key of the corresponding index.

L

LEAVE_ERR_MSG. Static variable in class nsjava.internal.TCL
LIST_ELEMENT. Static variable in class nsjava.internal.TCL
lockCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::lock command in tcl.

M

merge(NsSet). Method in class nsjava.NsSet
merge another set with this one.
move(NsSet). Method in class nsjava.NsSet
move another set to this one.

N

name(). Method in class nsjava.NsSet
Get the name of the NsSet object.
NAMESPACE_ONLY. Static variable in class nsjava.internal.TCL
newCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::new command in Tcl.
newInstance(). Static method in class nsjava.internal.TclList
Creates a new instance of a TclObject with a TclList internal rep.
newInstance(boolean). Static method in class nsjava.internal.TclBoolean
Creates a new instance of a TclObject with a TclBoolean internal representation.
newInstance(double). Static method in class nsjava.internal.TclDouble
newInstance(int). Static method in class nsjava.internal.TclInteger
Tcl_NewIntObj -> TclInteger.newInstance Creates a new instance of a TclObject with a TclInteger internal representation.
newInstance(String). Static method in class nsjava.internal.TclString
Create a new TclObject that has a string representation with the given string value.
NsDb(). Constructor for class nsjava.NsDb
Create a new Database connection.
NsDb(String). Constructor for class nsjava.NsDb
Create a new Database connection.
NsLog(). Constructor for class nsjava.NsLog
Create a logging connection.
NsPg(). Constructor for class nsjava.NsPg
Create a postgresql specific database handle.
NsPg(String). Constructor for class nsjava.NsPg
Create a postgresql specific database handle.
NsSet(). Constructor for class nsjava.NsSet
Create and instance of an NsSet object.
NsSet(String). Constructor for class nsjava.NsSet
Create and instance of an NsSet object.
NsTcl(). Constructor for class nsjava.NsTcl
Create a tcl interpreter connection.
ntuples(). Method in class nsjava.NsPg
Return the number of tuples returned for the last command.
nullCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::null command in Tcl.
number(). Method in class nsjava.NsPg
Return the number of connections for the postgresql driver.

O

object_cache(Object, Class). Static method in class nsjava.internal.Commands
Implements conversion and caching of java objects for later access from Tcl
objrefcountCmd(String[]). Static method in class nsjava.internal.Commands
Return the number of Tcl_Obj's referencing a particular java object
options(). Method in class nsjava.NsPg
Return the options for the postgresql driver.

P

PARSE_PART1. Static variable in class nsjava.internal.TCL
password(). Method in class nsjava.NsDb
Method for obtaining the password associated with the db handle.
poolname(). Method in class nsjava.NsDb
Method for obtaining the poolname associated with the db handle.
pools(). Method in class nsjava.NsDb
Return a list of the poolnames that are available.
port(). Method in class nsjava.NsPg
Return the port for the postgresql driver.
preserve(). Method in class nsjava.internal.TclObject
Tcl_IncrRefCount -> preserve Increments the refCount to indicate the caller's intent to preserve the value of this object.
preserve(String). Static method in class nsjava.internal.Commands
Increments the reference count (number of refs in Tcl)
preserveCmd(String[]). Static method in class nsjava.internal.Commands
print(). Method in class nsjava.NsSet
Print the NsSet structure.
proxycatchCmd(Throwable, String[], int, String). Static method in class nsjava.internal.Commands
proxyfinalCmd(Throwable, String[], int, String). Static method in class nsjava.internal.Commands
proxytryCmd(Throwable, String[], int, String, String). Static method in class nsjava.internal.Commands
put(Object, Class, Object). Method in class nsjava.internal.Hashtable2D
put(String, String). Method in class nsjava.NsSet
append the new value in the set.

Q

QUEUE_HEAD. Static variable in class nsjava.internal.TCL
QUEUE_MARK. Static variable in class nsjava.internal.TCL
QUEUE_TAIL. Static variable in class nsjava.internal.TCL

R

release(). Method in class nsjava.internal.TclObject
Tcl_DecrRefCount -> release Decrements the refCount to indicate that the caller is no longer interested in the value of this object.
release(String). Static method in class nsjava.internal.Commands
Decrements the reference count (number of refs in Tcl)
release_all(). Static method in class nsjava.internal.Commands
Remove all of the cached java objects for this thread
releaseCmd(String[]). Static method in class nsjava.internal.Commands
releasehandle(). Method in class nsjava.NsDb
Method for releasing the database handle.
remove(Object, Class). Method in class nsjava.internal.Hashtable2D
removeImportsCmd(String[]). Static method in class nsjava.internal.Commands
replace(TclObject, int, int, TclObject[], int, int). Static method in class nsjava.internal.TclList
This procedure replaces zero or more elements of the list referenced by tobj with the objects from an TclObject array.
resethandle(). Method in class nsjava.NsDb
Method for resetting the database handle.
resetResult(). Static method in class nsjava.internal.Interp
Reset interpreter result
RETURN. Static variable in class nsjava.internal.TCL

S

select(String). Method in class nsjava.NsDb
Method which performs select operation.
select_0or1row(String). Method in class nsjava.NsDb
Method which performs 0or1row operation.
select_1row(String). Method in class nsjava.NsDb
Method which performs 1row operation.
set(TclObject, double). Static method in class nsjava.internal.TclDouble
set(TclObject, int). Static method in class nsjava.internal.TclInteger
Changes the integer value of the object.
setErrorCode(String). Static method in class nsjava.internal.Interp
Set the global errCode variable to a two element list where the the first list element is JAVA and the second element is the java object handle for the exception that was just thrown in the current thread.
setexception(String). Method in class nsjava.NsDb
Method which is not yet implemented.
setInternalRep(InternalRep). Method in class nsjava.internal.TclObject
Change the internal rep of the object.
setObjResult(Object, Class, boolean). Static method in class nsjava.internal.Interp
Implements converting java object to Tcl format and sets interpreter result appropriately
setResult(String). Static method in class nsjava.internal.Interp
Set interp result to value
setVar(String, String, String, int, boolean). Static method in class nsjava.internal.Interp
Set variable result
size(). Method in class nsjava.NsSet
Get the number of entries in the NsSet object.
sp_exec(). Method in class nsjava.NsDb
Method to exec stored procedures.
sp_getparams(). Method in class nsjava.NsDb
Method which currently throws an exception if used.
sp_returncode(). Method in class nsjava.NsDb
Method to get the stored procedure returncode.
sp_setparam(String). Method in class nsjava.NsDb
Method which is not yet implemented.
sp_start(String). Method in class nsjava.NsDb
Method which is not yet implemented.
split(). Method in class nsjava.NsSet
split an NsSet object - not yet implemented.
status(). Method in class nsjava.NsPg
Return the status for the postgresql driver.

T

table(String). Method in class nsjava.NsPg
Implementation of the ns_table command.
table(String, String). Method in class nsjava.NsPg
Implementation of the ns_table command.
table(String, String, String). Method in class nsjava.NsPg
Implementation of the ns_table command.
takeExclusive(). Method in class nsjava.internal.TclObject
Takes exclusive ownership of this object.
TCL(). Constructor for class nsjava.internal.TCL
TclException(int). Constructor for class nsjava.internal.TclException
TclException(String). Constructor for class nsjava.internal.TclException
TclException(String, int). Constructor for class nsjava.internal.TclException
TclObject(InternalRep). Constructor for class nsjava.internal.TclObject
Creates a TclObject with the given InternalRep.
TclRuntimeError(String). Constructor for class nsjava.internal.TclRuntimeError
Constructs a TclRuntimeError with the specified detail message.
throwCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::throw command in Tcl.
TIMER_EVENTS. Static variable in class nsjava.internal.TCL
toString(). Method in class nsjava.internal.TclBoolean
Called to query the string representation of the Tcl object.
toString(). Method in class nsjava.internal.TclDouble
toString(). Method in class nsjava.internal.TclInteger
Called to query the string representation of the Tcl object.
toString(). Method in class nsjava.internal.TclList
Called to query the string representation of the Tcl object.
toString(). Method in class nsjava.internal.TclObject
Returns the string representation of the object.
toString(). Method in class nsjava.internal.TclString
Called to query the string representation of the Tcl object.
TRACE_ARRAY. Static variable in class nsjava.internal.TCL
TRACE_DESTROYED. Static variable in class nsjava.internal.TCL
TRACE_READS. Static variable in class nsjava.internal.TCL
TRACE_UNSETS. Static variable in class nsjava.internal.TCL
TRACE_WRITES. Static variable in class nsjava.internal.TCL
truncate(int). Method in class nsjava.NsSet
Truncate the NsSet structure.
truncate(Integer). Method in class nsjava.NsSet
Truncate the NsSet structure.
tryCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::try command in Tcl.

U

unique(String). Method in class nsjava.NsSet
Is the key unique within this NsSet?
unlockCmd(String[]). Static method in class nsjava.internal.Commands
Implements nsjava::unlock command in tcl.
update(String, String). Method in class nsjava.NsSet
update the entry corresponding to the key.
user(). Method in class nsjava.NsDb
Method for obtaining the user associated with the db handle.

V

value(int). Method in class nsjava.NsSet
Get the value corresponding to the specified index.
value(Integer). Method in class nsjava.NsSet
Get the value corresponding to the specified index.
verbose(). Method in class nsjava.NsDb
Method which gets the current verbose mode.
verbose(boolean). Method in class nsjava.NsDb
Method which sets verbose mode to on/off.

W

WINDOW_EVENTS. Static variable in class nsjava.internal.TCL
write(String, String). Method in class nsjava.NsLog
Write a message to the aolserver log file with an associated severity level.