See: Description
| Interface | Description |
|---|---|
| NFEConnectionDataSource |
This interface defines methods related to the Connection handling.
|
| Class | Description |
|---|---|
| DbConnectionData |
This class defines the data needed to connect to a database.
|
| JdbcDataSource |
This implementation of NFEConnectionDataSource gets the connections using oracle.jdbc.OracleDataSource.
|
| JDBCUtils |
Utilities used by NFE to execute queries and perform common operations.
|
| NFEAbstractDataSource |
This class provides an implementation of the NFEDataSource interface that will return a connection already bind to the workspace specified by the method setActiveWorkspace.
|
| SQLValidator |
General validator for standard sql naming conventions.
|