| Home >> All >> postgresql >> [ fastpath Javadoc ] |
postgresql.fastpath: Javadoc index of package postgresql.fastpath.
Package Samples:
postgresql.fastpath
Classes:
Fastpath: This class implements the Fastpath api. This is a means of executing functions imbeded in the 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 postgresql.largeobject package
| Home | Contact Us | Privacy Policy | Terms of Service |