public abstract class LocalizableRowsQuery<T extends LocalizableRow> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
lpTableName |
| Constructor and Description |
|---|
LocalizableRowsQuery(DbInfo dbInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StatementWithParams |
createQuery(DbInfo dbInfo) |
protected abstract String |
getLpTableName(DbInfo dbInfo) |
StatementWithParams |
getQuery() |
abstract T |
mapResultSetToRow(ResultSet rs) |
protected final String lpTableName
public LocalizableRowsQuery(DbInfo dbInfo)
public StatementWithParams getQuery()
public abstract T mapResultSetToRow(ResultSet rs) throws SQLException
SQLExceptionprotected abstract StatementWithParams createQuery(DbInfo dbInfo)
Copyright © 2017 SAP SE. All Rights Reserved.