public abstract class AbstractStorageUtil extends Object
Constructor and Description |
---|
AbstractStorageUtil() |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
getValuesFromParamMap(Map<QueryParameter,Object[]> params,
AttributeParameter attributeParameter) |
protected Partition |
loadPartition(DataSource dataSource,
String id) |
protected void |
safeClose(Connection conn) |
protected void |
safeClose(ResultSet resultSet) |
protected void |
safeClose(Statement statement) |
protected Object[] getValuesFromParamMap(Map<QueryParameter,Object[]> params, AttributeParameter attributeParameter)
protected Partition loadPartition(DataSource dataSource, String id)
protected void safeClose(Connection conn)
protected void safeClose(ResultSet resultSet)
protected void safeClose(Statement statement)
Copyright © 2014. All rights reserved.