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) class
PgCallableStatement
(package private) class
PgPreparedStatement
Fields in org.postgresql.jdbc declared as PgStatement Modifier and Type Field Description private PgStatement
BatchResultHandler. pgStatement
private PgStatement
StatementCancelTimerTask. statement
Fields 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_UPDATER
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<PgStatement>
PgStatement. IS_CLOSED_UPDATER
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<PgStatement,StatementCancelState>
PgStatement. STATE_UPDATER
Constructors 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)
-