| Package | Description |
|---|---|
| org.smyld | |
| org.smyld.db | |
| org.smyld.db.oracle | |
| org.smyld.db.schema | |
| org.smyld.db.schema.oracle |
| Constructor and Description |
|---|
TestOraDB(DBErrorHandler e,
DBConnection dbConn,
int batchSize,
int commitValue) |
| Modifier and Type | Field and Description |
|---|---|
protected DBErrorHandler |
Utility.handler
Handles the errors regarding this connection
|
| Constructor and Description |
|---|
DBIOHandler(DBErrorHandler e,
DBConnection dbConn) |
SMYLDDataBaseHandler(DBErrorHandler e)
In this constructor, the class will open connection to the data base, and
will load the required tables according to method calls
|
SMYLDDataBaseHandler(DBErrorHandler e,
DBConnection connection) |
SMYLDDataBaseHandler(DBErrorHandler e,
String userName,
String userPassword,
String host,
String port,
String dbname) |
SMYLDDataBaseHandler(int driver,
DBErrorHandler e,
String userName,
String userPassword,
String host,
String port,
String dbname) |
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
|
| 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) |
| Constructor and Description |
|---|
DBSchemaReader(DBErrorHandler e,
DBConnection conn) |
| Constructor and Description |
|---|
OraDBSchemaReader(DBErrorHandler e,
DBConnection connection) |
Copyright © 2019 SMYLD. All rights reserved.