A B C D E F G H I J K L M N O P Q R S T U V W

U

UNIMPLEMENTED - Static variable in class DLV.ConversionType
The constant identifying the DLV Wrapper type UNIMPLEMENTED.
update() - Method in class DLV.Predicate.Literal
Commits changes made in this object updating the underlying literal implementation stored in the Predicate object.
updateBigDecimal(int, BigDecimal) - Method in class DLV.Predicate
Updates the designated column with a value.
updateBoolean(int, boolean) - Method in class DLV.Predicate
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class DLV.Predicate
Updates the designated column with an byte value.
updateDate(int, Date) - Method in class DLV.Predicate
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class DLV.Predicate
Updates the designated column with a double value.
updateFloat(int, float) - Method in class DLV.Predicate
Updates the designated column with a Float value.
updateInt(int, int) - Method in class DLV.Predicate
Updates the designated column with an int value.
updateIsPositive(boolean) - Method in class DLV.Predicate
Updates the designated row (literal) with a boolean value indicating if current Literal must be positive.
updateLiteral(Predicate.Literal) - Method in class DLV.Predicate
This method updates (replace) the literal currently pointed by the cursor if it exists, otherwise NoSuchLiteralException is thrown.
updateLiteral(int, Predicate.Literal) - Method in class DLV.Predicate
This method updates (replace) the i-th literal if it exists, otherwise NoSuchLiteralException is thrown.
updateLong(int, long) - Method in class DLV.Predicate
Updates the designated column with a long value.
updateNull(int) - Method in class DLV.Predicate
Gives a nullable column a null value.
updateRow() - Method in class DLV.Predicate
Updates the underlying Predicate object with the new contents of the current row.
updateShort(int, short) - Method in class DLV.Predicate
Updates the designated column with a Short value.
updateString(int, String) - Method in class DLV.Predicate
Updates the designated column with a String value.
updateTime(int, Time) - Method in class DLV.Predicate
Updates the designated column with a Time value.

A B C D E F G H I J K L M N O P Q R S T U V W