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 30
30
31
31
32
32
import java .io .IOException ;
33
- import java .sql .Connection ;
34
33
import java .util .function .Predicate ;
35
34
36
35
import schemacrawler .schemacrawler .DatabaseServerType ;
37
- import schemacrawler .schemacrawler .SchemaRetrievalOptionsBuilder ;
38
36
import schemacrawler .tools .databaseconnector .DatabaseConnector ;
39
37
import schemacrawler .tools .executable .commandline .PluginCommand ;
40
38
import schemacrawler .tools .iosource .ClasspathInputResource ;
@@ -52,15 +50,6 @@ public SAPIQDatabaseConnector()
52
50
"/sapiq.information_schema" ));
53
51
}
54
52
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
-
64
53
@ Override
65
54
public PluginCommand getHelpCommand ()
66
55
{
You can’t perform that action at this time.
0 commit comments