Package generalDatabase
Class DBParameters
java.lang.Object
generalDatabase.DBParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get the current database systemGet a set of data that describes all of the parameters in a classboolean
void
setDatabaseName
(String databaseName) void
setDatabaseSystem
(int databaseSystem) Set the current database systemvoid
setDataBaseSystem
(int dBIndexSystem) Set the database system.void
setUseAutoCommit
(boolean useAutoCommit)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DBParameters
public DBParameters()
-
-
Method Details
-
clone
-
getUseAutoCommit
public boolean getUseAutoCommit() -
setUseAutoCommit
public void setUseAutoCommit(boolean useAutoCommit) -
setDataBaseSystem
public void setDataBaseSystem(int dBIndexSystem) Set the database system.- Parameters:
dBIndexSystem
- - the index of the system to set
-
getDatabaseSystem
public int getDatabaseSystem()Get the current database system- Returns:
- the current database system
-
setDatabaseSystem
public void setDatabaseSystem(int databaseSystem) Set the current database system- Parameters:
databaseSystem
- - the database system to set.
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
setDatabaseName
- Parameters:
databaseName
- the databaseName to set
-