|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--oracle.jbo.common.JboTypeMapEntries
|
+--oracle.jbo.common.OracleTypeMapEntries
Populates Oracle-database specific TypeMap Entries for BC4J Designtime and Runtime to map a Database column type to a java-class type and also to jdbc-sqltype and id. The entries should be: COLUMN_TYPE - column type in the database JAVA_CLASS_NAME - Java class which should store in-memory data from the given column-type JDBC_SQL_TYPE - Name of the jdbc sql type id that the subsequent integer-entry represents. JDBC_SQL_TYPE_ID - Integer value from java.sql.Types or a corresponding Types list in jdbc. DISPLAY_LENGTH - Default size for various String/Character types. NUMERIC_TYPE - If this type could handle Precision/Scale validator.
| Constructor Summary | |
OracleTypeMapEntries()
|
|
| Method Summary | |
boolean |
convertValue(java.lang.Class toClass,
java.lang.Class valClass,
java.lang.Object[] valArr,
int opId)
|
void |
populateConversion(com.sun.java.util.collections.HashMap convMap)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OracleTypeMapEntries()
| Method Detail |
public void populateConversion(com.sun.java.util.collections.HashMap convMap)
populateConversion in class JboTypeMapEntries
public boolean convertValue(java.lang.Class toClass,
java.lang.Class valClass,
java.lang.Object[] valArr,
int opId)
convertValue in class JboTypeMapEntries
|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.