public class ERXEnhancedJDBCColumn extends ERXJDBCColumn
ERXJDBCColumn
to add support for custom types.Modifier and Type | Field and Description |
---|---|
protected static NSDictionary<String,Integer> |
_jdbcTypeDictionary |
Constructor and Description |
---|
ERXEnhancedJDBCColumn(EOAttribute attribute,
JDBCChannel channel,
int column,
ResultSet rs) |
ERXEnhancedJDBCColumn(ERXJDBCAdaptor.Channel aChannel) |
Modifier and Type | Method and Description |
---|---|
void |
bindAttributeForColumn(int arg0,
PreparedStatement arg1) |
void |
connectToColumn(int arg0,
ResultSet arg1) |
Object |
fetchValue() |
protected Object |
getStoredProcedureValue(EOAttribute arg0,
int arg1,
CallableStatement arg2) |
protected void |
registerAttributeForStoredProcedure() |
protected void |
setAttribute(EOAttribute arg0) |
void |
setStatement(PreparedStatement arg0) |
takeInputValue
protected static final NSDictionary<String,Integer> _jdbcTypeDictionary
public ERXEnhancedJDBCColumn(EOAttribute attribute, JDBCChannel channel, int column, ResultSet rs)
public ERXEnhancedJDBCColumn(ERXJDBCAdaptor.Channel aChannel)
public void setStatement(PreparedStatement arg0)
protected void setAttribute(EOAttribute arg0)
protected Object getStoredProcedureValue(EOAttribute arg0, int arg1, CallableStatement arg2)
public Object fetchValue()
public void connectToColumn(int arg0, ResultSet arg1)
protected void registerAttributeForStoredProcedure()
public void bindAttributeForColumn(int arg0, PreparedStatement arg1)
Copyright © 2002 – 2024 Project Wonder.