Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbase.clp |
Contains database relevant command line options
|
de.esprit.appsuite.database.dbase.tools |
Contains general purpose database tools.
|
de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
Modifier and Type | Method and Description |
---|---|
static void |
DBObject.connect(DatabaseCommandLineParser clp)
Tries to create the database connection by reading the credential information
from the command line.
|
protected void |
Credential.readCommandLineParams(DatabaseCommandLineParser clp) |
Constructor and Description |
---|
Credential(DatabaseCommandLineParser clp)
Builds the credential by reading the following parameters from the command line:
-driver
JDBC driver className -dbUrl Database connection url -user Database login user -password database login password -schema The database schema to be used -minConns Minimum number of pool connections (default 1) -maxConns Maximum number of pool connections (default 1) -loginTimeout Max seconds to wait for a database login |
Constructor and Description |
---|
DatabaseConfig(DatabaseCommandLineParser clp) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnlCLP
This is a special
DatabaseCommandLineParser that encapsulates the common command line
options of the UnlExport and UnlImport tools which are -record, -dbopkg, -table. |
class |
DBToolCommandLineParser
This CommandLineParser handles the special options -sql, -script, -skipErrors
|
class |
UnlExportCLP
This is the command-line-parser for the
UnlExport tool. |
Modifier and Type | Class and Description |
---|---|
class |
TableEditCLP
Command line parser for the
TableEditLaunch |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.