File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
schemacrawler-sapiq/src/main/java/schemacrawler/server/sapiq Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 3030
3131
3232import java .io .IOException ;
33- import java .sql .Connection ;
3433import java .util .function .Predicate ;
3534
3635import schemacrawler .schemacrawler .DatabaseServerType ;
37- import schemacrawler .schemacrawler .SchemaRetrievalOptionsBuilder ;
3836import schemacrawler .tools .databaseconnector .DatabaseConnector ;
3937import schemacrawler .tools .executable .commandline .PluginCommand ;
4038import schemacrawler .tools .iosource .ClasspathInputResource ;
@@ -52,15 +50,6 @@ public SAPIQDatabaseConnector()
5250 "/sapiq.information_schema" ));
5351 }
5452
55- @ Override
56- public SchemaRetrievalOptionsBuilder getSchemaRetrievalOptionsBuilder (final Connection connection )
57- {
58- final SchemaRetrievalOptionsBuilder schemaRetrievalOptionsBuilder =
59- super .getSchemaRetrievalOptionsBuilder (connection );
60- schemaRetrievalOptionsBuilder .withDoesNotSupportCatalogs ();
61- return schemaRetrievalOptionsBuilder ;
62- }
63-
6453 @ Override
6554 public PluginCommand getHelpCommand ()
6655 {
You can’t perform that action at this time.
0 commit comments