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) classPgCallableStatement(package private) classPgPreparedStatementclassPgStatementFields in org.postgresql.jdbc declared as BaseStatement Modifier and Type Field Description protected BaseStatementPgResultSet. statementMethods in org.postgresql.jdbc that return BaseStatement Modifier and Type Method Description BaseStatementPgResultSet. 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)
-