@FunctionalInterface
public static interface JdbcAbstractStore.StatementValues<T>
| Modifier and Type | Method and Description | 
|---|---|
int | 
setValues(java.sql.Connection con,
         java.sql.PreparedStatement statement,
         int index,
         int currentRow,
         T value)  | 
int setValues(java.sql.Connection con,
              java.sql.PreparedStatement statement,
              int index,
              int currentRow,
              T value)
       throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All Rights Reserved.