A C D E F G H I J L N O P R S T U X Y

A

accept() - Method in class javacli.LocalSocket
 
addIndex(String, String) - Method in class javacli.Connection
Add case sensitive index
addIndex(String, String, boolean) - Method in class javacli.Connection
Add index
addPackage(String) - Method in class javacli.Connection
Add package name to the list of registered package.
area() - Method in class javacli.Rectangle
Rectangle area

C

CliError - exception javacli.CliError.
Exception thrown by Gigabase CLI implementation.
CliError(String) - Constructor for class javacli.CliError
Constructor of the exception object.
Connection - class javacli.Connection.
Gigabase interface responsible for managing connection with GigaBASE server.
Connection() - Constructor for class javacli.Connection
 
ConnectionPool - class javacli.ConnectionPool.
Perform connection pooling
ConnectionPool() - Constructor for class javacli.ConnectionPool
 
cancelAccept() - Method in class javacli.LocalSocket
 
cli_already_updated - Static variable in class javacli.Connection
 
cli_bad_address - Static variable in class javacli.Connection
 
cli_bad_statement - Static variable in class javacli.Connection
 
cli_closed_connection - Static variable in class javacli.Connection
 
cli_closed_statement - Static variable in class javacli.Connection
 
cli_column_not_found - Static variable in class javacli.Connection
 
cli_connection_refused - Static variable in class javacli.Connection
 
cli_database_not_found - Static variable in class javacli.Connection
 
cli_empty_parameter - Static variable in class javacli.Connection
 
cli_incompatible_type - Static variable in class javacli.Connection
 
cli_login_failed - Static variable in class javacli.Connection
 
cli_network_error - Static variable in class javacli.Connection
 
cli_not_all_columns_specified - Static variable in class javacli.Connection
 
cli_not_fetched - Static variable in class javacli.Connection
 
cli_not_found - Static variable in class javacli.Connection
 
cli_not_implemented - Static variable in class javacli.Connection
 
cli_not_update_mode - Static variable in class javacli.Connection
 
cli_ok - Static variable in class javacli.Connection
 
cli_parameter_not_found - Static variable in class javacli.Connection
 
cli_runtime_error - Static variable in class javacli.Connection
 
cli_table_already_exists - Static variable in class javacli.Connection
 
cli_table_not_found - Static variable in class javacli.Connection
 
cli_unbound_parameter - Static variable in class javacli.Connection
 
cli_unsupported_type - Static variable in class javacli.Connection
 
close() - Method in class javacli.Connection
Close connection with server
close() - Method in class javacli.ConnectionPool
Physically close all opened connections
close() - Method in class javacli.LocalSocket
 
close() - Method in class javacli.ObjectSet
Close object set.
close() - Method in class javacli.Statement
Close the statement.
commit() - Method in class javacli.Connection
Commit current transaction
contains(Rectangle) - Method in class javacli.Rectangle
Checks whether this rectangle contains specified r rectangle
create(int) - Static method in class javacli.LocalSocket
 
createStatement(String) - Method in class javacli.Connection
Create select statement.
createTable(Class) - Method in class javacli.Connection
Create table matching specified class.
createTable(Class, HashMap) - Method in class javacli.Connection
Create table matching specified class.

D

distance(Rectangle, Rectangle) - Static method in class javacli.Rectangle
Distance between two rectangles
dropIndex(String, String) - Method in class javacli.Connection
Drop index
dropTable(Class) - Method in class javacli.Connection
Drop table corresponding to the specified class.
dropTable(String) - Method in class javacli.Connection
Drop specified table

E

equals(Object) - Method in class javacli.Rectangle
Checks whether two rectangles are the same
equals(Object) - Method in class javacli.Reference
Comparison method for references

F

fetch() - Method in class javacli.Statement
Prepare (if needed) and execute select statement
fetch(boolean) - Method in class javacli.Statement
Prepare (if needed) and execute select statement Only object set returned by the select for updated statement allows update and deletion of the objects.
finalize() - Method in class javacli.Statement
Cleanup unreferenced statement

G

getFirst() - Method in class javacli.ObjectSet
Get first fetched object
getInputStream() - Method in class javacli.LocalSocket
 
getLast() - Method in class javacli.ObjectSet
Get last fetched object
getNext() - Method in class javacli.ObjectSet
Get next fetched object
getOid() - Method in class javacli.Reference
Get object identifier
getOutputStream() - Method in class javacli.LocalSocket
 
getPrev() - Method in class javacli.ObjectSet
Get previous fetched object
getRef() - Method in class javacli.ObjectSet
Get reference to the current object

H

hashCode() - Method in class javacli.Rectangle
Hash code method for references
hashCode() - Method in class javacli.Reference
Hash code method for references

I

insert(Object) - Method in class javacli.Connection
Insert object in the database.

J

javacli - package javacli
 
join(Rectangle, Rectangle) - Static method in class javacli.Rectangle
Calculate cover of two rectangles
join(Rectangle) - Method in class javacli.Rectangle
Calculate cover of two rectangles This rectangle is changesd to be the minimal rectangle containing original rectangle and specified rectangles

L

LocalSocket - class javacli.LocalSocket.
 
LocalSocket(long) - Constructor for class javacli.LocalSocket
 
LocalSocket(String, int) - Constructor for class javacli.LocalSocket
 
LocalSocket() - Constructor for class javacli.LocalSocket
 

N

newConnection(String, int) - Method in class javacli.ConnectionPool
Make new pooled connection.
newConnection(String, int, String, String) - Method in class javacli.ConnectionPool
Make new pooled connection.

O

ObjectSet - class javacli.ObjectSet.
Set of objects returned by select.
open(String, int) - Method in class javacli.Connection
Open onnection with server
open(String, int, String, String) - Method in class javacli.Connection
Open connection with server
open(String, int) - Method in class javacli.LocalSocket
 
overlaps(Rectangle) - Method in class javacli.Rectangle
Check whether two rectngles overlaps

P

precommit() - Method in class javacli.Connection
Release all locks set by the current transaction

R

Rectangle - class javacli.Rectangle.
Class representing R2-rectangle
Rectangle(int, int, int, int) - Constructor for class javacli.Rectangle
Contruct rectangle with specified coordinates
Rectangle(Rectangle) - Constructor for class javacli.Rectangle
Create copy of the rectangle
Rectangle() - Constructor for class javacli.Rectangle
Create rectangle with all zero coordinates
Reference - class javacli.Reference.
Class representing references between persistent objects
Reference(int) - Constructor for class javacli.Reference
 
releaseConnection(Connection) - Method in class javacli.ConnectionPool
Return conection to the pool
removeAll() - Method in class javacli.ObjectSet
Remove all selected objects.
rollback() - Method in class javacli.Connection
Rollback curent transaction.Al changes made by current transaction are lost.

S

Statement - class javacli.Statement.
Statement class is used to prepare and execute selct statement
setBool(String, boolean) - Method in class javacli.Statement
Set boolean parameter
setByte(String, byte) - Method in class javacli.Statement
Set byte parameter
setDouble(String, double) - Method in class javacli.Statement
Set double parameter
setFloat(String, float) - Method in class javacli.Statement
Set float parameter
setInt(String, int) - Method in class javacli.Statement
Set integer parameter
setLong(String, long) - Method in class javacli.Statement
Set long parameter
setRectangle(String, Rectangle) - Method in class javacli.Statement
Set rectangle parameter
setRef(String, Reference) - Method in class javacli.Statement
Set reference parameter
setShort(String, short) - Method in class javacli.Statement
Set short parameter
setSoLinger(boolean, int) - Method in class javacli.LocalSocket
 
setString(String, String) - Method in class javacli.Statement
Set string parameter
setTcpNoDelay(boolean) - Method in class javacli.LocalSocket
 
size() - Method in class javacli.ObjectSet
Get the number of objects in the object set.

T

toString() - Method in class javacli.Rectangle
 
toString() - Method in class javacli.Reference
 

U

update() - Method in class javacli.ObjectSet
Update the current object in the set.

X

x0 - Variable in class javacli.Rectangle
 
x1 - Variable in class javacli.Rectangle
 

Y

y0 - Variable in class javacli.Rectangle
 
y1 - Variable in class javacli.Rectangle
 

A C D E F G H I J L N O P R S T U X Y