- getColumnCount().
Method in class postgresql.ResultSet
- getColumnCount returns the number of columns
- getColumnOID(int).
Method in class postgresql.ResultSet
- returns the OID of a field.
It is used internally by the driver.
- getCursorName().
Method in class postgresql.Connection
- getCursorName gets the cursor name.
- getData(String, FastpathArg[]).
Method in class postgresql.fastpath.Fastpath
- This convenience method assumes that the return value is an Integer
- getFastpathAPI().
Method in class postgresql.Connection
- This returns the Fastpath API for the current connection.
- getID(String).
Method in class postgresql.fastpath.Fastpath
- This returns the function id associated by its name
If addFunction() or addFunctions() have not been called for this name,
then an SQLException is thrown.
- getInputStream().
Method in class postgresql.largeobject.LargeObject
- Returns an InputStream from this object.
- getInteger(String, FastpathArg[]).
Method in class postgresql.fastpath.Fastpath
- This convenience method assumes that the return value is an Integer
- getLargeObjectAPI().
Method in class postgresql.Connection
- This returns the LargeObject API for the current connection.
- getMajorVersion().
Method in class postgresql.Driver
- Gets the drivers major version number
- getMinorVersion().
Method in class postgresql.Driver
- Get the drivers minor version number
- getNext().
Method in class postgresql.ResultSet
- Since ResultSets can be chained, we need some method of
finding the next one in the chain.
- getObject(String, String).
Method in class postgresql.Connection
- This method is used internally to return an object based around
postgresql's more unique data types.
- getOID().
Method in class postgresql.Field
-
- getOID().
Method in class postgresql.largeobject.LargeObject
-
- getOutputStream().
Method in class postgresql.largeobject.LargeObject
- Returns an OutputStream to this object
This OutputStream can then be used in any method that requires an
OutputStream.
- getPropertyInfo(String, Properties).
Method in class postgresql.Driver
- The getPropertyInfo method is intended to allow a generic GUI
tool to discover what properties it should prompt a human for
in order to get enough information to connect to a database.
- getResultCount().
Method in class postgresql.ResultSet
- If we are just a place holder for results, we still need
to get an updateCount.
- getSQLType().
Method in class postgresql.Field
- the ResultSet and ResultMetaData both need to handle the SQL
type, which is gained from another query.
- getSQLType(String).
Static method in class postgresql.Field
- This returns the SQL type.
- getStatusString().
Method in class postgresql.ResultSet
- Returns the status message from the backend.
It is used internally by the driver.
- getString(int).
Method in class postgresql.ResultSet
-
- getTupleCount().
Method in class postgresql.ResultSet
- We also need to provide a couple of auxiliary functions for
the implementation of the ResultMetaData functions.
- getTypeName().
Method in class postgresql.Field
- We also need to get the type name as returned by the back end.
- getURL().
Method in class postgresql.Connection
- We are required to bring back certain information by
the DatabaseMetaData class.
- getUserName().
Method in class postgresql.Connection
- Method getUserName() brings back the User Name (again, we
saved it)