
com.devsmart.microdb.Row Maven / Gradle / Ivy
package com.devsmart.microdb;
import com.devsmart.ubjson.UBValue;
import java.util.UUID;
public interface Row {
UUID getPrimaryKey();
> T getSecondaryKey();
UBValue getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy