| 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 | Description |
|---|---|
TestOraDB(DBErrorHandler e,
DBConnection dbConn,
int batchSize,
int commitValue) |
| Modifier and Type | Field | Description |
|---|---|---|
protected DBConnection |
Utility.smyldDbConnection |
|
protected DBConnection |
SMYLDDataBaseHandler.smyldDBConnection |
| Modifier and Type | Method | Description |
|---|---|---|
DBConnection |
DBConnectionFactory.createDBConnection(DBSettings incSettings) |
|
DBConnection |
SMYLDDataBaseHandler.getSMYLDConnection() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DBConnectionListener.connectionResumed(DBConnection newConnection) |
|
void |
SMYLDDataBaseHandler.setDBConnection(DBConnection newActiveDBConnection) |
|
void |
SMYLDDataBaseHandler.setSMYLDConnection(DBConnection newActiveConnection) |
|
void |
Utility.setSMYLDConnection(DBConnection activeConnection) |
| Constructor | 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 | Description |
|---|---|---|
class |
SMYLDMySQLConnection |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SMYLDODBCConnection |
| Modifier and Type | Class | 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 | 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 | Description |
|---|---|---|
void |
DBSchemaReader.readSchemaStoredProcedures(DBConnection conn) |
| Constructor | Description |
|---|---|
DBSchemaHandler(DBConnection conn) |
|
DBSchemaReader(DBErrorHandler e,
DBConnection conn) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OraDBSchemaReader.readSchemaStoredProcedures(DBConnection conn) |
| Constructor | Description |
|---|---|
OraDBSchemaReader(DBErrorHandler e,
DBConnection connection) |
| Modifier and Type | Method | Description |
|---|---|---|
DBConnection |
DBAliasClassSettings.getActiveDBConnection() |
|
DBConnection |
DBAliasSource.getRs2DBConnection() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DBAliasClassSettings.setActiveDBConnection(DBConnection activeDBConnection) |
|
void |
DBAliasSource.setRs2DBConnection(DBConnection smyldDBConnection) |
| Constructor | Description |
|---|---|
MultiLangSource(DBConnection dbSourceConnection) |
Copyright © 2019 SMYLD. All rights reserved.