@FunctionalInterface
public static interface JdbcAbstractStore.Creator<T>
Modifier and Type | Method and Description |
---|---|
T |
create(java.sql.ResultSet con) |
T create(java.sql.ResultSet con) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.