Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C F G O S T V

A

addFunction(String, int) - Method in class org.postgresql.fastpath.Fastpath
This adds a function to our lookup table.
addFunctions(ResultSet) - Method in class org.postgresql.fastpath.Fastpath
This takes a ResultSet containing two columns.

B

bytes - Variable in class org.postgresql.fastpath.FastpathArg
Byte value if type=false;

C

conn - Variable in class org.postgresql.fastpath.Fastpath
 

F

Fastpath - class org.postgresql.fastpath.Fastpath.
This class implements the Fastpath api.
Fastpath(Connection, PG_Stream) - Constructor for class org.postgresql.fastpath.Fastpath
Initialises the fastpath system
FastpathArg - class org.postgresql.fastpath.FastpathArg.
Each fastpath call requires an array of arguments, the number and type dependent on the function being called.
FastpathArg(int) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of an integer value
FastpathArg(byte[]) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of an array of bytes
FastpathArg(byte[], int, int) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of part of a byte array
FastpathArg(String) - Constructor for class org.postgresql.fastpath.FastpathArg
Constructs an argument that consists of a String.
fastpath(int, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Send a function call to the PostgreSQL backend
fastpath(String, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Send a function call to the PostgreSQL backend by name.
func - Variable in class org.postgresql.fastpath.Fastpath
 

G

getData(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
This convenience method assumes that the return value is an Integer
getID(String) - Method in class org.postgresql.fastpath.Fastpath
This returns the function id associated by its name
getInteger(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
This convenience method assumes that the return value is an Integer

O

org.postgresql.fastpath - package org.postgresql.fastpath
 

S

send(PG_Stream) - Method in class org.postgresql.fastpath.FastpathArg
This sends this argument down the network stream.
stream - Variable in class org.postgresql.fastpath.Fastpath
 

T

type - Variable in class org.postgresql.fastpath.FastpathArg
Type of argument, true=integer, false=byte[]

V

value - Variable in class org.postgresql.fastpath.FastpathArg
Integer value if type=true

A B C F G O S T V