public class TradeRowMapper extends Object implements org.springframework.jdbc.core.RowMapper
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOMER_COLUMN |
static int |
ID_COLUMN |
static int |
ISIN_COLUMN |
static int |
PRICE_COLUMN |
static int |
QUANTITY_COLUMN |
static int |
VERSION_COLUMN |
Constructor and Description |
---|
TradeRowMapper() |
public static final int ISIN_COLUMN
public static final int QUANTITY_COLUMN
public static final int PRICE_COLUMN
public static final int CUSTOMER_COLUMN
public static final int ID_COLUMN
public static final int VERSION_COLUMN
public Object mapRow(ResultSet rs, int rowNum) throws SQLException
mapRow
in interface org.springframework.jdbc.core.RowMapper
SQLException
Copyright © 2014 Pivotal. All rights reserved.