com.aiyc.server.standalone.db.homes.vector
类 VectorHome<E extends IEntity<Integer>>

java.lang.Object
  继承者 com.aiyc.server.standalone.db.homes.vector.VectorHome<E>
直接已知子类:
BluetoothReadingVectorHome, GSMReadingVectorHome, WiFiReadingVectorHome

public abstract class VectorHome<E extends IEntity<Integer>>
extends Object


构造方法摘要
VectorHome()
           
 
方法摘要
 void executeUpdate(Vector<PreparedStatement> vps, Vector<E> v, int foreignKeyId)
          execute an insert for all readings in the given vector
abstract  String getContainedObjectClassName()
          Gets the contained object class name. this is needed for backwards compability
abstract  EntityHome<E> getObjectHome()
          Gets the contained object entity home
 Vector<E> parseResultRow(ResultSet rs, int fromIndex)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

VectorHome

public VectorHome()
方法详细信息

getContainedObjectClassName

public abstract String getContainedObjectClassName()
Gets the contained object class name. this is needed for backwards compability

返回:
The contained object class name

getObjectHome

public abstract EntityHome<E> getObjectHome()
Gets the contained object entity home

返回:
Contained object entity home

parseResultRow

public Vector<E> parseResultRow(ResultSet rs,
                                int fromIndex)
                                                  throws SQLException
抛出:
SQLException
另请参见:
EntityHome.parseResultRow(ResultSet)

executeUpdate

public void executeUpdate(Vector<PreparedStatement> vps,
                          Vector<E> v,
                          int foreignKeyId)
                   throws SQLException
execute an insert for all readings in the given vector

参数:
vps - PreparedStatement Vector
v - entity Vector
foreignKeyId - foreign key
抛出:
SQLException


Copyright © 2017. All Rights Reserved.