public interface IPreparedStatementDataProvider extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<Object> |
getObjectValues() |
int |
getValueCount() |
@Nonnegative int getValueCount()
@Nonnull com.helger.commons.collection.impl.ICommonsList<Object> getObjectValues()
null, unmodifiable list of values. The length of
the returned list must match the result of getValueCount()
.Copyright © 2014–2021 Philip Helger. All rights reserved.