接口的使用
org.redkale.source.DataResultSetRow
-
使用DataResultSetRow的程序包 程序包 说明 org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.source中DataResultSetRow的使用
org.redkale.source中DataResultSetRow的子接口 修饰符和类型 接口 说明 interfaceDataResultSetjava.sql.ResultSet的简化版。实现DataResultSetRow的org.redkale.source中的类 修饰符和类型 类 说明 protected static classDataJdbcSource.DataJdbcResultSet参数类型为DataResultSetRow的org.redkale.source中的方法 修饰符和类型 方法 说明 protected <T> TAbstractDataSource. getEntityValue(EntityInfo<T> info, SelectColumn sels, DataResultSetRow row)根据ResultSet获取对象protected TEntityBuilder. getEntityValue(Attribute<T,Serializable>[] constructorAttrs, Attribute<T,Serializable>[] unconstructorAttrs, DataResultSetRow row)将一行的ResultSet组装成一个Entity对象TEntityBuilder. getEntityValue(SelectColumn sels, DataResultSetRow row)将一行的ResultSet组装成一个Entity对象protected SerializableEntityBuilder. getFieldValue(DataResultSetRow row, String sqlColumn)protected SerializableEntityBuilder. getFieldValue(DataResultSetRow row, Attribute<T,Serializable> attr, int columnIndex)TEntityBuilder. getFullEntityValue(DataResultSetRow row)abstract TEntityFullFunc. getObject(DataResultSetRow row)protected TEntityBuilder. getObjectValue(List<String> sqlColumns, DataResultSetRow row)TEntityBuilder. getObjectValue(DataResultSetRow row)static <T> SerializableDataResultSet. getRowColumnValue(DataResultSetRow row, Attribute<T,Serializable> attr, int index, String column)protected voidEntityFullFunc. setFieldValue(int attrIndex, DataResultSetRow row, T obj)
-