public abstract class DatabaseConnector extends Object implements Options
| 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,
UserCredentials userCredentials)
Creates a datasource for connecting to a database.
|
SchemaCrawlerOptions |
setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions) |
boolean |
supportsUrl(String url) |
String |
toString() |
public final DatabaseServerType getDatabaseServerType()
public PluginCommand getHelpCommand()
public final SchemaRetrievalOptionsBuilder getSchemaRetrievalOptionsBuilder(Connection connection)
connection - Database connectionpublic DatabaseConnectionSource newDatabaseConnectionSource(DatabaseConnectionOptions connectionOptions, UserCredentials userCredentials)
connectionUrl - Database connection URLpublic final SchemaCrawlerOptions setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions)
public final boolean supportsUrl(String url)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.