Uses of Class
org.postgresql.jdbc.PgStatement
-
Packages that use PgStatement Package Description org.postgresql.jdbc -
-
Uses of PgStatement in org.postgresql.jdbc
Subclasses of PgStatement in org.postgresql.jdbc Modifier and Type Class Description (package private) classPgCallableStatement(package private) classPgPreparedStatementFields in org.postgresql.jdbc declared as PgStatement Modifier and Type Field Description private PgStatementBatchResultHandler. pgStatementprivate PgStatementStatementCancelTimerTask. statementFields in org.postgresql.jdbc with type parameters of type PgStatement Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<PgStatement,java.util.TimerTask>PgStatement. CANCEL_TIMER_UPDATERprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<PgStatement>PgStatement. IS_CLOSED_UPDATERprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<PgStatement,StatementCancelState>PgStatement. STATE_UPDATERConstructors in org.postgresql.jdbc with parameters of type PgStatement Constructor Description BatchResultHandler(PgStatement pgStatement, Query[] queries, ParameterList[] parameterLists, boolean expectGeneratedKeys)CallableBatchResultHandler(PgStatement statement, Query[] queries, ParameterList[] parameterLists)StatementCancelTimerTask(PgStatement statement)
-