}
private void checkBindingFormats() {
if (keyBinding != null && !recNumAccess) {
DataFormat keyFormat = (index != null) ? index.keyFormat
: store.keyFormat;
if (!keyFormat.equals(keyBinding.getDataFormat())) {
throw new IllegalArgumentException(
db.toString() + " key binding format mismatch");
}
}
if (valueBinding != null) {