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

Quick Search    Search Deep

org.postgresql.fastpath: Javadoc index of package org.postgresql.fastpath.


Package Samples:

org.postgresql.fastpath

Classes:

Fastpath: This class implements the Fastpath api. This is a means of executing functions imbeded in the org.postgresql backend from within a java application. It is based around the file src/interfaces/libpq/fe-exec.c Implementation notes: Network protocol: The code within the backend reads integers in reverse. There is work in progress to convert all of the protocol to network order but it may not be there for v6.3 When fastpath switches, simply replace SendIntegerReverse() with SendInteger()
FastpathArg: Each fastpath call requires an array of arguments, the number and type dependent on the function being called. This class implements methods needed to provide this capability. For an example on how to use this, refer to the org.postgresql.largeobject package

Home | Contact Us | Privacy Policy | Terms of Service