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 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()
-