Uses of Class
marauroa.server.db.DatabaseConnectionException
Package
Description
database specific low level code.
high level database access.
-
Uses of DatabaseConnectionException in marauroa.server.db.adapter
Modifier and TypeMethodDescriptionprotected Connection
AbstractDatabaseAdapter.createConnection(Properties connInfo)
This method creates the real connection to database.protected Connection
H2DatabaseAdapter.createConnection(Properties connInfo)
protected Connection
MySQLDatabaseAdapter.createConnection(Properties connInfo)
protected Connection
PostgresDatabaseAdapter.createConnection(Properties connInfo)
ModifierConstructorDescriptionprotected
creates a new AbstractDatabaseAdapter for test purpose without connection to the DBAbstractDatabaseAdapter(Properties connInfo)
creates a new AbstractDatabaseAdapterprotected
creates a new H2Adapter for test purposes, without connection to the DBH2DatabaseAdapter(Properties connInfo)
creates a new H2Adapterprotected
creates a new MySQLDatabaseAdapter for test purposes, without connection to the DBMySQLDatabaseAdapter(Properties connInfo)
creates a new MySQLDatabaseAdapterprotected
creates a new PostgresqlDatabaseAdapter for test purposes, without connection to the DBPostgresDatabaseAdapter(Properties connInfo)
creates a new PostgresqlDatabaseAdapter -
Uses of DatabaseConnectionException in marauroa.server.game.db
Modifier and TypeMethodDescriptionvoid
DatabaseFactory.initializeDatabase()
initializes the database system