Home
last modified time | relevance | path

Searched refs:PostgresqlCatalog (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlCatalog.java38 public class PostgresqlCatalog extends OCatalog { class
39 public PostgresqlCatalog(PostgresqlConnection connection) throws SQLException { in PostgresqlCatalog() method in PostgresqlCatalog
H A DPostgresqlTables.java53 private PostgresqlCatalog catalog;
55 …public PostgresqlTables(Object lock, XDatabaseMetaData metadata, PostgresqlCatalog catalog, List<S… in PostgresqlTables()
H A DPostgresqlViews.java51 private PostgresqlCatalog catalog;
54 …public PostgresqlViews(Object lock, XDatabaseMetaData metadata, PostgresqlCatalog catalog, List<St… in PostgresqlViews()
H A DPostgresqlDriver.java181 return new PostgresqlCatalog((PostgresqlConnection)connection); in getDataDefinitionByConnection()

Completed in 20 milliseconds