| Modifier and Type | Field and Description |
|---|---|
static DatabaseConnector |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
DatabaseServerType |
getDatabaseServerType() |
PluginCommand |
getHelpCommand() |
SchemaRetrievalOptionsBuilder |
getSchemaRetrievalOptionsBuilder(Connection connection)
Gets the complete bundled database specific configuration set, including the SQL for
information schema views.
|
DatabaseConnectionSource |
newDatabaseConnectionSource(DatabaseConnectionOptions connectionOptions)
Creates a datasource for connecting to a database.
|
SchemaCrawlerOptions |
setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions) |
boolean |
supportsUrl(String url) |
String |
toString() |
public static final DatabaseConnector UNKNOWN
public final DatabaseServerType getDatabaseServerType()
public PluginCommand getHelpCommand()
public final SchemaRetrievalOptionsBuilder getSchemaRetrievalOptionsBuilder(Connection connection)
connection - Database connectionpublic DatabaseConnectionSource newDatabaseConnectionSource(DatabaseConnectionOptions connectionOptions) throws SchemaCrawlerException
connectionUrl - Database connection URLSchemaCrawlerExceptionpublic final SchemaCrawlerOptions setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions)
public final boolean supportsUrl(String url)
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.