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
- 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.
- cancel().
Method in class nsjava.NsDb
- Method for cancelling the current operation.
- 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.
- connected().
Method in class nsjava.NsDb
- Method to test if the connection is made.
- 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.
- 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.
- dml(String).
Method in class nsjava.NsDb
- Method which performs dml operations.
- driver().
Method in class nsjava.NsDb
- Method for obtaining the driver associated with the db handle.
- 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.
- 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.
- 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.
- get(String).
Method in class nsjava.NsSet
- Get the entry corresponding to the specified key.
- 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.
- 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
- getrow(NsSet).
Method in class nsjava.NsDb
- Method which gets the next result row and places in the
referenced NsSet object.
- host().
Method in class nsjava.NsPg
- Return the host for the postgresql driver.
- 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).
- 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).
- interpretsqlfile(String).
Method in class nsjava.NsDb
- Method which is not yet implemented.
- 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?
- iunique(String).
Method in class nsjava.NsSet
- Is the key unique within this NsSet(ignore case)?
- 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.
- 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.
- name().
Method in class nsjava.NsSet
- Get the name of the NsSet object.
- 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.
- number().
Method in class nsjava.NsPg
- Return the number of connections for the postgresql driver.
- options().
Method in class nsjava.NsPg
- Return the options for the postgresql driver.
- 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.
- print().
Method in class nsjava.NsSet
- Print the NsSet structure.
- put(String, String).
Method in class nsjava.NsSet
- append the new value in the set.
- releasehandle().
Method in class nsjava.NsDb
- Method for releasing the database handle.
- resethandle().
Method in class nsjava.NsDb
- Method for resetting the database handle.
- 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.
- setexception(String).
Method in class nsjava.NsDb
- Method which is not yet implemented.
- 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.
- 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.
- truncate(int).
Method in class nsjava.NsSet
- Truncate the NsSet structure.
- truncate(Integer).
Method in class nsjava.NsSet
- Truncate the NsSet structure.
- unique(String).
Method in class nsjava.NsSet
- Is the key unique within this NsSet?
- 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.
- 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.
- write(String, String).
Method in class nsjava.NsLog
- Write a message to the aolserver log file with an associated severity
level.