Uses of Class
xal.tools.database.DatabaseAdaptor
Packages that use DatabaseAdaptor
-
Uses of DatabaseAdaptor in xal.plugin.mysql
Subclasses of DatabaseAdaptor in xal.plugin.mysql -
Uses of DatabaseAdaptor in xal.plugin.postgres
Subclasses of DatabaseAdaptor in xal.plugin.postgres -
Uses of DatabaseAdaptor in xal.tools.database
Methods in xal.tools.database that return DatabaseAdaptorModifier and TypeMethodDescriptionConnectionDictionary.getDatabaseAdaptor()Get the database adaptor to useDBConfiguration.getDefaultDatabaseAdaptor()Get the default database adaptorstatic DatabaseAdaptorDatabaseAdaptor.getInstance()Get a new database adaptor using the default database adaptor.Methods in xal.tools.database with parameters of type DatabaseAdaptorModifier and TypeMethodDescriptionstatic ConnectionConnectionDialog.showConnectionDialog(Frame owner, DatabaseAdaptor databaseAdaptor) Display the dialog and return the connection dictionary.static ConnectionConnectionDialog.showConnectionDialog(Frame owner, DatabaseAdaptor databaseAdaptor, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.ConnectionDialog.showConnectionDialog(DatabaseAdaptor databaseAdaptor) Attempt to connect to the database using the supplied database adaptor and the connection dictionary specified by the user via the dialog box.Constructors in xal.tools.database with parameters of type DatabaseAdaptorModifierConstructorDescriptionDatabaseException(String message, DatabaseAdaptor adaptor, SQLException cause) Constructor to wrap an SQLException