Uses of Class
xal.tools.database.DatabaseException
Packages that use DatabaseException
Package
Description
-
Uses of DatabaseException in xal.plugin.mysql
Methods in xal.plugin.mysql that throw DatabaseExceptionModifier and TypeMethodDescriptionMySQLDatabaseAdaptor.fetchAllSchemas
(Connection connection) Fetch all schemas from the connected database.MySQLDatabaseAdaptor.getArray
(String type, Connection connection, Object array) MySQLDatabaseAdaptor.getConnection
(String urlSpec, String user, String password) -
Uses of DatabaseException in xal.plugin.postgres
Methods in xal.plugin.postgres that throw DatabaseExceptionModifier and TypeMethodDescriptionPostgresDatabaseAdaptor.getArray
(String type, Connection connection, Object array) Get an SQL Array given an SQL array type, connection and a primitive arrayPostgresDatabaseAdaptor.getConnection
(String urlSpec, String user, String password) PostgresDatabaseAdaptor.getConnection
(ConnectionDictionary dictionary) -
Uses of DatabaseException in xal.service.pvlogger.apputils.browser
Methods in xal.service.pvlogger.apputils.browser that throw DatabaseExceptionModifier and TypeMethodDescriptionvoid
BrowserModel.connect()
Connect to the database with the default connection dictionaryvoid
BrowserModel.connect
(ConnectionDictionary dictionary) Connect to the database with the specified connection dictionary -
Uses of DatabaseException in xal.tools.database
Methods in xal.tools.database that throw DatabaseExceptionModifier and TypeMethodDescriptionDatabaseAdaptor.fetchAllSchemas
(Connection connection) Fetch all schema from the connected databaseDatabaseAdaptor.fetchNontrivialSchemas
(Connection connection) Fetch the list of nontrivial schema.DatabaseAdaptor.fetchPrimaryKeys
(Connection connection, String schema, String table) Fetch the primary keys for a specified table in a specified schemaDatabaseAdaptor.fetchTables
(Connection connection, String schema) Fetch tables for the specified schemaabstract Array
DatabaseAdaptor.getArray
(String type, Connection connection, Object array) Get an SQL Array given an SQL array type, connection and a primitive arrayDatabaseAdaptor.getConnection
(String urlSpec, String user, String password) Get a new database connectionDatabaseAdaptor.getConnection
(ConnectionDictionary dictionary) Get a new database connection