Project Wonder 5.0

com.webobjects.jdbcadaptor
Class DateJDBCColumn

java.lang.Object
  extended by com.webobjects.jdbcadaptor.ERXJDBCColumn
      extended by com.webobjects.jdbcadaptor.DateJDBCColumn

public class DateJDBCColumn
extends ERXJDBCColumn


Field Summary
protected static NSDictionary<String,Integer> _jdbcTypeDictionary
           
 
Constructor Summary
DateJDBCColumn(EOAttribute attribute, JDBCChannel channel, int column, ResultSet rs)
           
DateJDBCColumn(ERXJDBCAdaptor.Channel aChannel)
           
 
Method Summary
 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)
           
 
Methods inherited from class com.webobjects.jdbcadaptor.ERXJDBCColumn
takeInputValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_jdbcTypeDictionary

protected static final NSDictionary<String,Integer> _jdbcTypeDictionary
Constructor Detail

DateJDBCColumn

public DateJDBCColumn(EOAttribute attribute,
                      JDBCChannel channel,
                      int column,
                      ResultSet rs)

DateJDBCColumn

public DateJDBCColumn(ERXJDBCAdaptor.Channel aChannel)
Method Detail

setStatement

public void setStatement(PreparedStatement arg0)

setAttribute

protected void setAttribute(EOAttribute arg0)

getStoredProcedureValue

protected Object getStoredProcedureValue(EOAttribute arg0,
                                         int arg1,
                                         CallableStatement arg2)

fetchValue

public Object fetchValue()

connectToColumn

public void connectToColumn(int arg0,
                            ResultSet arg1)

registerAttributeForStoredProcedure

protected void registerAttributeForStoredProcedure()

bindAttributeForColumn

public void bindAttributeForColumn(int arg0,
                                   PreparedStatement arg1)

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.