public class RDBDataConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static RDBDataConverter |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromJDBCDataType(ResultSet rs,
int columnIndex,
int sourceType,
org.plasma.sdo.PlasmaProperty targetProperty) |
String |
getJdbcTypeName(int jdbcType) |
org.plasma.sdo.DataFlavor |
toJDBCDataFlavor(org.plasma.sdo.PlasmaProperty sourceProperty) |
int |
toJDBCDataType(org.plasma.sdo.PlasmaProperty sourceProperty,
Object value) |
Object |
toJDBCDataValue(org.plasma.sdo.PlasmaProperty sourceProperty,
Object value) |
String |
toJDBCString(commonj.sdo.Type sourceType,
org.plasma.sdo.PlasmaProperty sourceProperty,
Object value) |
public static volatile RDBDataConverter INSTANCE
public Object fromJDBCDataType(ResultSet rs, int columnIndex, int sourceType, org.plasma.sdo.PlasmaProperty targetProperty) throws SQLException
SQLExceptionpublic int toJDBCDataType(org.plasma.sdo.PlasmaProperty sourceProperty,
Object value)
throws SQLException
SQLExceptionpublic Object toJDBCDataValue(org.plasma.sdo.PlasmaProperty sourceProperty, Object value) throws SQLException
SQLExceptionpublic org.plasma.sdo.DataFlavor toJDBCDataFlavor(org.plasma.sdo.PlasmaProperty sourceProperty)
public String toJDBCString(commonj.sdo.Type sourceType, org.plasma.sdo.PlasmaProperty sourceProperty, Object value)
public String getJdbcTypeName(int jdbcType)
Copyright © 2021. All Rights Reserved.