|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OracleDataFactory
| Method Summary | |
|---|---|
OracleData |
create(java.lang.Object jdbcValue, int sqlType)Create an OracleData from a jdbc Object |
| Method Detail |
|---|
OracleData create(java.lang.Object jdbcValue,
int sqlType)
throws java.sql.SQLException
This method creates the customized OracleData from a jdbc Object. Sometimes, it is convenient to have the same class implement both OracleData and OracleDataFactory.
jdbcValue - The jdbc Object to be used to initialize the Object being created.sqlType - The SQL type of the specified Datum.java.sql.SQLException - if an error occurred.
|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||