|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 8 (11.1.8) E22564-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applseed.rt.loader.SDPLSQLLoader
public class SDPLSQLLoader
| Field Summary | |
|---|---|
protected java.sql.Connection |
conn
|
protected static java.util.logging.Logger |
LOGGER
|
static int |
SEED_STATUS_CLASS_NOT_FOUND
Class not found Error. |
static int |
SEED_STATUS_DB_FATAL_ERROR
DB Fatal Error. |
static int |
SEED_STATUS_ERRORS
One or more exceptions have occured, use getExceptions to retrive them. |
static int |
SEED_STATUS_METHOD_NOT_FOUND
Method not found Error. |
static int |
SEED_STATUS_OTHER
Undefined error. |
static int |
SEED_STATUS_RECONNECT_REQUIRED
Reconnect Required. |
static int |
SEED_STATUS_SUCCESS
Success status. |
protected SDLoaderParams |
theParams
|
protected java.io.InputStream |
theStream
|
protected java.net.URL |
theURL
|
| Constructor Summary | |
|---|---|
SDPLSQLLoader(SDLoaderParams lps,
java.sql.Connection conn_)
|
|
| Method Summary | |
|---|---|
protected int |
handleExceptions(java.lang.Throwable t)
|
int |
load()
|
protected void |
logException(java.lang.Throwable t)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger LOGGER
public static final int SEED_STATUS_SUCCESS
public static final int SEED_STATUS_CLASS_NOT_FOUND
public static final int SEED_STATUS_METHOD_NOT_FOUND
public static final int SEED_STATUS_OTHER
public static final int SEED_STATUS_ERRORS
public static final int SEED_STATUS_RECONNECT_REQUIRED
public static final int SEED_STATUS_DB_FATAL_ERROR
protected SDLoaderParams theParams
protected java.io.InputStream theStream
protected java.net.URL theURL
protected java.sql.Connection conn
| Constructor Detail |
|---|
public SDPLSQLLoader(SDLoaderParams lps,
java.sql.Connection conn_)
| Method Detail |
|---|
public int load()
protected void logException(java.lang.Throwable t)
protected int handleExceptions(java.lang.Throwable t)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 8 (11.1.8) E22564-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||