Uses of Class
com.impossibl.postgres.system.BasicContext
-
Packages that use BasicContext Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.system.tables -
-
Uses of BasicContext in com.impossibl.postgres.jdbc
Subclasses of BasicContext in com.impossibl.postgres.jdbc Modifier and Type Class Description class
PGDirectConnection
Direct connection implementation -
Uses of BasicContext in com.impossibl.postgres.system.tables
Methods in com.impossibl.postgres.system.tables with parameters of type BasicContext Modifier and Type Method Description default List<R>
Table. query(BasicContext context, String queryTxt, long timeout, Object... params)
-