Uses of Interface
net.anwiba.commons.jdbc.value.IDatabaseValue
Packages that use IDatabaseValue
-
Uses of IDatabaseValue in net.anwiba.commons.jdbc
Methods in net.anwiba.commons.jdbc that return IDatabaseValueModifier and TypeMethodDescriptionMethods in net.anwiba.commons.jdbc with parameters of type IDatabaseValueModifier and TypeMethodDescriptionstatic voidDatabaseUtilities.setValueToStatement(Connection connection, PreparedStatement statement, int i, IDatabaseValue value) Method parameters in net.anwiba.commons.jdbc with type arguments of type IDatabaseValueModifier and TypeMethodDescriptionstatic <I> ICloseableConsumer<I,Boolean, SQLException> DatabaseUtilities.update(IObserverFactory cancelObserverFactory, Connection connection, String statementString, IConverter<I, List<IDatabaseValue>, SQLException> converter)