| Package | Description |
|---|---|
| org.smyld | |
| org.smyld.db | |
| org.smyld.db.mysql | |
| org.smyld.db.odbc | |
| org.smyld.db.oracle | |
| org.smyld.db.schema | |
| org.smyld.db.schema.oracle | |
| org.smyld.util.alias | |
| org.smyld.util.multilang |
| Constructor and Description |
|---|
TestOraDB(DBErrorHandler e,
DBConnection dbConn,
int batchSize,
int commitValue) |
| Modifier and Type | Field and Description |
|---|---|
protected DBConnection |
Utility.smyldDbConnection |
protected DBConnection |
SMYLDDataBaseHandler.smyldDBConnection |
| Modifier and Type | Method and Description |
|---|---|
DBConnection |
DBConnectionFactory.createDBConnection(DBSettings incSettings) |
DBConnection |
SMYLDDataBaseHandler.getSMYLDConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBConnectionListener.connectionResumed(DBConnection newConnection) |
void |
SMYLDDataBaseHandler.setDBConnection(DBConnection newActiveDBConnection) |
void |
SMYLDDataBaseHandler.setSMYLDConnection(DBConnection newActiveConnection) |
void |
Utility.setSMYLDConnection(DBConnection activeConnection) |
| Constructor and Description |
|---|
DBIOHandler(DBErrorHandler e,
DBConnection dbConn) |
SMYLDDataBaseHandler(DBErrorHandler e,
DBConnection connection) |
SMYLDDBUtility(DBConnection activeDBConnection,
DBErrorHandler handler,
SMYLDDataBaseHandler MainClass,
boolean LiveConnection) |
Utility(DBConnection activeDBConnection,
DBErrorHandler e)
Constructs the class with the given connection object to be used for the
execution of statements
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMYLDMySQLConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
SMYLDODBCConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
SMYLDOracleConnection
This class will return the data base connection to the caller class, using
encapsulation, this class can be updated to make the connection free in
selecting the data base engine.
|
| Constructor and Description |
|---|
OracleDBUtil(DBConnection activeConnection,
DBErrorHandler handler)
public OracleDBUtil(java.sql.Connection activeConnection,DBErrorHandler
handler) { super(activeConnection,handler); }
|
OraDBIOHandler(DBErrorHandler e,
DBConnection dbConn) |
OraDBIOHandler(DBErrorHandler e,
DBConnection dbConn,
int batchSize,
int commitValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSchemaReader.readSchemaStoredProcedures(DBConnection conn) |
| Constructor and Description |
|---|
DBSchemaHandler(DBConnection conn) |
DBSchemaReader(DBErrorHandler e,
DBConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
OraDBSchemaReader.readSchemaStoredProcedures(DBConnection conn) |
| Constructor and Description |
|---|
OraDBSchemaReader(DBErrorHandler e,
DBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
DBConnection |
DBAliasClassSettings.getActiveDBConnection() |
DBConnection |
DBAliasSource.getRs2DBConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBAliasClassSettings.setActiveDBConnection(DBConnection activeDBConnection) |
void |
DBAliasSource.setRs2DBConnection(DBConnection smyldDBConnection) |
| Constructor and Description |
|---|
MultiLangSource(DBConnection dbSourceConnection) |
Copyright © 2019 SMYLD. All rights reserved.