Index

A B C D E G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

value() - Element in annotation interface com.blackrook.sql.hints.SQLName
Specifies the column/field name.
value(SQLConnectionFunction<SQLRow>, Function<SQLRow, R>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a single value from a queried SQLRow and returns it, returning null if the row is null.
valueCaseInsenstiveMap(SQLConnectionFunction<SQLResult>, BiConsumer<SQLRow, SortedMap<String, V>>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a map of values from a queried SQLResult and returns it as an immutable map of case-insensitive string key to value.
valueList(SQLConnectionFunction<SQLResult>, Function<SQLRow, R>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a list of single values from a queried SQLResult and returns it as an immutable list.
valueMap(SQLConnectionFunction<SQLResult>, BiConsumer<SQLRow, Map<K, V>>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a map of values from a queried SQLResult and returns it as an immutable map of key to value.
valueOf(String) - Static method in enum class com.blackrook.sql.SQLAbstractDAO.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.blackrook.sql.SQLConnection.TransactionLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.blackrook.sql.SQLAbstractDAO.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.blackrook.sql.SQLConnection.TransactionLevel
Returns an array containing the constants of this enum class, in the order they are declared.
valueSet(SQLConnectionFunction<SQLResult>, Function<SQLRow, R>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a list of single values from a queried SQLResult and returns it as an immutable set of unique values.
valueSortedMap(SQLConnectionFunction<SQLResult>, BiConsumer<SQLRow, SortedMap<K, V>>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a sorted map of values from a queried SQLResult and returns it as an immutable map of key to value.
valueSortedSet(SQLConnectionFunction<SQLResult>, Function<SQLRow, R>) - Method in class com.blackrook.sql.SQLAbstractDAO
Lifts a list of single values from a queried SQLResult and returns it as an immutable sorted set of unique values.
A B C D E G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form