A B C D E F G H I J K L M N O P Q R S T U V W Y _

T

TableBuilder - Class in org.postgresql.pljava.test
 
TableBuilder() - Constructor for class org.postgresql.pljava.test.TableBuilder
 
TAN - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
tell() - Method in class org.postgresql.pljava.internal.LargeObject
 
testBinaryColumns() - Method in class org.postgresql.pljava.test.Tester
 
testCallInCall() - Method in class org.postgresql.pljava.test.Tester
 
testComplexScalar() - Method in class org.postgresql.pljava.test.Tester
 
testComplexTuple() - Method in class org.postgresql.pljava.test.Tester
 
testCurrentDir() - Method in class org.postgresql.pljava.test.Tester
 
testDatabaseMetaData() - Method in class org.postgresql.pljava.test.Tester
 
Tester - Class in org.postgresql.pljava.test
Some fairly crude tests.
Tester(Connection) - Constructor for class org.postgresql.pljava.test.Tester
 
testInsertUsernameTrigger() - Method in class org.postgresql.pljava.test.Tester
 
testInt() - Method in class org.postgresql.pljava.test.Tester
 
testModdatetimeTrigger() - Method in class org.postgresql.pljava.test.Tester
 
testParameters() - Method in class org.postgresql.pljava.test.Tester
 
TestPLJava - Class in org.postgresql.pljava.test
PL/Java Test harness
TestPLJava(String, String) - Constructor for class org.postgresql.pljava.test.TestPLJava
 
testResultSet() - Method in class org.postgresql.pljava.test.Tester
 
testSavepointSanity() - Static method in class org.postgresql.pljava.example.SPIActions
 
testSavepointSanity() - Method in class org.postgresql.pljava.test.Tester
 
testSetReturn() - Method in class org.postgresql.pljava.test.Tester
 
testSPIActions() - Method in class org.postgresql.pljava.test.Tester
 
testTimestamp() - Method in class org.postgresql.pljava.test.Tester
 
testTransactionRecovery() - Static method in class org.postgresql.pljava.example.SPIActions
 
testTransactionRecovery() - Method in class org.postgresql.pljava.test.Tester
 
testTrustedSecurity() - Method in class org.postgresql.pljava.test.Tester
 
testTupleReturn() - Method in class org.postgresql.pljava.test.Tester
 
testUsingProperties() - Method in class org.postgresql.pljava.test.Tester
 
testUsingResultSetProperties() - Method in class org.postgresql.pljava.test.Tester
 
testUsingScalarProperties() - Method in class org.postgresql.pljava.test.Tester
 
TEXT - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
THREADLOCK - Static variable in class org.postgresql.pljava.internal.Backend
All native calls synchronize on this object.
Threads - Class in org.postgresql.pljava.example
This class contains thread related methods.
Threads() - Constructor for class org.postgresql.pljava.example.Threads
 
TIME - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
TIMESTAMP - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
TIMESTAMPTZ - Static variable in class org.postgresql.pljava.jdbc.TypeOid
 
toString() - Method in class org.postgresql.pljava.example.ComplexScalar
 
toString() - Method in class org.postgresql.pljava.internal.AclId
Returns the result of calling #getName().
toString() - Method in class org.postgresql.pljava.internal.Oid
Returns a string representation of this OID.
toString() - Method in class org.postgresql.pljava.jdbc.SPIPreparedStatement
 
toString() - Method in class org.postgresql.pljava.management.SQLDeploymentDescriptor
Returns the original image.
toString() - Method in class org.postgresql.pljava.test.Environment
 
toString() - Method in class org.postgresql.pljava.test.Path
 
TransactionalMap - Class in org.postgresql.pljava.internal
A TransactionalMap acts as a modifiable front for a backing map.
TransactionalMap(Map) - Constructor for class org.postgresql.pljava.internal.TransactionalMap
 
TransactionalMap.BackedEntry - Class in org.postgresql.pljava.internal
 
TransactionalMap.BackedEntry(Object) - Constructor for class org.postgresql.pljava.internal.TransactionalMap.BackedEntry
 
TransactionalMap.EntryIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.EntryIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.EntryIterator
 
TransactionalMap.KeyIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.KeyIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.KeyIterator
 
TransactionalMap.ValueIterator - Class in org.postgresql.pljava.internal
 
TransactionalMap.ValueIterator() - Constructor for class org.postgresql.pljava.internal.TransactionalMap.ValueIterator
 
TransactionListener - Interface in org.postgresql.pljava
 
transferPeopleWithSalary(int) - Static method in class org.postgresql.pljava.example.SPIActions
 
TRIGGER_ACTION_EXCEPTION - Static variable in exception org.postgresql.pljava.TriggerException
 
TriggerData - Class in org.postgresql.pljava.internal
The TriggerData correspons to the internal PostgreSQL TriggerData.
TriggerData - Interface in org.postgresql.pljava
The SQL 2003 spec.
TriggerException - Exception in org.postgresql.pljava
An exception specially suited to be thrown from within a method designated to be a trigger function.
TriggerException(TriggerData) - Constructor for exception org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method.
TriggerException(TriggerData, String) - Constructor for exception org.postgresql.pljava.TriggerException
Create an exception based on the TriggerData that was passed to the trigger method and an additional message.
TriggerResultSet - Class in org.postgresql.pljava.jdbc
A single row, updateable ResultSet specially made for triggers.
TriggerResultSet(TupleDesc, Tuple, boolean) - Constructor for class org.postgresql.pljava.jdbc.TriggerResultSet
 
Triggers - Class in org.postgresql.pljava.example
This class contains some triggers that I found written in C under the contrib/spi directory of the postgres source distribution.
Triggers() - Constructor for class org.postgresql.pljava.example.Triggers
 
truncate(long) - Method in class org.postgresql.pljava.jdbc.BlobValue
In this method is not supported by BlobValue
TRUNCATE - Static variable in class org.postgresql.pljava.jdbc.BuiltinFunctions
 
truncate(long) - Method in class org.postgresql.pljava.jdbc.ClobValue
In this method is not supported by ClobValue
Tuple - Class in org.postgresql.pljava.internal
The Tuple correspons to the internal PostgreSQL HeapTuple.
TupleDesc - Class in org.postgresql.pljava.internal
The TupleDesc correspons to the internal PostgreSQL TupleDesc.
TupleReturn - Class in org.postgresql.pljava.example
 
TupleReturn(int, int) - Constructor for class org.postgresql.pljava.example.TupleReturn
 
tupleReturn(int, int, ResultSet) - Static method in class org.postgresql.pljava.example.TupleReturn
 
TupleTable - Class in org.postgresql.pljava.internal
The SPITupleTable correspons to the internal PostgreSQL SPITupleTable type.
TypeOid - Class in org.postgresql.pljava.jdbc
Provides constants for well-known backend OIDs for the types we commonly use.
TypeOid() - Constructor for class org.postgresql.pljava.jdbc.TypeOid
 

A B C D E F G H I J K L M N O P Q R S T U V W Y _