Uses of Interface
net.anwiba.commons.jdbc.value.IDatabaseValue
-
Packages that use IDatabaseValue Package Description net.anwiba.commons.jdbc -
-
Uses of IDatabaseValue in net.anwiba.commons.jdbc
Methods in net.anwiba.commons.jdbc that return IDatabaseValue Modifier and Type Method Description IDatabaseValueDatabaseUtilities. value(java.lang.Object object, int type)IDatabaseValueDatabaseUtilities. value(java.lang.Object object, int type, java.lang.String typeName)Method parameters in net.anwiba.commons.jdbc with type arguments of type IDatabaseValue Modifier and Type Method Description static <I> ICloseableConsumer<I,java.lang.Boolean,java.sql.SQLException>DatabaseUtilities. update(IFactory<IBlock<java.lang.RuntimeException>,IWatcher,java.lang.RuntimeException> cancelWatcherFactory, java.sql.Connection connection, java.lang.String statementString, IConverter<I,java.util.List<IDatabaseValue>,java.sql.SQLException> converter)
-