Uses of Interface
org.postgresql.core.BaseStatement
-
Packages that use BaseStatement Package Description org.postgresql.jdbc -
-
Uses of BaseStatement in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement BaseStatement Modifier and Type Class Description (package private) class
PgCallableStatement
(package private) class
PgPreparedStatement
class
PgStatement
Fields in org.postgresql.jdbc declared as BaseStatement Modifier and Type Field Description protected BaseStatement
PgResultSet. statement
Methods in org.postgresql.jdbc that return BaseStatement Modifier and Type Method Description BaseStatement
PgResultSet. getPGStatement()
Constructors in org.postgresql.jdbc with parameters of type BaseStatement Constructor Description PgResultSet(Query originalQuery, BaseStatement statement, Field[] fields, java.util.List<Tuple> tuples, ResultCursor cursor, int maxRows, int maxFieldSize, int rsType, int rsConcurrency, int rsHoldability, boolean adaptiveFetch)
-