Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractQuery<Stmt extends PreparedStatement,This extends AbstractQuery<Stmt,This>> - Class in com.landawn.abacus.jdbc
Performance Tips: Avoid unnecessary/repeated database calls. Only fetch the columns you need or update the columns you want. Index is the key point in a lot of database performance issues.
The backed PreparedStatement/CallableStatement will be closed by default after any execution methods(which will trigger the backed PreparedStatement/CallableStatement to be executed, for example: get/query/queryForInt/Long/../findFirst/findOnlyOne/list/execute/...).
accept(ParsedSql, QS, T) - Method in interface com.landawn.abacus.jdbc.Jdbc.TriParametersSetter
 
accept(ResultSet) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
 
accept(ResultSet, Object[]) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
 
accept(ResultSet, List<String>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
 
accept(QS) - Method in interface com.landawn.abacus.jdbc.Jdbc.ParametersSetter
 
accept(QS, T) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiParametersSetter
 
action() - Element in annotation interface com.landawn.abacus.jdbc.annotation.OnDelete
Deprecated.
 
ACTIVE - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field ACTIVE.
addBatch() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Adds the batch.
addBatchParameters(Collection<?>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Collection<?>) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
addBatchParameters(Collection<? extends T>, Jdbc.BiParametersSetter<? super This, ? super T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Collection<? extends T>, Throwables.TriConsumer<? super This, ? super Stmt, ? super T, ? extends SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Collection<? extends T>, Class<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Iterator<?>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Iterator<?>) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
addBatchParameters(Iterator<? extends T>, Jdbc.BiParametersSetter<? super This, ? super T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Iterator<? extends T>, Throwables.TriConsumer<? super This, ? super Stmt, ? super T, ? extends SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addBatchParameters(Iterator<? extends T>, Class<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
addLimitForSingleQuery() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Config
Single query method includes: queryForSingleXxx/queryForUniqueResult/findFirst/findOnlyOne/exists/count...
after - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
afterInvoke(Object, P, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>) - Method in interface com.landawn.abacus.jdbc.Jdbc.Handler
 
allMatch(Jdbc.BiRowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
allMatch(Jdbc.RowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
allowJoiningByNullOrDefaultValue() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Config
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowFilter
The Constant ALWAYS_FALSE.
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
The Constant ALWAYS_FALSE.
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowFilter
The Constant ALWAYS_TRUE.
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
The Constant ALWAYS_TRUE.
and(Throwables.BiPredicate<? super ResultSet, ? super List<String>, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowFilter
 
and(Throwables.Predicate<? super ResultSet, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
 
andThen(Throwables.BiConsumer<? super ResultSet, ? super List<String>, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
 
andThen(Throwables.Consumer<? super ResultSet, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
 
andThen(Throwables.Function<? super T, ? extends R, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
andThen(Throwables.Function<? super T, ? extends R, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
andThen(Throwables.Function<? super T, ? extends R, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
andThen(Throwables.Function<? super T, ? extends R, SQLException>) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
anyMatch(Jdbc.BiRowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
anyMatch(Jdbc.RowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
appendParameterizedSql(StringBuilder, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
appendParameterizedSql(StringBuilder, String, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
appendSql(StringBuilder, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
appendSql(StringBuilder, String, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
apply(ResultSet) - Method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
In a lot of scenarios, including PreparedQuery/Dao/SQLExecutor, the input ResultSet will be closed after apply(rs) call.
apply(ResultSet) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
apply(ResultSet, int) - Method in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
apply(ResultSet, List<String>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
In a lot of scenarios, including PreparedQuery/Dao/SQLExecutor, the input ResultSet will be closed after apply(rs) call.
apply(ResultSet, List<String>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
asyncCall(A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(Throwables.Function<TD, R, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(Throwables.Function<TD, R, SQLException>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(Throwables.Function<This, R, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Note: The opened Connection and Statement will be held on till sqlAction is completed by another thread.
asyncCall(Throwables.Function<This, R, SQLException>, Executor) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Note: The opened Connection and Statement will be held on till sqlAction is completed by another thread.
asyncCall(Callable<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(Callable<R1>, Callable<R2>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(Callable<R1>, Callable<R2>, Callable<R3>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(T, Throwables.Function<? super T, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncCall(T, U, Throwables.BiFunction<? super T, ? super U, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncExecutor() - Method in interface com.landawn.abacus.jdbc.dao.Dao
Deprecated.
for internal use only.
asyncRun(A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(Throwables.Consumer<TD, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(Throwables.Consumer<TD, SQLException>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(Throwables.Consumer<This, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Note: The opened Connection and Statement will be held on till sqlAction is completed by another thread.
asyncRun(Throwables.Consumer<This, SQLException>, Executor) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Note: The opened Connection and Statement will be held on till sqlAction is completed by another thread.
asyncRun(Throwables.Runnable<Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(Throwables.Runnable<Exception>, Throwables.Runnable<Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(Throwables.Runnable<Exception>, Throwables.Runnable<Exception>, Throwables.Runnable<Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(T, Throwables.Consumer<? super T, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.
asyncRun(T, U, Throwables.BiConsumer<? super T, ? super U, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Any transaction started in current thread won't be automatically applied to specified sqlAction which will be executed in another thread.

B

batchDelete(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchDelete(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchDelete(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchDelete(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchDelete(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchDelete(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchDelete(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchDelete(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchDeleteByIds(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchDeleteByIds(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchDeleteByIds(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchDeleteByIds(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchDeleteByIds(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchDeleteByIds(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchDeleteByIds(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchDeleteByIds(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchGet(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchGet(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchGet(Collection<? extends ID>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchGet(Collection<? extends ID>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchGet(Collection<? extends ID>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchGet(Collection<? extends ID>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchGet(Collection<? extends ID>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchGet(Collection<? extends ID>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchGet(Collection<? extends ID>, Collection<String>, int, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, int, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
batchGet(Collection<? extends ID>, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
batchInsert() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns the generated key if it exists.
batchInsert(Jdbc.BiRowMapper<? extends ID>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
batchInsert(Jdbc.RowMapper<? extends ID>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
batchInsert(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchInsert(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
batchInsert(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchInsert(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
batchRefresh(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchRefresh(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchRefresh(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchRefresh(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchRefresh(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchRefresh(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchRefresh(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchRefresh(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchSave(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(String, Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSave(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(String, Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
batchSave(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Insert the specified entities to database by batch.
batchSave(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
batchSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
 
batchSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
 
batchSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
 
batchUpdate() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
batchUpdate(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpdate(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpdate(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpdate(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpdate(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpdate(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpdate(Collection<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpdateAndReturnGeneratedKeys(Jdbc.BiRowMapper<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
batchUpdateAndReturnGeneratedKeys(Jdbc.RowMapper<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
batchUpsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpsert(Collection<? extends T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpsert(Collection<? extends T>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpsert(Collection<? extends T>, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpsert(Collection<? extends T>, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, List<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
batchUpsert(Collection<? extends T>, List<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
batchUpsert(Collection<? extends T>, List<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
batchUpsert(Collection<? extends T>, List<String>, int) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
before - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
beforeInvoke(P, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>) - Method in interface com.landawn.abacus.jdbc.Jdbc.Handler
 
beginTransaction(DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Refer to: beginTransaction(javax.sql.DataSource, IsolationLevel, boolean).
beginTransaction(DataSource, IsolationLevel) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Refer to: beginTransaction(javax.sql.DataSource, IsolationLevel, boolean).
beginTransaction(DataSource, IsolationLevel, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Starts a global transaction which will be shared by all in-line database query with the same DataSource in the same thread, including methods: JdbcUtil.beginTransaction/prepareQuery/prepareNamedQuery/prepareCallableQuery, SQLExecutor(Mapper).beginTransaction/get/insert/batchInsert/update/batchUpdate/query/list/findFirst/...
Spring Transaction is supported and Integrated.
between - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
Bind - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Bind.
BindList - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface BindList.
blob2String(Blob) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
blob2String(Blob, Charset) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
build() - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
Don't cache or reuse the returned RowExtractor instance.
builder() - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
builder() - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
 
builder() - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
builder(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
builder(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
 
builder(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 

C

Cache - Annotation Interface in com.landawn.abacus.jdbc.annotation
Mostly, it's used for static tables.
CacheResult - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
call(A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
call(Callable<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
call(T, Throwables.Function<? super T, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
call(T, U, Throwables.BiFunction<? super T, ? super U, ? extends R, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
Call - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Call.
CallableQuery - Class in com.landawn.abacus.jdbc
The backed PreparedStatement/CallableStatement will be closed by default after any execution methods(which will trigger the backed PreparedStatement/CallableStatement to be executed, for example: get/query/queryForInt/Long/../findFirst/findOnlyOne/list/execute/...).
callGenerateIdForInsertIfIdNotSet() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Config
flag to call generateId for CrudDao.insert(T entity), CrudDao.batchInsert(Collection<T> entities) if the ids are not set or set with default value.
callGenerateIdForInsertWithSqlIfIdNotSet() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Config
flag to call generateId for CrudDao.insert(String sql, T entity), CrudDao.batchInsert(String sql, Collection<T> entities) if the ids are not set or set with default value.
callInTransaction(DataSource, Throwables.Callable<T, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
callInTransaction(DataSource, Throwables.Function<Connection, T, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
callNotInMe(Throwables.Callable<R, E>) - Method in class com.landawn.abacus.jdbc.SQLTransaction
Execute the specified Callable not this transaction.
callNotInStartedTransaction(DataSource, Throwables.Callable<T, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
callNotInStartedTransaction(DataSource, Throwables.Function<DataSource, T, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
callWithoutUsingSpringTransaction(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Since using or not using Spring transaction flag is attached with current thread, so don't execute the specified sqlAction in another thread.
callWithSqlLogDisabled(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Since enable/disable sql log flag is attached with current thread, so don't execute the specified sqlAction in another thread.
capacity() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Cache
 
CASCADE - Enum constant in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
Field CASCADE.
close() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Close.
close() - Method in class com.landawn.abacus.jdbc.DBLock
Close.
close() - Method in class com.landawn.abacus.jdbc.SQLTransaction
rollbackIfNotCommitted is called.
close(Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
close(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(ResultSet, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(ResultSet, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(ResultSet, Statement) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(ResultSet, Statement, Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(Statement) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
close(Statement, Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
closeAfterExecution(boolean) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
closeQuietly(Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
closeQuietly(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Unconditionally close an ResultSet.
closeQuietly(ResultSet, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
closeQuietly(ResultSet, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
closeQuietly(ResultSet, Statement) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Unconditionally close the ResultSet, Statement.
closeQuietly(ResultSet, Statement, Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Unconditionally close the ResultSet, Statement, Connection.
closeQuietly(Statement) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Unconditionally close an Statement.
closeQuietly(Statement, Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Unconditionally close the Statement, Connection.
column(int, Jdbc.ColumnGetter<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
column(String, Jdbc.ColumnGetter<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
com.landawn.abacus.jdbc - package com.landawn.abacus.jdbc
 
com.landawn.abacus.jdbc.annotation - package com.landawn.abacus.jdbc.annotation
 
com.landawn.abacus.jdbc.dao - package com.landawn.abacus.jdbc.dao
 
combine(Jdbc.BiRowMapper<? extends A>, Jdbc.BiRowMapper<? extends B>, Jdbc.BiRowMapper<? extends C>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
combine(Jdbc.BiRowMapper<? extends T>, Jdbc.BiRowMapper<? extends U>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
combine(Jdbc.RowMapper<? extends A>, Jdbc.RowMapper<? extends B>, Jdbc.RowMapper<? extends C>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
combine(Jdbc.RowMapper<? extends T>, Jdbc.RowMapper<? extends U>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
commit() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
commit() - Method in interface com.landawn.abacus.jdbc.Transaction
 
commit(Runnable) - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
commit(Runnable) - Method in interface com.landawn.abacus.jdbc.Transaction
 
COMMIT - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Action
The commit.
COMMITTED - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field COMMITTED.
Config - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
configStmt(Throwables.BiConsumer<? super This, ? super Stmt, ? extends SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Configure this PreparedQuery/Statement by stmtSetter.
configStmt(Throwables.Consumer<? super Stmt, ? extends SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Configure this PreparedQuery/Statement by stmtSetter.
connection() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
contains - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
copy(Connection, String, int, long, long, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, String, int, Connection, String, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, String, int, Connection, String, int, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, String, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, String, Connection, String, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, Connection, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, Connection, String, String, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, Connection, String, String, Collection<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(Connection, Connection, String, String, Collection<String>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(PreparedStatement, long, long, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(PreparedStatement, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, String, int, DataSource, String, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, String, int, DataSource, String, int, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, String, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, String, DataSource, String, Throwables.BiConsumer<? super PreparedQuery, ? super ResultSet, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, DataSource, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, DataSource, String, String, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, DataSource, String, String, Collection<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
copy(DataSource, DataSource, String, String, Collection<String>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
count() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
may be misused and it's inefficient.
count(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
count(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
count(Jdbc.BiRowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
count(Jdbc.RowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
count(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Count the records in db by input ids.
count(Collection<? extends ID>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
create(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
 
create(Throwables.ObjIntConsumer<ResultSet, SQLException>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
 
create(Throwables.ObjIntConsumer<ResultSet, SQLException>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
It's stateful.
create(Throwables.QuadConsumer<Object, T, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>, E>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
create(Throwables.TriConsumer<T, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>, E>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
create(Throwables.TriConsumer<T, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>, E>, Throwables.QuadConsumer<Object, T, Object[], Tuple.Tuple3<Method, ImmutableList<Class<?>>, Class<?>>, E>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
createBy(Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
It's stateful.
createBy(Class<?>, List<String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
It's stateful.
createBy(Class<?>, List<String>, Map<String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
It's stateful.
createBy(Class<?>, Map<String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowExtractor
It's stateful.
createC3p0DataSource(String, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Creates the DataSource.
createConnection(Class<? extends Driver>, String, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Creates the connection.
createConnection(String, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Creates the connection.
createConnection(String, String, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Creates the connection.
createDao(Class<TD>, String, DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, String, DataSource, SQLMapper) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, String, DataSource, SQLMapper, Cache<String, Object>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated. 
createDao(Class<TD>, String, DataSource, SQLMapper, Cache<String, Object>, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated. 
createDao(Class<TD>, String, DataSource, SQLMapper, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, String, DataSource, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, DataSource, SQLMapper) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, DataSource, SQLMapper, Cache<String, Object>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated. 
createDao(Class<TD>, DataSource, SQLMapper, Cache<String, Object>, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated. 
createDao(Class<TD>, DataSource, SQLMapper, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createDao(Class<TD>, DataSource, Executor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
createForArray(List<String>, Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiParametersSetter
It's stateful.
createForList(List<String>, Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiParametersSetter
It's stateful.
createHikariDataSource(String, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Creates the DataSource.
createParamSetter(Jdbc.ColumnGetter<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
createTableIfNotExists(Connection, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Returns true if succeed to create table, otherwise false is returned.
CrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
The Interface CrudDao.
CrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
CrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
CrudJoinEntityHelperL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 

D

Dao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends Dao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
Performance Tips: Avoid unnecessary/repeated database calls. Only fetch the columns you need or update the columns you want. Index is the key point in a lot of database performance issues.
This interface is designed to share/manager SQL queries by Java APIs/methods with static parameter types and return type, while hiding the SQL scripts.
dataSource() - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
DB2 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
DBLock - Class in com.landawn.abacus.jdbc
Supports global lock by db table.
DBProductInfo - Class in com.landawn.abacus.jdbc
 
DBProductInfo() - Constructor for class com.landawn.abacus.jdbc.DBProductInfo
 
DBSequence - Class in com.landawn.abacus.jdbc
Supports global sequence by db table.
DBVersion - Enum Class in com.landawn.abacus.jdbc
 
DEFAULT - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Field DEFAULT.
DEFAULT - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
DEFAULT_BATCH_SIZE - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_FETCH_SIZE_FOR_BIG_RESULT - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_FETCH_SIZE_FOR_STREAM - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_LOCK_LIVE_TIME - Static variable in class com.landawn.abacus.jdbc.DBLock
 
DEFAULT_MAX_SQL_LOG_LENGTH - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_MIN_EXECUTION_TIME_FOR_DAO_METHOD_PERF_LOG - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_MIN_EXECUTION_TIME_FOR_SQL_PERF_LOG - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_SQL_EXTRACTOR - Static variable in class com.landawn.abacus.jdbc.JdbcUtil
 
DEFAULT_TIMEOUT - Static variable in class com.landawn.abacus.jdbc.DBLock
 
Define - Annotation Interface in com.landawn.abacus.jdbc.annotation
Replace the parts defined with format {part} in the sql annotated to the method.
DefineList - Annotation Interface in com.landawn.abacus.jdbc.annotation
Defines a named attribute as a comma-separated String from the elements of the annotated array or Collection argument.
delete(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
delete(Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
delete(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
delete(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
delete(T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
delete(T) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
delete(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
delete(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
Delete - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Delete.
deleteAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteById(long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
deleteById(long) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDaoL
Deprecated.
unsupported Operation
deleteById(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
deleteById(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDaoL
Deprecated.
unsupported Operation
deleteById(ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Delete by id.
deleteById(ID) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
deleteById(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Delete by id.
deleteById(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
deleteJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
deleteJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation maybe can't be finished in one transaction if isParallel is true.
deleteJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
deleteJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
Deprecated.
the operation can't be finished in one transaction if it's executed in multiple threads.
deleteJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyJoinEntityHelper
Deprecated.
unsupported Operation
disabled() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
Flag to identity if CacheResult is disabled.
disabled() - Element in annotation interface com.landawn.abacus.jdbc.annotation.RefreshCache
Flag to identity if RefreshCache is disabled.
disableSpringTransactional(boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
disableSqlLog() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Disable sql log in current thread.
DO_NOTHING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiParametersSetter
 
DO_NOTHING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
 
DO_NOTHING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ParametersSetter
 
DO_NOTHING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
 
DO_NOTHING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.TriParametersSetter
 
doesTableExist(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Does table exist.
doNotUseSpringTransactional(boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Don't share or share Spring Transactional in current thread.
dropTableIfExists(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Returns true if succeed to drop table, otherwise false is returned.

E

EmptyHandler - Class in com.landawn.abacus.jdbc
 
EmptyHandler() - Constructor for class com.landawn.abacus.jdbc.EmptyHandler
 
enableSqlLog() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Enable sql log in current thread.
enableSqlLog(boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated.
replaced by enableSqlLog/disableSqlLog.
enableSqlLog(boolean, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated.
replaced by enableSqlLog/disableSqlLog.
enableSqlLog(int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Enable sql log in current thread.
ends_with - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
EntityCodeConfig - Class in com.landawn.abacus.jdbc
A sample, just a sample, not a general configuration required.
EntityCodeConfig() - Constructor for class com.landawn.abacus.jdbc.EntityCodeConfig
 
EntityCodeConfig.JsonXmlConfig - Class in com.landawn.abacus.jdbc
 
equals - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
equals(Object) - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
evictDelay() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Cache
 
execute() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
execute(Connection, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
execute(DataSource, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeAndGetOutParameters - Enum constant in enum class com.landawn.abacus.jdbc.OP
Mostly it's for @Call to execute the target procedure and get out parameters by executeAndGetOutParameters.
executeAndGetOutParameters() - Method in class com.landawn.abacus.jdbc.CallableQuery
 
executeBatchUpdate(Connection, String, List<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Execute batch update.
executeBatchUpdate(Connection, String, List<?>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Execute batch update.
executeBatchUpdate(DataSource, String, List<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeBatchUpdate(DataSource, String, List<?>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeLargeBatchUpdate(Connection, String, List<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Execute batch update.
executeLargeBatchUpdate(Connection, String, List<?>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Execute batch update.
executeLargeBatchUpdate(DataSource, String, List<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeLargeBatchUpdate(DataSource, String, List<?>, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeQuery(Connection, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeQuery(DataSource, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeThenAccept(Throwables.BiConsumer<Boolean, ? super CallableStatement, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then accept.
executeThenAccept(Throwables.BiConsumer<Boolean, ? super Stmt, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Execute then accept.
executeThenAccept(Throwables.Consumer<? super CallableStatement, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then accept.
executeThenAccept(Throwables.Consumer<? super Stmt, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Execute then accept.
executeThenAccept(Throwables.TriConsumer<Boolean, List<Jdbc.OutParam>, ? super CallableStatement, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then apply.
executeThenApply(Throwables.BiFunction<Boolean, ? super CallableStatement, ? extends R, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then apply.
executeThenApply(Throwables.BiFunction<Boolean, ? super Stmt, ? extends R, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Execute then apply.
executeThenApply(Throwables.Function<? super CallableStatement, ? extends R, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then apply.
executeThenApply(Throwables.Function<? super Stmt, ? extends R, SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Execute then apply.
executeThenApply(Throwables.TriFunction<Boolean, List<Jdbc.OutParam>, ? super CallableStatement, ? extends R, SQLException>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Execute then apply.
executeUpdate(Connection, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executeUpdate(DataSource, String, Object...) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
executor() - Method in interface com.landawn.abacus.jdbc.dao.Dao
Deprecated.
for internal use only.
executor() - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
internal only
exists - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
exists() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Note: using select 1 from ..., not select count(*) from ....
exists(long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
exists(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
exists(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
exists(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
exists(ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
exists(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
exportCSV(File, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, Connection, String, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, Connection, String, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, PreparedStatement) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, PreparedStatement, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, PreparedStatement, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(File, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Each line in the output file/Writer is an array of JSON String without root bracket.
exportCSV(File, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(OutputStream, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(OutputStream, ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(OutputStream, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(OutputStream, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(OutputStream, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(Writer, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(Writer, ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(Writer, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(Writer, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
exportCSV(Writer, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Exports the data from database to CVS.
extractAllResultSets(Statement) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.extractAllResultSets(stmt).onClose(Fn.closeQuietly(stmt))...
extractAllResultSets(Statement, Jdbc.BiResultExtractor<T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.extractAllResultSets(stmt, resultExtractor).onClose(Fn.closeQuietly(stmt))...
extractAllResultSets(Statement, Jdbc.ResultExtractor<T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.extractAllResultSets(stmt, resultExtractor).onClose(Fn.closeQuietly(stmt))...
extractData(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, int, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, int, int, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, int, int, Jdbc.RowExtractor, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, int, int, Jdbc.RowFilter, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, int, int, Jdbc.RowFilter, Jdbc.RowExtractor, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, Jdbc.RowExtractor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, Jdbc.RowFilter) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
extractData(ResultSet, Jdbc.RowFilter, Jdbc.RowExtractor) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 

F

FAILED_COMMIT - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field FAILED_COMMIT.
FAILED_ROLLBACK - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field FAILED_ROLLBACK.
FetchColumnByEntityClass - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
fetchColumnByEntityClassForDataSetQuery() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Config
 
FetchDirection - Enum Class in com.landawn.abacus.jdbc
The Enum FetchDirection.
fetchSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
 
fetchSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
 
filter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
Those conditions(by contains ignore case or regular expression match) will be joined by OR, not AND.
filter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Handler
Those conditions(by contains ignore case or regular expression match) will be joined by OR, not AND.
filter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.PerfLog
Those conditions(by contains ignore case or regular expression match) will be joined by OR, not AND.
filter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.RefreshCache
Those conditions(by contains ignore case or regular expression match) will be joined by OR, not AND.
filter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.SqlLogEnabled
Those conditions(by contains ignore case or regular expression match) will be joined by OR, not AND.
FilterField() - Constructor for class com.landawn.abacus.jdbc.QueryBean.FilterField
 
findFirst - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
findFirst() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirst(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
Use stream(BiRowFilter, BiRowMapper).first() instead.
findFirst(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirst(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
Use stream(RowFilter, RowMapper).first() instead.
findFirst(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirst(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirst(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findFirst(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findFirst(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findFirst(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findFirst(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findFirst(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findFirst(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findFirst(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findFirstOrNull() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirstOrNull(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
Use stream(BiRowFilter, BiRowMapper).first() instead.
findFirstOrNull(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirstOrNull(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
Use stream(RowFilter, RowMapper).first() instead.
findFirstOrNull(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findFirstOrNull(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOne - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
findOnlyOne() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOne(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOne(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOne(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOne(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findOnlyOne(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findOnlyOne(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
findOnlyOne(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
findOnlyOne(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findOnlyOne(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findOnlyOne(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
findOnlyOne(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
findOnlyOneOrNull() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOneOrNull(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOneOrNull(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
findOnlyOneOrNull(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
foreach(Condition, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
foreach(Condition, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
foreach(Class<?>, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
foreach(Collection<String>, Condition, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
foreach(Collection<String>, Condition, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
foreach(Consumer<NoCachingNoUpdating.DisposableObjArray>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
forEach(Condition, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Condition, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Condition, Jdbc.BiRowFilter, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Condition, Jdbc.BiRowFilter, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Condition, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Condition, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Condition, Jdbc.RowFilter, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Condition, Jdbc.RowFilter, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Jdbc.BiRowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
forEach(Jdbc.BiRowFilter, Jdbc.BiRowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
forEach(Jdbc.RowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
forEach(Jdbc.RowFilter, Jdbc.RowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
forEach(Collection<String>, Condition, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Collection<String>, Condition, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Collection<String>, Condition, Jdbc.BiRowFilter, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Collection<String>, Condition, Jdbc.BiRowFilter, Jdbc.BiRowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Collection<String>, Condition, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Collection<String>, Condition, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
forEach(Collection<String>, Condition, Jdbc.RowFilter, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
forEach(Collection<String>, Condition, Jdbc.RowFilter, Jdbc.RowConsumer) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
FORWARD - Enum constant in enum class com.landawn.abacus.jdbc.FetchDirection
 

G

generateEntityClass(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(Connection, String, EntityCodeConfig) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(Connection, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(Connection, String, String, EntityCodeConfig) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(DataSource, String, EntityCodeConfig) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(DataSource, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateEntityClass(DataSource, String, String, EntityCodeConfig) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateId() - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Deprecated.
unsupported Operation
generateId() - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Deprecated.
unsupported Operation
generateInsertSql(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateInsertSql(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateNamedInsertSql(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateNamedInsertSql(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateNamedUpdateSql(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateNamedUpdateSql(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateSelectSql(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateSelectSql(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateUpdateSql(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
generateUpdateSql(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
get(int, Jdbc.ColumnGetter<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
get(int, Jdbc.ColumnGetter<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
get(long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
Returns the record found by the specified id or an empty Optional if no record is found.
get(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
get(long, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
get(long, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
get(long, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
get(long, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
get(long, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
Returns the record found by the specified id or an empty Optional if no record is found.
get(long, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
get(long, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
get(long, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
get(long, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
get(long, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
get(long, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
get(long, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
get(Type<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
get(Type<? extends T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
Gets the values from the first column.
get(ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns the record found by the specified id or an empty Optional if no record is found.
get(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
get(ID, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
get(ID, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
get(ID, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
get(ID, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
get(ID, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns the record found by the specified id or an empty Optional if no record is found.
get(ID, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
get(ID, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
get(ID, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
get(ID, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
get(ID, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
get(ID, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
get(ID, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
get(Class<? extends Jdbc.Handler<?>>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
get(Class<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
get(Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
Gets the values from the first column.
get(String) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
get(String) - Static method in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
 
get(String, Jdbc.ColumnGetter<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
GET_BIG_DECIMAL - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BIG_DECIMAL - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_BINARY_STREAM - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BINARY_STREAM - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_BLOB - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BLOB - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_BOOLEAN - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BOOLEAN - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_BYTE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BYTE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_BYTES - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_BYTES - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_CHARACTER_STREAM - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_CHARACTER_STREAM - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_CLOB - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_CLOB - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_DATE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_DATE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_DOUBLE - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_DOUBLE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_FLOAT - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_FLOAT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_INT - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_INT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_LONG - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_LONG - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_OBJECT - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_OBJECT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_SHORT - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_SHORT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_STRING - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_STRING - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_TIME - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_TIME - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
GET_TIMESTAMP - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ColumnGetter
 
GET_TIMESTAMP - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
getAllColumnValues(ResultSet, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column value.
getAllColumnValues(ResultSet, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column value.
getBatchDeleteSQLBuilderAndParamSetter(Class<? extends SQLBuilder>) - Method in class com.landawn.abacus.jdbc.JoinInfo
 
getBatchSelectSQLBuilderAndParamSetter(Class<? extends SQLBuilder>) - Method in class com.landawn.abacus.jdbc.JoinInfo
 
getBigDecimal(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getBigDecimal(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getBigDecimal(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getBoolean(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getBoolean(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getBoolean(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getByte(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getByte(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getByte(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getColumn2FieldNameMap(Class<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getColumnCount(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column count.
getColumnIndex(ResultSetMetaData, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Returns the column index starts with from 1, not 0.
getColumnIndex(ResultSet, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Returns the column index starts with from 1, not 0.
getColumnLabel(ResultSetMetaData, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column label.
getColumnLabelList(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getColumnNameList(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column name list.
getColumnValue(ResultSet, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column value.
getColumnValue(ResultSet, int, Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the column value.
getColumnValue(ResultSet, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated.
getColumnValue(ResultSet, String, Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Deprecated.
getConnection(DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Spring Transaction is supported and Integrated.
getDate(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getDate(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getDate(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getDBLock(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Supports global lock by db table.
getDBProductInfo(Connection) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getDBProductInfo(DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getDBSequence(DataSource, String, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the DB sequence.
getDBSequence(DataSource, String, String, long, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Supports global sequence by db table.
getDeleteSqlAndParamSetter(Class<? extends SQLBuilder>) - Method in class com.landawn.abacus.jdbc.JoinInfo
 
getDouble(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getDouble(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getDouble(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getEntityJoinInfo(Class<?>, Class<?>, String) - Static method in class com.landawn.abacus.jdbc.JoinInfo
 
getFloat(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getFloat(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getFloat(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getInsertPropNames(Class<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getInsertPropNames(Class<?>, Set<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getInsertPropNames(Object) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getInsertPropNames(Object, Set<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getInt(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getInt(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getInt(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getJoinConditions(Class<?>) - Method in class com.landawn.abacus.jdbc.QueryBean
 
getJoinEntityPropNamesByType(Class<?>, Class<?>, String, Class<?>) - Static method in class com.landawn.abacus.jdbc.JoinInfo
 
getLong(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getLong(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getLong(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getMinExecutionTimeForSqlPerfLog() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Return the minimum execution time in milliseconds to log SQL performance in current thread.
getNamedParameters(String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Gets the named parameters.
getObject() - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
getObject(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
Deprecated.
default Jdbc.RowExtractor.RowExtractorBuilder.getObject(int) if there is no ColumnGetter set for the target column
getObject(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
Deprecated.
default Jdbc.RowMapper.RowMapperBuilder.getObject(int) if there is no ColumnGetter set for the target column
getObject(int, Class<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getObject(int, Class<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getObject(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
Deprecated.
default Jdbc.BiRowMapper.BiRowMapperBuilder.getObject(String) if there is no ColumnGetter set for the target column
getObject(String, Class<?>) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getOrCreate(Class<? extends Jdbc.Handler<?>>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
getOutParameters(CallableStatement, List<Jdbc.OutParam>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getOutParams() - Method in class com.landawn.abacus.jdbc.Jdbc.OutParamResult
 
getOutParamValue(int) - Method in class com.landawn.abacus.jdbc.Jdbc.OutParamResult
 
getOutParamValue(String) - Method in class com.landawn.abacus.jdbc.Jdbc.OutParamResult
 
getOutParamValues() - Method in class com.landawn.abacus.jdbc.Jdbc.OutParamResult
 
getPropJoinInfo(Class<?>, Class<?>, String, String) - Static method in class com.landawn.abacus.jdbc.JoinInfo
 
getSelectPropNames(Class<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getSelectPropNames(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getSelectPropNames(Class<?>, Set<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getSelectSQLBuilderAndParamSetter(Class<? extends SQLBuilder>) - Method in class com.landawn.abacus.jdbc.JoinInfo
 
getShort(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getShort(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getShort(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getSqlExtractor() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getSqlLogHandler() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getString(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getString(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getString(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
gett(long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
Returns the record found by the specified id or null if no record is found.
gett(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
gett(long, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
gett(long, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
gett(long, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
gett(long, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
gett(long, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
Returns the record found by the specified id or null if no record is found.
gett(long, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
gett(long, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
gett(long, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
gett(long, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
gett(long, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
gett(long, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelperL
 
gett(long, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelperL
 
gett(ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns the record found by the specified id or null if no record is found.
gett(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
gett(ID, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
gett(ID, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
gett(ID, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
gett(ID, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
gett(ID, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns the record found by the specified id or null if no record is found.
gett(ID, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
gett(ID, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
gett(ID, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
gett(ID, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
gett(ID, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
gett(ID, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.CrudJoinEntityHelper
 
gett(ID, Collection<String>, Collection<Class<?>>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudJoinEntityHelper
 
getTime(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getTime(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getTime(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getTimestamp(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowExtractor.RowExtractorBuilder
 
getTimestamp(int) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
 
getTimestamp(String) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
 
getUpdatePropNames(Class<?>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
getUpdatePropNames(Class<?>, Set<String>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
greater_than - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
greater_than_or_equals - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
groupTo(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
groupTo(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
groupTo(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Collector<? super V, ?, D>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
groupTo(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Collector<? super V, ?, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
groupTo(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
groupTo(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
groupTo(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Collector<? super V, ?, D>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
groupTo(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Collector<? super V, ?, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 

H

H2 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
Handler - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
HandlerList - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
hasDefineWithNamedParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
 
hasDefineWithNamedParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
 
hasDefineWithNamedParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
 
hasDefineWithNamedParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
 
hashCode() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
HSQLDB - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 

I

id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
 
id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
 
id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
 
id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
 
id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.SqlField
 
id() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
 
id() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
id() - Method in interface com.landawn.abacus.jdbc.Transaction
Returns the identifier of this transaction if it's supported.
idExtractor() - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
idleTime() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
 
ifExists(Jdbc.BiRowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
ifExists(Jdbc.RowConsumer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
ifExistsOrElse(Jdbc.BiRowConsumer, Throwables.Runnable<SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
If exists or else.
ifExistsOrElse(Jdbc.RowConsumer, Throwables.Runnable<SQLException>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
If exists or else.
importCSV(File, long, long, Throwables.Predicate<String[], E>, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(File, long, long, Throwables.Predicate<String[], E>, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(File, long, long, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(File, long, long, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(File, Connection, String, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(File, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(File, DataSource, String, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(InputStream, long, long, Throwables.Predicate<String[], E>, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(InputStream, long, long, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(InputStream, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(InputStream, DataSource, String, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(Reader, long, long, Throwables.Predicate<String[], E>, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importCSV(Reader, long, long, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(Reader, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importCSV(Reader, DataSource, String, Throwables.BiConsumer<? super PreparedQuery, ? super String[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from CSV to database.
importData(DataSet, int, int, Throwables.Predicate<? super Object[], E>, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Throwables.Predicate<? super Object[], E>, Connection, String, int, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Throwables.Predicate<? super Object[], E>, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Throwables.Predicate<? super Object[], E>, PreparedStatement, int, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, int, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, int, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Connection, String, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Connection, String, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, PreparedStatement) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(DataSet, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Throwables.Predicate<? super Object[], E>, Connection, String, int, long) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Throwables.Predicate<? super Object[], E>, PreparedStatement, int, long) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Connection, String, int, long) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, PreparedStatement) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, PreparedStatement, int, long) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, PreparedStatement) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(DataSet, DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from DataSet to database.
importData(File, long, long, Connection, String, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(File, long, long, PreparedStatement, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from file to database.
importData(File, Connection, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(File, PreparedStatement, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(File, DataSource, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(InputStream, long, long, Connection, String, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(InputStream, long, long, PreparedStatement, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from file to database.
importData(InputStream, Connection, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(InputStream, PreparedStatement, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(InputStream, DataSource, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Reader, long, long, Connection, String, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Reader, long, long, PreparedStatement, int, long, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from file to database.
importData(Reader, Connection, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Reader, PreparedStatement, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Reader, DataSource, String, Throwables.Function<String, Object[], E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, long, long, Throwables.Predicate<? super T, E>, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, long, long, Throwables.Predicate<? super T, E>, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
Imports the data from Iterator to database.
importData(Iterator<? extends T>, long, long, Connection, String, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, long, long, PreparedStatement, int, long, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, Connection, String, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, PreparedStatement, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
importData(Iterator<? extends T>, DataSource, String, Throwables.BiConsumer<? super PreparedQuery, ? super T, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtils
 
in - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
insert() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns the generated key if it exists.
insert(Jdbc.BiRowMapper<? extends ID>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
insert(Jdbc.RowMapper<? extends ID>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
insert(String, T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
insert(String, T) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
insert(String, T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
insert(String, T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
insert(T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
insert(T) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
insert(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
insert(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
insert(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
insert(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyCrudDao
Deprecated.
unsupported Operation
insert(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
insert(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyCrudDao
Deprecated.
unsupported Operation
Insert - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Insert.
intValue() - Method in enum class com.landawn.abacus.jdbc.FetchDirection
 
intValue() - Method in enum class com.landawn.abacus.jdbc.IsolationLevel
 
isActive() - Method in class com.landawn.abacus.jdbc.SQLTransaction
Checks if is active.
isActive() - Method in interface com.landawn.abacus.jdbc.Transaction
Checks if is active.
isBatch() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
 
isBatch() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
 
isBatch() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
 
isForInvokeFromOutsideOfDaoOnly() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Handler
This Handler will be ignored for the invoke from methods of the Dao if it's set to true.
isInTransaction(DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
isManyToManyJoin() - Method in class com.landawn.abacus.jdbc.JoinInfo
 
isMySQL() - Method in enum class com.landawn.abacus.jdbc.DBVersion
 
isNullOrDefault(Object) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
isolation() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Transactional
 
isolationLevel() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
isolationLevel() - Method in interface com.landawn.abacus.jdbc.Transaction
 
IsolationLevel - Enum Class in com.landawn.abacus.jdbc
The Enum IsolationLevel.
isPostgreSQL() - Method in enum class com.landawn.abacus.jdbc.DBVersion
 
isSingleParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
Set it to true if there is only one input parameter and the type is Collection/Object Array, and the target db column type is Collection/Object Array.
isSingleParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
Set it to true if there is only one input parameter and the type is Collection/Object Array, and the target db column type is Collection/Object Array.
isSingleParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
Set it to true if there is only one input parameter and the type is Collection/Object Array, and the target db column type is Collection/Object Array.
isSingleParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
Set it to true if there is only one input parameter and the type is Collection/Object Array, and the target db column type is Collection/Object Array.
isSingleParameter() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
Set it to true if there is only one input parameter and the type is Collection/Object Array, and the target db column type is Collection/Object Array.
isSpringTransactionalDisabled() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
isSpringTransactionalNotUsed() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Check if Spring Transactional is shared or not in current thread.
isSqlLogEnabled() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Checks if sql log is enabled or not in current thread.

J

Jdbc - Class in com.landawn.abacus.jdbc
 
Jdbc.BiParametersSetter<QS,T> - Interface in com.landawn.abacus.jdbc
The Interface BiParametersSetter.
Jdbc.BiResultExtractor<T> - Interface in com.landawn.abacus.jdbc
The Interface BiResultExtractor.
Jdbc.BiRowConsumer - Interface in com.landawn.abacus.jdbc
The Interface BiRowConsumer.
Jdbc.BiRowFilter - Interface in com.landawn.abacus.jdbc
Generally, the result should be filtered in database side by SQL scripts.
Jdbc.BiRowMapper<T> - Interface in com.landawn.abacus.jdbc
The Interface BiRowMapper.
Jdbc.BiRowMapper.BiRowMapperBuilder - Class in com.landawn.abacus.jdbc
 
Jdbc.ColumnGetter<V> - Interface in com.landawn.abacus.jdbc
 
Jdbc.Columns - Class in com.landawn.abacus.jdbc
 
Jdbc.Columns.ColumnOne - Class in com.landawn.abacus.jdbc
 
Jdbc.Handler<P> - Interface in com.landawn.abacus.jdbc
 
Jdbc.HandlerFactory - Class in com.landawn.abacus.jdbc
 
Jdbc.OutParam - Class in com.landawn.abacus.jdbc
 
Jdbc.OutParamResult - Class in com.landawn.abacus.jdbc
 
Jdbc.ParametersSetter<QS> - Interface in com.landawn.abacus.jdbc
The Interface ParametersSetter.
Jdbc.ResultExtractor<T> - Interface in com.landawn.abacus.jdbc
The Interface ResultExtractor.
Jdbc.RowConsumer - Interface in com.landawn.abacus.jdbc
Don't use RowConsumer in AbstractQuery.forEach(RowConsumer) or any place where multiple records will be consumed by it, if column labels/count are used in Jdbc.RowConsumer.accept(ResultSet).
Jdbc.RowExtractor - Interface in com.landawn.abacus.jdbc
 
Jdbc.RowExtractor.RowExtractorBuilder - Class in com.landawn.abacus.jdbc
 
Jdbc.RowFilter - Interface in com.landawn.abacus.jdbc
Generally, the result should be filtered in database side by SQL scripts.
Jdbc.RowMapper<T> - Interface in com.landawn.abacus.jdbc
Don't use RowMapper in AbstractQuery.list(RowMapper) or any place where multiple records will be retrieved by it, if column labels/count are used in Jdbc.RowMapper.apply(ResultSet).
Jdbc.RowMapper.RowMapperBuilder - Class in com.landawn.abacus.jdbc
 
Jdbc.TriParametersSetter<QS,T> - Interface in com.landawn.abacus.jdbc
The Interface TriParametersSetter.
JdbcSettings - Class in com.landawn.abacus.jdbc
 
JdbcUtil - Class in com.landawn.abacus.jdbc
Performance Tips: Avoid unnecessary/repeated database calls. Only fetch the columns you need or update the columns you want. Index is the key point in a lot of database performance issues.
JdbcUtils - Class in com.landawn.abacus.jdbc
 
JoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends Dao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
JoinInfo - Class in com.landawn.abacus.jdbc
 
JsonXmlConfig() - Constructor for class com.landawn.abacus.jdbc.EntityCodeConfig.JsonXmlConfig
 

K

keyName() - Element in annotation interface com.landawn.abacus.jdbc.annotation.MappedByKey
 

L

largeBatchUpdate() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Large batch update.
largeUpdate - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
largeUpdate() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
less_than - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
less_than_or_equals - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
list - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
list() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.BiRowMapper<? extends T>, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
the result size should be limited in database server side by sql scripts.
list(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Jdbc.RowMapper<? extends T>, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
the result size should be limited in database server side by sql scripts.
list(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists the rows in the first ResultSet.
list(Class<? extends T>, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
the result size should be limited in database server side by sql scripts.
list(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(String, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(String, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(String, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(String, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
list(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
list(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Collection<String>, Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Collection<String>, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
list(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
list(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
list(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
list(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
list(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
listAll - Enum constant in enum class com.landawn.abacus.jdbc.OP
Mostly it's for @Call to retrieve all the ResultSets returned from the executed procedure by listAll/listAllAndGetOutParameters.
listAndGetOutParameters(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listAndGetOutParameters(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listAndGetOutParameters(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listAndGetOutParameters(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listAndGetOutParameters(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listMultiResultsets(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists all the ResultSets.
listMultiResultsets(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists all the ResultSets.
listMultiResultsets(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists all the ResultSets.
listMultiResultsets(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists all the ResultSets.
listMultiResultsets(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Lists all the ResultSets.
listMultiResultsetsAndGetOutParameters(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listMultiResultsetsAndGetOutParameters(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listMultiResultsetsAndGetOutParameters(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listMultiResultsetsAndGetOutParameters(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listMultiResultsetsAndGetOutParameters(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
listThenAccept(Jdbc.BiRowMapper<? extends T>, Throwables.Consumer<? super List<T>, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
listThenAccept(Jdbc.RowMapper<? extends T>, Throwables.Consumer<? super List<T>, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
listThenAccept(Class<? extends T>, Throwables.Consumer<? super List<T>, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
listThenApply(Jdbc.BiRowMapper<? extends T>, Throwables.Function<? super List<T>, ? extends R, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
listThenApply(Jdbc.RowMapper<? extends T>, Throwables.Function<? super List<T>, ? extends R, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
listThenApply(Class<? extends T>, Throwables.Function<? super List<T>, ? extends R, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
liveTime() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
 
loadAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadAllJoinEntities(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntities(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(Collection<T>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Class<?>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Class<?>, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, String) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, String) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, String, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>, boolean) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Collection<String>, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
loadJoinEntitiesIfNull(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
loadJoinEntitiesIfNull(T, Executor) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedJoinEntityHelper
 
lock(String) - Method in class com.landawn.abacus.jdbc.DBLock
 
lock(String, long) - Method in class com.landawn.abacus.jdbc.DBLock
 
lock(String, long, long) - Method in class com.landawn.abacus.jdbc.DBLock
 
lock(String, long, long, long) - Method in class com.landawn.abacus.jdbc.DBLock
 
LOCKED - Static variable in class com.landawn.abacus.jdbc.DBLock
 

M

mapClass() - Element in annotation interface com.landawn.abacus.jdbc.annotation.MappedByKey
 
MappedByKey - Annotation Interface in com.landawn.abacus.jdbc.annotation
The result will be merged by keyName and mapped to map.
MARKED_ROLLBACK - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field MARKED_ROLLBACK.
maxSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
If the query result won't be cached if it's size is bigger than maxSize if the return type is Collection or DataSet.
maxSqlLogLength() - Element in annotation interface com.landawn.abacus.jdbc.annotation.PerfLog
 
maxSqlLogLength() - Element in annotation interface com.landawn.abacus.jdbc.annotation.SqlLogEnabled
 
MergedById - Annotation Interface in com.landawn.abacus.jdbc.annotation
For example:
minExecutionTimeForOperation() - Element in annotation interface com.landawn.abacus.jdbc.annotation.PerfLog
start to log performance for Dao operation/method if the execution time >= the specified(or default) execution time in milliseconds.
minExecutionTimeForSql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.PerfLog
start to log performance for sql if the execution time >= the specified(or default) execution time in milliseconds.
minSize() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
Minimum required size to cache query result if the return type is Collection or DataSet.
MYSQL_10 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 10.
MYSQL_5_5 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 5 5.
MYSQL_5_6 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 5 6.
MYSQL_5_7 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 5 7.
MYSQL_5_8 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 5 8.
MYSQL_5_9 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 5 9.
MYSQL_6 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 6.
MYSQL_7 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 7.
MYSQL_8 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 8.
MYSQL_9 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The mysql 9.
MYSQL_OTHERS - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 

N

name() - Element in annotation interface com.landawn.abacus.jdbc.annotation.OutParameter
 
NamedQuery - Class in com.landawn.abacus.jdbc
The backed PreparedStatement/CallableStatement will be closed by default after any execution methods(which will trigger the backed PreparedStatement/CallableStatement to be executed, for example: get/query/queryForInt/Long/../findFirst/findOnlyOne/list/execute/...).
negate() - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowFilter
 
negate() - Method in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
 
nextVal() - Method in class com.landawn.abacus.jdbc.DBSequence
 
NO_ACTION - Enum constant in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
Field NO_ACTION.
NonDBOperation - Annotation Interface in com.landawn.abacus.jdbc.annotation
Annotated methods in Dao for: No Handler is applied to non-db Operation No sql/performance log is applied to non-db Operation No Transaction annotation is applied to non-db Operation
By default, targetEntityClass/dataSource/sqlMapper/executor/asyncExecutor/prepareQuery/prepareNamedQuery/prepareCallableQuery methods in Dao are annotated with NonDBOperation.
NONE - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Deprecated. 
noneMatch(Jdbc.BiRowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
noneMatch(Jdbc.RowFilter) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
not_after - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_before - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_between - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_contains - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_ends_with - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_equals - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_greater_than - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_in - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_less_than - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
not_starts_with - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
NOT_SUPPORTED - Enum constant in enum class com.landawn.abacus.jdbc.Propagation
Execute non-transactionally, suspend the current transaction if one exists.
notExists() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Why adding notExists()? not just exists() == false or !exists()? Because notExists() is not minor case.
notExists(long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
notExists(long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
notExists(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
notExists(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
notExists(ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
notExists(ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
NoUpdateCrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends NoUpdateCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
NoUpdateCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends NoUpdateCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
NoUpdateDao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends NoUpdateDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO

O

onClose(Runnable) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
OnDelete - Annotation Interface in com.landawn.abacus.jdbc.annotation
Deprecated.
won't be implemented. It should be defined and done in DB server side.
OnDeleteAction - Enum Class in com.landawn.abacus.jdbc
Deprecated.
won't and should not be implemented.
oneOff(Class<?>, BiConsumer<List<String>, NoCachingNoUpdating.DisposableObjArray>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
It's stateful.
oneOff(Class<?>, Consumer<NoCachingNoUpdating.DisposableObjArray>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
It's stateful.
oneOff(BiConsumer<List<String>, NoCachingNoUpdating.DisposableObjArray>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowConsumer
It's stateful.
oneOff(Consumer<NoCachingNoUpdating.DisposableObjArray>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
It's stateful.
op() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
Set it to true if want to retrieve all the ResultSets returned from the executed procedure by queryAll/listAll/streamAll.
op() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
 
op() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
It should only be set with OP.update or OP.largeUpdate
OP - Enum Class in com.landawn.abacus.jdbc
 
ORACLE - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
OrderByField() - Constructor for class com.landawn.abacus.jdbc.QueryBean.OrderByField
 
OTHERS - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
OutParam() - Constructor for class com.landawn.abacus.jdbc.Jdbc.OutParam
 
OutParameter - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
OutParameterList - Annotation Interface in com.landawn.abacus.jdbc.annotation
 

P

paginate(Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, DataSet>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
paginate(Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, R>, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
paginate(Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, R>, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
paginate(Collection<String>, Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, DataSet>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
paginate(Collection<String>, Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, R>, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
paginate(Collection<String>, Condition, int, Jdbc.BiParametersSetter<? super PreparedQuery, R>, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
PerfLog - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
position() - Element in annotation interface com.landawn.abacus.jdbc.annotation.OutParameter
Starts from 1.
POSTGRESQL_10 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 10.
POSTGRESQL_11 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 11.
POSTGRESQL_12 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 12.
POSTGRESQL_9_2 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 9 2.
POSTGRESQL_9_3 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 9 3.
POSTGRESQL_9_4 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 9 4.
POSTGRESQL_9_5 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 9 5.
POSTGRESQL_9_6 - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
The postgresql 9 6.
POSTGRESQL_OTHERS - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
PrefixFieldMapping - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
prefixForNonEmpty() - Element in annotation interface com.landawn.abacus.jdbc.annotation.BindList
 
prepareCallableQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareCallableQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
prepareCallableQuery(String, Throwables.BiFunction<Connection, String, CallableStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareCallableQuery(String, Throwables.BiFunction<Connection, String, CallableStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
prepareCallableQuery(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareCallableQuery(Connection, String, Throwables.BiFunction<Connection, String, CallableStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareCallableQuery(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareCallableQuery(DataSource, String, Throwables.BiFunction<Connection, String, CallableStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
PreparedQuery - Class in com.landawn.abacus.jdbc
The backed PreparedStatement/CallableStatement will be closed by default after any execution methods(which will trigger the backed PreparedStatement/CallableStatement to be executed, for example: get/query/queryForInt/Long/../findFirst/findOnlyOne/list/execute/...).
prepareNamedQuery(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a select query by specified cond.
prepareNamedQuery(ParsedSql) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(ParsedSql) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(ParsedSql) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
 
prepareNamedQuery(ParsedSql, boolean) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(ParsedSql, boolean) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(ParsedSql, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(ParsedSql, int[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(ParsedSql, int[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(ParsedSql, int[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(ParsedSql, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(ParsedSql, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
prepareNamedQuery(ParsedSql, String[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(ParsedSql, String[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(ParsedSql, String[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
 
prepareNamedQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
prepareNamedQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareNamedQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareNamedQuery(Connection, ParsedSql) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, ParsedSql, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, ParsedSql, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, ParsedSql, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, ParsedSql, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, String, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, String, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Connection, String, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareNamedQuery(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a select query by specified selectPropNames and cond.
prepareNamedQuery(DataSource, ParsedSql) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, ParsedSql, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, ParsedSql, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, ParsedSql, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, ParsedSql, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, String, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, String, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQuery(DataSource, String, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareNamedQueryForBigResult(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a big result select query by specified cond.
prepareNamedQueryForBigResult(String) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareNamedQueryForBigResult(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Prepare select query for big result set.
prepareNamedQueryForBigResult(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a big result select query by specified selectPropNames and cond.
prepareNamedQueryForBigResult(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Prepare select query for big result set.
prepareQuery(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a select query by specified cond.
prepareQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareQuery(String) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
 
prepareQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareQuery(String, boolean) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareQuery(String, int[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareQuery(String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQuery(String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
prepareQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
 
prepareQuery(String, String[]) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
prepareQuery(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareQuery(Connection, String, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareQuery(Connection, String, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareQuery(Connection, String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareQuery(Connection, String, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Never write below code because it will definitely cause Connection leak:
prepareQuery(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a select query by specified selectPropNames and cond.
prepareQuery(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareQuery(DataSource, String, boolean) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareQuery(DataSource, String, int[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
prepareQuery(DataSource, String, Throwables.BiFunction<Connection, String, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
If this method is called where a transaction is started by JdbcUtil.beginTransaction or in Spring with the same DataSource in the same thread, the Connection started the Transaction will be used here.
prepareQuery(DataSource, String, String[]) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
prepareQueryForBigResult(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a big result select query by specified cond.
prepareQueryForBigResult(String) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
prepareQueryForBigResult(Connection, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Prepare select query for big result set.
prepareQueryForBigResult(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Prepare a big result select query by specified selectPropNames and cond.
prepareQueryForBigResult(DataSource, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Prepare select query for big result set.
propagation() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Transactional
 
Propagation - Enum Class in com.landawn.abacus.jdbc
 

Q

qualifier() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Handler
 
query - Enum constant in enum class com.landawn.abacus.jdbc.OP
Deprecated.
generally it's unnecessary to specify the "op = OP.query" in Select/NamedSelect.
query() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves the first ResultSet.
query(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query(Condition, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Condition, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query(Condition, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Condition, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query(Jdbc.BiResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves the first ResultSet.
query(Jdbc.ResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves the first ResultSet.
query(Class<?>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves the first ResultSet.
query(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query(Collection<String>, Condition, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Collection<String>, Condition, Jdbc.BiResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query(Collection<String>, Condition, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
query(Collection<String>, Condition, Jdbc.ResultExtractor<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
query2Resultsets(Jdbc.BiResultExtractor<? extends R1>, Jdbc.BiResultExtractor<? extends R2>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves at most two ResultSets.
query2ResultsetsAndGetOutParameters(Jdbc.BiResultExtractor<? extends R1>, Jdbc.BiResultExtractor<? extends R2>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
query3Resultsets(Jdbc.BiResultExtractor<? extends R1>, Jdbc.BiResultExtractor<? extends R2>, Jdbc.BiResultExtractor<? extends R3>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves at most three ResultSets.
query3ResultsetsAndGetOutParameters(Jdbc.BiResultExtractor<? extends R1>, Jdbc.BiResultExtractor<? extends R2>, Jdbc.BiResultExtractor<? extends R3>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryAll - Enum constant in enum class com.landawn.abacus.jdbc.OP
Mostly it's for @Call to retrieve all the ResultSets returned from the executed procedure by queryAll/queryAllAndGetOutParameters.
queryAndGetOutParameters() - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryAndGetOutParameters(Jdbc.BiResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryAndGetOutParameters(Jdbc.ResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
QueryBean - Class in com.landawn.abacus.jdbc
 
QueryBean() - Constructor for class com.landawn.abacus.jdbc.QueryBean
 
QueryBean.FilterField - Class in com.landawn.abacus.jdbc
 
QueryBean.Operator - Enum Class in com.landawn.abacus.jdbc
 
QueryBean.OrderByField - Class in com.landawn.abacus.jdbc
 
queryByPage(Connection, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, DataSet>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryByPage(Connection, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, R>, Jdbc.BiResultExtractor<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryByPage(Connection, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, R>, Jdbc.ResultExtractor<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryByPage(DataSource, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, DataSet>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryByPage(DataSource, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, R>, Jdbc.BiResultExtractor<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryByPage(DataSource, String, int, Jdbc.BiParametersSetter<? super AbstractQuery, R>, Jdbc.ResultExtractor<R>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Runs a Stream with each element(page) is loaded from database table by running sql query.
queryForBigDecimal() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<BigDecimal> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBigInteger() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<BigInteger> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBoolean() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalBoolean describing the value in the first row/column if it exists, otherwise return an empty OptionalBoolean.
queryForBoolean(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForBoolean(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForBoolean(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalBoolean describing the value in the first row/column if it exists, otherwise return an empty OptionalBoolean.
queryForBoolean(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalBoolean describing the value in the first row/column if it exists, otherwise return an empty OptionalBoolean.
queryForBoolean(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalBoolean describing the value in the first row/column if it exists, otherwise return an empty OptionalBoolean.
queryForBoolean(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalBoolean describing the value in the first row/column if it exists, otherwise return an empty OptionalBoolean.
queryForByte() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalByte describing the value in the first row/column if it exists, otherwise return an empty OptionalByte.
queryForByte(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForByte(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForByte(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalByte describing the value in the first row/column if it exists, otherwise return an empty OptionalByte.
queryForByte(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalByte describing the value in the first row/column if it exists, otherwise return an empty OptionalByte.
queryForByte(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalByte describing the value in the first row/column if it exists, otherwise return an empty OptionalByte.
queryForByte(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalByte describing the value in the first row/column if it exists, otherwise return an empty OptionalByte.
queryForBytes() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<byte[]> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBytes(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForBytes(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForBytes(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<byte[]> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBytes(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<byte[]> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBytes(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<byte[]> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForBytes(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<byte[]> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForChar() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalChar describing the value in the first row/column if it exists, otherwise return an empty OptionalChar.
queryForChar(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForChar(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForChar(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalChar describing the value in the first row/column if it exists, otherwise return an empty OptionalChar.
queryForChar(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalChar describing the value in the first row/column if it exists, otherwise return an empty OptionalChar.
queryForChar(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalChar describing the value in the first row/column if it exists, otherwise return an empty OptionalChar.
queryForChar(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalChar describing the value in the first row/column if it exists, otherwise return an empty OptionalChar.
queryForDate() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<java.sql.Date> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForDate(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForDate(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForDate(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<java.sql.Date> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForDate(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<java.sql.Date> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForDate(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<java.sql.Date> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForDate(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<java.sql.Date> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForDouble() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalDouble describing the value in the first row/column if it exists, otherwise return an empty OptionalDouble.
queryForDouble(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForDouble(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForDouble(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalDouble describing the value in the first row/column if it exists, otherwise return an empty OptionalDouble.
queryForDouble(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalDouble describing the value in the first row/column if it exists, otherwise return an empty OptionalDouble.
queryForDouble(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalDouble describing the value in the first row/column if it exists, otherwise return an empty OptionalDouble.
queryForDouble(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalDouble describing the value in the first row/column if it exists, otherwise return an empty OptionalDouble.
queryForFloat() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalFloat describing the value in the first row/column if it exists, otherwise return an empty OptionalFloat.
queryForFloat(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForFloat(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForFloat(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalFloat describing the value in the first row/column if it exists, otherwise return an empty OptionalFloat.
queryForFloat(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalFloat describing the value in the first row/column if it exists, otherwise return an empty OptionalFloat.
queryForFloat(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalFloat describing the value in the first row/column if it exists, otherwise return an empty OptionalFloat.
queryForFloat(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalFloat describing the value in the first row/column if it exists, otherwise return an empty OptionalFloat.
queryForInt() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalInt describing the value in the first row/column if it exists, otherwise return an empty OptionalInt.
queryForInt(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForInt(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForInt(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalInt describing the value in the first row/column if it exists, otherwise return an empty OptionalInt.
queryForInt(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalInt describing the value in the first row/column if it exists, otherwise return an empty OptionalInt.
queryForInt(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalInt describing the value in the first row/column if it exists, otherwise return an empty OptionalInt.
queryForInt(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalInt describing the value in the first row/column if it exists, otherwise return an empty OptionalInt.
queryForLong() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalLong describing the value in the first row/column if it exists, otherwise return an empty OptionalLong.
queryForLong(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForLong(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForLong(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalLong describing the value in the first row/column if it exists, otherwise return an empty OptionalLong.
queryForLong(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalLong describing the value in the first row/column if it exists, otherwise return an empty OptionalLong.
queryForLong(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalLong describing the value in the first row/column if it exists, otherwise return an empty OptionalLong.
queryForLong(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalLong describing the value in the first row/column if it exists, otherwise return an empty OptionalLong.
queryForShort() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an OptionalShort describing the value in the first row/column if it exists, otherwise return an empty OptionalShort.
queryForShort(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForShort(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForShort(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an OptionalShort describing the value in the first row/column if it exists, otherwise return an empty OptionalShort.
queryForShort(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an OptionalShort describing the value in the first row/column if it exists, otherwise return an empty OptionalShort.
queryForShort(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an OptionalShort describing the value in the first row/column if it exists, otherwise return an empty OptionalShort.
queryForShort(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an OptionalShort describing the value in the first row/column if it exists, otherwise return an empty OptionalShort.
queryForSingle - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
queryForSingleNonNull(Type<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(Class<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForSingleNonNull(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForSingleNonNull(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(String, long, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForSingleNonNull(String, long, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForSingleNonNull(String, Condition, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(String, Condition, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(String, ID, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleNonNull(String, ID, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForSingleResult(Type<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForSingleResult(Class<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForSingleResult(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForSingleResult(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForSingleResult(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<V> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForSingleResult(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<V> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForSingleResult(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<V> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForSingleResult(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<V> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForString() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<String> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForString(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForString(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForString(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<String> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForString(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<String> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForString(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<String> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForString(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<String> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTime() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<java.sql.Time> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTime(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForTime(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForTime(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<java.sql.Time> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTime(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<java.sql.Time> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTime(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<java.sql.Time> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTime(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<java.sql.Time> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTimestamp() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable<java.sql.Timestamp> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTimestamp(String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForTimestamp(String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForTimestamp(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable<java.sql.Timestamp> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTimestamp(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable<java.sql.Timestamp> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTimestamp(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable<java.sql.Timestamp> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForTimestamp(String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable<java.sql.Timestamp> describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUnique - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
queryForUniqueNonNull(Type<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(Class<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForUniqueNonNull(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForUniqueNonNull(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(String, long, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForUniqueNonNull(String, long, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForUniqueNonNull(String, Condition, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(String, Condition, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(String, ID, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueNonNull(String, ID, Jdbc.RowMapper<? extends V>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns an Optional describing the value in the first row/column if it exists, otherwise return an empty Optional.
queryForUniqueResult(Type<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUniqueResult(Class<? extends V>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUniqueResult(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
queryForUniqueResult(Class<? extends V>, String, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
queryForUniqueResult(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUniqueResult(Class<? extends V>, String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUniqueResult(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryForUniqueResult(Class<? extends V>, String, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Returns a Nullable describing the value in the first row/column if it exists, otherwise return an empty Nullable.
queryMultiResultsets() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves all the ResultSets.
queryMultiResultsets(Jdbc.BiResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves all the ResultSets.
queryMultiResultsets(Jdbc.ResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Retrieves all the ResultSets.
queryMultiResultsetsAndGetOutParameters() - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryMultiResultsetsAndGetOutParameters(Jdbc.BiResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryMultiResultsetsAndGetOutParameters(Jdbc.ResultExtractor<? extends R>) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
queryThenAccept(Throwables.Consumer<? super DataSet, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
queryThenAccept(Class<?>, Throwables.Consumer<? super DataSet, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
queryThenApply(Throwables.Function<? super DataSet, ? extends R, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
queryThenApply(Class<?>, Throwables.Function<? super DataSet, ? extends R, E>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
queryTimeout() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
Unit is seconds.
queryTimeout() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
Unit is seconds.
queryTimeout() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
Unit is seconds.
queryTimeout() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
Unit is seconds.
queryTimeout() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
Unit is seconds.

R

READ_COMMITTED - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Field READ_COMMITTED.
READ_UNCOMMITTED - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Field READ_UNCOMMITTED.
readJson(Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
Convert the JSON string from the first column to instance of target type.
ReadOnlyCrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends ReadOnlyCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
ReadOnlyCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends ReadOnlyCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
ReadOnlyCrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
ReadOnlyCrudJoinEntityHelperL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
ReadOnlyDao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends ReadOnlyDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
ReadOnlyJoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends Dao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
readXml(Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
Convert the JSON string from the first column to instance of target type.
refresh(T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
refresh(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
refresh(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
refresh(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
RefreshCache - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
register(Jdbc.Handler<?>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
register(Class<? extends Jdbc.Handler<?>>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
register(String, Jdbc.Handler<?>) - Static method in class com.landawn.abacus.jdbc.Jdbc.HandlerFactory
 
registerOutParameter(int, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(int, int, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(int, int, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(int, SQLType) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(int, SQLType, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(int, SQLType, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, int, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, int, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, SQLType) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, SQLType, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameter(String, SQLType, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameter.
registerOutParameters(Jdbc.ParametersSetter<? super CallableQuery>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameters.
registerOutParameters(T, Jdbc.BiParametersSetter<? super CallableQuery, ? super T>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Register out parameters.
releaseConnection(Connection, DataSource) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Spring Transaction is supported and Integrated.
REPEATABLE_READ - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Field REPEATABLE_READ.
REQUIRED - Enum constant in enum class com.landawn.abacus.jdbc.Propagation
Support a current transaction, create a new one if none exists.
REQUIRES_NEW - Enum constant in enum class com.landawn.abacus.jdbc.Propagation
Create a new transaction, and suspend the current transaction if one exists.
reset(long, int) - Method in class com.landawn.abacus.jdbc.DBSequence
 
REVERSE - Enum constant in enum class com.landawn.abacus.jdbc.FetchDirection
 
rollback() - Method in class com.landawn.abacus.jdbc.SQLTransaction
Deprecated.
replaced by #rollbackIfNotCommitted()
rollback() - Method in interface com.landawn.abacus.jdbc.Transaction
 
rollback(Runnable) - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
rollback(Runnable) - Method in interface com.landawn.abacus.jdbc.Transaction
 
ROLLBACK - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Action
The rollback.
rollbackIfNotCommitted() - Method in class com.landawn.abacus.jdbc.SQLTransaction
Rollback if not committed.
rollbackIfNotCommitted() - Method in interface com.landawn.abacus.jdbc.Transaction
 
ROLLED_BACK - Enum constant in enum class com.landawn.abacus.jdbc.Transaction.Status
Field ROLLBACKED.
run(A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
run(Throwables.Runnable<Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
run(T, Throwables.Consumer<? super T, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
run(T, U, Throwables.BiConsumer<? super T, ? super U, Exception>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
runInTransaction(DataSource, Throwables.Consumer<Connection, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
runInTransaction(DataSource, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
runNotInMe(Throwables.Runnable<E>) - Method in class com.landawn.abacus.jdbc.SQLTransaction
Execute the specified Runnable not this transaction.
runNotInStartedTransaction(DataSource, Throwables.Consumer<DataSource, E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
runNotInStartedTransaction(DataSource, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
runWithoutUsingSpringTransaction(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Since using or not using Spring transaction flag is attached with current thread, so don't execute the specified sqlAction in another thread.
runWithSqlLogDisabled(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Since enable/disable sql log flag is attached with current thread, so don't execute the specified sqlAction in another thread.

S

save(String, T) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
save(String, T) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
save(String, T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
save(String, T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
save(T) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
save(T) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
save(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
save(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
save(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
save(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.ReadOnlyDao
Deprecated.
unsupported Operation
save(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
save(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedReadOnlyDao
Deprecated.
unsupported Operation
Select - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Select.
SERIALIZABLE - Enum constant in enum class com.landawn.abacus.jdbc.IsolationLevel
Field SERIALIZABLE.
set(Type<T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
set(Class<T>) - Static method in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BIG_DECIMAL - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BINARY_STREAM - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BLOB - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BOOLEAN - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BYTE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_BYTES - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_CHARACTER_STREAM - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_CLOB - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_DATE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_DATE_JU - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_DOUBLE - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_FLOAT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_INT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_LONG - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_NULL - Enum constant in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
Field SET_NULL.
SET_OBJECT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_SHORT - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_STRING - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_TIME - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_TIME_JU - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_TIMESTAMP - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
SET_TIMESTAMP_JU - Static variable in class com.landawn.abacus.jdbc.Jdbc.Columns.ColumnOne
 
setArray(int, Array) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the array.
setArray(String, Array) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setAsciiStream(int, InputStream) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the ascii stream.
setAsciiStream(int, InputStream, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the ascii stream.
setAsciiStream(int, InputStream, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the ascii stream.
setAsciiStream(String, InputStream) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the ascii stream.
setAsciiStream(String, InputStream) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the ascii stream.
setAsciiStream(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the ascii stream.
setAsciiStream(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the ascii stream.
setBigDecimal(int, BigDecimal) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the big decimal.
setBigDecimal(int, BigInteger) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the BigInteger.
setBigDecimal(String, BigDecimal) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the big decimal.
setBigDecimal(String, BigDecimal) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the big decimal.
setBigDecimal(String, BigInteger) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the big decimal.
setBigDecimal(String, BigInteger) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setBigIntegerAsString(int, BigInteger) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the BigInteger.
setBigIntegerAsString(String, BigInteger) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the BigInteger.
setBigIntegerAsString(String, BigInteger) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the BigInteger.
setBinaryStream(int, InputStream) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the binary stream.
setBinaryStream(int, InputStream, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the binary stream.
setBinaryStream(int, InputStream, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the binary stream.
setBinaryStream(String, InputStream) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the binary stream.
setBinaryStream(String, InputStream) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the binary stream.
setBinaryStream(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the binary stream.
setBinaryStream(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the binary stream.
setBlob(int, InputStream) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the blob.
setBlob(int, InputStream, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the blob.
setBlob(int, Blob) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the blob.
setBlob(String, InputStream) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the blob.
setBlob(String, InputStream) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the blob.
setBlob(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the blob.
setBlob(String, InputStream, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the blob.
setBlob(String, Blob) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the blob.
setBlob(String, Blob) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the blob.
setBoolean(int, boolean) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the boolean.
setBoolean(int, Boolean) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the boolean.
setBoolean(String, boolean) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the boolean.
setBoolean(String, boolean) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the boolean.
setBoolean(String, Boolean) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the boolean.
setBoolean(String, Boolean) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the boolean.
setBooleanForMultiPositions(Boolean, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setByte(int, byte) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the byte.
setByte(int, Byte) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the byte.
setByte(String, byte) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the byte.
setByte(String, byte) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the byte.
setByte(String, Byte) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the byte.
setByte(String, Byte) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the byte.
setBytes(int, byte[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the bytes.
setBytes(String, byte[]) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the bytes.
setBytes(String, byte[]) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the bytes.
setCharacterStream(int, Reader) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the character stream.
setCharacterStream(int, Reader, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the character stream.
setCharacterStream(int, Reader, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the character stream.
setCharacterStream(String, Reader) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the character stream.
setCharacterStream(String, Reader) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the character stream.
setCharacterStream(String, Reader, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the character stream.
setCharacterStream(String, Reader, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the character stream.
setClob(int, Reader) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the clob.
setClob(int, Reader, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the clob.
setClob(int, Clob) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the clob.
setClob(String, Reader) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the clob.
setClob(String, Reader) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the clob.
setClob(String, Reader, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the clob.
setClob(String, Reader, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the clob.
setClob(String, Clob) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the clob.
setClob(String, Clob) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the clob.
setDate(int, Date) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the date.
setDate(int, Date, Calendar) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the date.
setDate(int, Date) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the date.
setDate(String, Date) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the date.
setDate(String, Date) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the date.
setDate(String, Date) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the date.
setDate(String, Date) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the date.
setDateForMultiPositions(Date, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setDateForMultiPositions(Date, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setDouble(int, double) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the double.
setDouble(int, Double) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the double.
setDouble(String, double) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the double.
setDouble(String, double) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the double.
setDouble(String, Double) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the double.
setDouble(String, Double) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the double.
setDoubleForMultiPositions(Double, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setFetchDirection(FetchDirection) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the fetch direction.
setFetchDirectionToForward() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setFetchSize(int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the fetch size.
setFloat(int, float) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the float.
setFloat(int, Float) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the float.
setFloat(String, float) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the float.
setFloat(String, float) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the float.
setFloat(String, Float) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the float.
setFloat(String, Float) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the float.
setIdExtractorForDao(Class<? extends CrudDao<T, ID, SB, TD>>, Jdbc.BiRowMapper<? extends ID>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
setIdExtractorForDao(Class<? extends CrudDao<T, ID, SB, TD>>, Jdbc.RowMapper<? extends ID>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
setInt(int, char) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
generally char should be saved as String in db.
setInt(int, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the int.
setInt(int, Character) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Deprecated.
generally char should be saved as String in db.
setInt(int, Integer) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the int.
setInt(int, Integer, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setInt(int, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the int.
setInt(String, char) - Method in class com.landawn.abacus.jdbc.NamedQuery
Deprecated.
generally char should be saved as String in db.
setInt(String, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the int.
setInt(String, int) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the int.
setInt(String, Character) - Method in class com.landawn.abacus.jdbc.NamedQuery
Deprecated.
generally char should be saved as String in db.
setInt(String, Integer) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the int.
setInt(String, Integer) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the int.
setIntForMultiPositions(Integer, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setJoinPropEntities(Collection<?>, Collection<?>) - Method in class com.landawn.abacus.jdbc.JoinInfo
For one-to-one or one-to-many join.
setJoinPropEntities(Collection<?>, Map<Object, List<Object>>) - Method in class com.landawn.abacus.jdbc.JoinInfo
 
setLargeMaxRows(long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the large max rows.
setLong(int, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setLong(int, Long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setLong(int, Long, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setLong(int, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setLong(int, BigInteger) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the long.
setLong(String, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the long.
setLong(String, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the long.
setLong(String, Long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the long.
setLong(String, Long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the long.
setLong(String, BigInteger) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the long.
setLong(String, BigInteger) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the long.
setLongForMultiPositions(Long, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setMaxFieldSize(int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the max field size.
setMaxRows(int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the max rows.
setMinExecutionTimeForSqlPerfLog(long) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Set minimum execution time to log sql performance in current thread.
setMinExecutionTimeForSqlPerfLog(long, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
Set minimum execution time to log sql performance in current thread.
setNCharacterStream(int, Reader) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the N character stream.
setNCharacterStream(int, Reader, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the N character stream.
setNCharacterStream(String, Reader) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the N character stream.
setNCharacterStream(String, Reader) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the N character stream.
setNCharacterStream(String, Reader, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the N character stream.
setNCharacterStream(String, Reader, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the N character stream.
setNClob(int, Reader) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the N clob.
setNClob(int, Reader, long) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the N clob.
setNClob(int, NClob) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the N clob.
setNClob(String, Reader) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the N clob.
setNClob(String, Reader) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the N clob.
setNClob(String, Reader, long) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the N clob.
setNClob(String, Reader, long) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the N clob.
setNClob(String, NClob) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the N clob.
setNClob(String, NClob) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the N clob.
setNString(int, CharSequence) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the String.
setNString(int, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the String.
setNString(String, CharSequence) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the string.
setNString(String, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the string.
setNString(String, String) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the string.
setNull(int, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the null.
setNull(int, int, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the null.
setNull(String, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the null.
setNull(String, int) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the null.
setNull(String, int, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the null.
setNull(String, int, String) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the null.
setNullForMultiPositions(int, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setObject(int, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the object.
setObject(int, Object, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the object.
setObject(int, Object, int, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the object.
setObject(int, Object, Type<Object>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setObject(int, Object, SQLType) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the object.
setObject(int, Object, SQLType, int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the object.
setObject(String, Object) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the object.
setObject(String, Object) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObject(String, Object, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the object.
setObject(String, Object, int) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObject(String, Object, int, int) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the object.
setObject(String, Object, int, int) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObject(String, Object, Type<Object>) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObject(String, Object, SQLType) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObject(String, Object, SQLType, int) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the object.
setObjectForMultiPositions(Object, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setParameters(int[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(long[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Jdbc.ParametersSetter<? super Stmt>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the parameters.
setParameters(Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Object, Collection<String>) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the parameters.
setParameters(Object, List<String>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the parameters.
setParameters(String[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String, String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String, String, String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String, String, String, String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(String, String, String, String, String, String, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Collection<?>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Collection<? extends T>, Class<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(Map<String, ?>) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the parameters.
setParameters(Map<String, ?>) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the parameters.
setParameters(T[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(T, Jdbc.BiParametersSetter<? super Stmt, ? super T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
setParameters(T, Jdbc.TriParametersSetter<? super NamedQuery, ? super T>) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the parameters.
setQueryTimeout(int) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the query timeout.
setRef(int, Ref) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the ref.
setRef(String, Ref) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setRowId(int, RowId) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the row id.
setRowId(String, RowId) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
setRowId(String, RowId) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setShort(int, short) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the short.
setShort(int, Short) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the short.
setShort(String, short) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the short.
setShort(String, short) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the short.
setShort(String, Short) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the short.
setShort(String, Short) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the short.
setSqlExtractor(Throwables.Function<Statement, String, SQLException>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
setSqlLogHandler(TriConsumer<String, Long, Long>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
setSQLXML(int, SQLXML) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the SQLXML.
setSQLXML(String, SQLXML) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
setSQLXML(String, SQLXML) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setString(int, char) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setString(int, Character) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the String.
setString(int, CharSequence) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the string.
setString(int, String) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the string.
setString(int, BigInteger) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the BigInteger.
setString(String, char) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
setString(String, char) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setString(String, Character) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
setString(String, Character) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setString(String, CharSequence) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the string.
setString(String, CharSequence) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setString(String, String) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the string.
setString(String, String) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the string.
setString(String, BigInteger) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the string.
setString(String, BigInteger) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
setStringForMultiPositions(String, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setTime(int, Time) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the time.
setTime(int, Time, Calendar) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the time.
setTime(int, Date) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the time.
setTime(String, Time) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the time.
setTime(String, Time) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the time.
setTime(String, Date) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the time.
setTime(String, Date) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the time.
setTimeForMultiPositions(Time, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setTimeForMultiPositions(Date, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setTimestamp(int, Timestamp) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the timestamp.
setTimestamp(int, Timestamp, Calendar) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the timestamp.
setTimestamp(int, Date) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the timestamp.
setTimestamp(String, Timestamp) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the timestamp.
setTimestamp(String, Timestamp) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the timestamp.
setTimestamp(String, Date) - Method in class com.landawn.abacus.jdbc.CallableQuery
Sets the timestamp.
setTimestamp(String, Date) - Method in class com.landawn.abacus.jdbc.NamedQuery
Sets the timestamp.
setTimestampForMultiPositions(Timestamp, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setTimestampForMultiPositions(Date, int...) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
settParameters(int, int[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(int, long[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(int, String[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(int, Collection<?>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(int, Collection<? extends T>, Class<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(int, T[]) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the parameters.
settParameters(Jdbc.ParametersSetter<? super This>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
settParameters(T, Jdbc.BiParametersSetter<? super This, ? super T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
setURL(int, URL) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Sets the URL.
setURL(String, URL) - Method in class com.landawn.abacus.jdbc.CallableQuery
 
setURL(String, URL) - Method in class com.landawn.abacus.jdbc.NamedQuery
 
skip(ResultSet, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
skip(ResultSet, long) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
sql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
 
sql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
 
sql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
 
sql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
 
sql() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
 
SQL_SERVER - Enum constant in enum class com.landawn.abacus.jdbc.DBVersion
 
SQLExecutor - Class in com.landawn.abacus.jdbc
SQLExecutor is a simple sql/jdbc utility class.
SqlField - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
SqlLogEnabled - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
sqlMapper() - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
SqlMapper - Annotation Interface in com.landawn.abacus.jdbc.annotation
 
sqlOperator() - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
Sqls - Annotation Interface in com.landawn.abacus.jdbc.annotation
It's only for methods with default implementation in Dao interfaces.
SQLTransaction - Class in com.landawn.abacus.jdbc
DO NOT CLOSE the connection manually.
sqlType() - Element in annotation interface com.landawn.abacus.jdbc.annotation.OutParameter
 
starts_with - Enum constant in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
status() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
status() - Method in interface com.landawn.abacus.jdbc.Transaction
 
stream - Enum constant in enum class com.landawn.abacus.jdbc.OP
Deprecated.
generally it's unnecessary to specify the "op = OP.stream" in Select/NamedSelect.
stream() - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams the rows in the first ResultSet.
stream(Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
lazy-execution, lazy-fetch.
stream(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams the rows in the first ResultSet.
stream(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams the rows in the first ResultSet.
stream(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams the rows in the first ResultSet.
stream(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams the rows in the first ResultSet.
stream(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
lazy-execution, lazy-fetch.
stream(String, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(String, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(String, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(ResultSet) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, int) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, Jdbc.BiRowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, Jdbc.RowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(ResultSet, String) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input resultSet after the stream is finished, or call:
JdbcUtil.stream(resultset).onClose(Fn.closeQuietly(resultSet))...
stream(Collection<String>, boolean, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
stream(Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Collection<String>, Condition, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Collection<String>, Condition, Jdbc.BiRowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Collection<String>, Condition, Jdbc.RowFilter, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Collection<String>, Condition, Jdbc.RowMapper<? extends R>) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Lazy execution, lazy fetching.
stream(Collection<String>, Class<?>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
stream(Collection<String>, Collection<Class<?>>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
 
streamAll - Enum constant in enum class com.landawn.abacus.jdbc.OP
Mostly it's for @Call to retrieve all the ResultSets returned from the executed procedure by streamAll.
streamAllResultSets(Statement, Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.streamAllResultSets(stmt, rowFilter, rowMapper).onClose(Fn.closeQuietly(stmt))...
streamAllResultSets(Statement, Jdbc.BiRowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.streamAllResultSets(stmt, rowMapper).onClose(Fn.closeQuietly(stmt))...
streamAllResultSets(Statement, Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.streamAllResultSets(stmt, rowFilter, rowMapper).onClose(Fn.closeQuietly(stmt))...
streamAllResultSets(Statement, Jdbc.RowMapper<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.streamAllResultSets(stmt, rowMapper).onClose(Fn.closeQuietly(stmt))...
streamAllResultSets(Statement, Class<? extends T>) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
It's user's responsibility to close the input stmt after the stream is finished, or call:
JdbcUtil.streamAllResultSets(stmt, targetClass).onClose(Fn.closeQuietly(stmt))...
streamMultiResultsets(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams all the ResultSets.
streamMultiResultsets(Jdbc.BiRowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams all the ResultSets.
streamMultiResultsets(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams all the ResultSets.
streamMultiResultsets(Jdbc.RowMapper<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams all the ResultSets.
streamMultiResultsets(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
Streams all the ResultSets.
suffixForNonEmpty() - Element in annotation interface com.landawn.abacus.jdbc.annotation.BindList
 
SUPPORTS - Enum constant in enum class com.landawn.abacus.jdbc.Propagation
Support a current transaction, execute non-transactionally if none exists.

T

targetDaoInterface() - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
internal only
targetEntityClass() - Method in interface com.landawn.abacus.jdbc.dao.Dao
Deprecated.
for internal use only.
targetEntityClass() - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
internal only
targetTableName() - Method in interface com.landawn.abacus.jdbc.dao.Dao
Deprecated.
for internal use only.
targetTableName() - Method in interface com.landawn.abacus.jdbc.dao.JoinEntityHelper
Deprecated.
for internal use only.
test(ResultSet) - Method in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
 
test(ResultSet, List<String>) - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowFilter
 
timestamped() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
Set named parameter :now to current system time if it's true.
timestamped() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
Set named parameter :now to current system time if it's true.
timestamped() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
Set named parameter :now to current system time if it's true.
timestamped() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
Set named parameter :now to current system time if it's true.
to(Throwables.Function<DataSet, R, SQLException>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
to(Throwables.Function<NoCachingNoUpdating.DisposableObjArray, R, SQLException>) - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
It's stateful.
to(Class<? extends T>) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
It's stateful.
to(Class<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
to(Class<? extends T>, boolean) - Method in class com.landawn.abacus.jdbc.Jdbc.BiRowMapper.BiRowMapperBuilder
It's stateful.
to(Class<? extends T>, boolean) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
Don't cache or reuse the returned BiRowMapper instance.
to(Class<? extends T>, Predicate<? super String>, Function<? super String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
to(Class<? extends T>, Predicate<? super String>, Function<? super String, String>, boolean) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
to(Class<? extends T>, Map<String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
to(Class<? extends T>, Map<String, String>, boolean) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
TO_ARRAY - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
The Constant TO_ARRAY.
TO_DATA_SET - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
TO_DATA_SET - Static variable in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
TO_ENTITY_ID - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
TO_LINKED_HASH_MAP - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
The Constant TO_LINKED_HASH_MAP.
TO_LIST - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
The Constant TO_LIST.
TO_MAP - Static variable in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
The Constant TO_MAP.
toArray() - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
Don't cache or reuse the returned RowMapper instance.
toArray(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toArray(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
toBiResultExtractor() - Method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toBiRowConsumer() - Method in interface com.landawn.abacus.jdbc.Jdbc.RowConsumer
 
toBiRowFilter() - Method in interface com.landawn.abacus.jdbc.Jdbc.RowFilter
 
toBiRowMapper() - Method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
toCollection(Jdbc.ColumnGetter<?>, IntFunction<C>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toCollection(Jdbc.ColumnGetter<?>, IntFunction<C>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
toCondition() - Method in class com.landawn.abacus.jdbc.QueryBean.FilterField
 
toCondition(Class<?>) - Method in class com.landawn.abacus.jdbc.QueryBean.FilterField
 
toDataSet(Jdbc.RowExtractor) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toDataSet(Jdbc.RowFilter) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toDataSet(Jdbc.RowFilter, Jdbc.RowExtractor) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toDataSet(Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toDataSet(Class<?>, Map<String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toDisposableObjArray() - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
toDisposableObjArray() - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
It's stateful.
toDisposableObjArray(Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
toDisposableObjArray(Class<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
It's stateful.
toList() - Method in class com.landawn.abacus.jdbc.Jdbc.RowMapper.RowMapperBuilder
Don't cache or reuse the returned RowMapper instance.
toList(Jdbc.BiRowFilter, Jdbc.BiRowMapper<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toList(Jdbc.BiRowMapper<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toList(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toList(Jdbc.ColumnGetter<?>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.RowMapper
 
toList(Jdbc.RowFilter, Jdbc.RowMapper<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toList(Jdbc.RowMapper<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toList(Class<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
It's stateful.
toList(Class<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, BinaryOperator<V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Collector<? super V, ?, D>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
Deprecated.
replaced by groupTo(BiRowMapper, BiRowMapper, Collector)
toMap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Collector<? super V, ?, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
Deprecated.
replaced by groupTo(BiRowMapper, BiRowMapper, Collector, Supplier)
toMap(Jdbc.RowExtractor) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toMap(Jdbc.RowExtractor, BiPredicate<String, Object>, IntFunction<Map<String, Object>>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toMap(Jdbc.RowExtractor, Function<? super String, String>, IntFunction<Map<String, Object>>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, BinaryOperator<V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Collector<? super V, ?, D>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
Deprecated.
replaced by groupTo(RowMapper, RowMapper, Collector)
toMap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Collector<? super V, ?, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
Deprecated.
replaced by groupTo(RowMapper, RowMapper, Collector, Supplier)
toMap(BiPredicate<String, Object>, IntFunction<Map<String, Object>>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toMap(Function<? super String, String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
It's stateful.
toMap(Function<? super String, String>, IntFunction<Map<String, Object>>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toMap(Predicate<Object>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
 
toMergedList(Class<? extends T>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMergedList(Class<? extends T>, String) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMergedList(Class<? extends T>, Collection<String>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMultimap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMultimap(Jdbc.BiRowMapper<? extends K>, Jdbc.BiRowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.BiResultExtractor
 
toMultimap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toMultimap(Jdbc.RowMapper<? extends K>, Jdbc.RowMapper<? extends V>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.jdbc.Jdbc.ResultExtractor
 
toOrderBy() - Method in class com.landawn.abacus.jdbc.QueryBean.OrderByField
 
toParameterizedSql(Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
toParameterizedSql(String, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
toRowMapper() - Method in interface com.landawn.abacus.jdbc.Jdbc.BiRowMapper
Deprecated.
because it's stateful and may be misused easily and frequently
toSql(Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
toSql(String, Object) - Method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
 
toString() - Method in class com.landawn.abacus.jdbc.SQLTransaction
 
Transaction - Interface in com.landawn.abacus.jdbc
 
Transaction.Action - Enum Class in com.landawn.abacus.jdbc
The Enum Action.
Transaction.Status - Enum Class in com.landawn.abacus.jdbc
The Enum Status.
Transactional - Annotation Interface in com.landawn.abacus.jdbc.annotation
It's for transaction started in Dao methods.
transfer() - Element in annotation interface com.landawn.abacus.jdbc.annotation.CacheResult
It's used to copy/clone the result when save result to cache or fetch result from cache.
turnOffDaoMethodPerfLogGlobally() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
turnOffSqlLogGlobally() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
turnOffSqlPerfLogGlobally() - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
type() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Handler
 

U

UncheckedCrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
The Interface CrudDao.
UncheckedCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedCrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedCrudJoinEntityHelperL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedDao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedJoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedNoUpdateCrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedNoUpdateCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
UncheckedNoUpdateCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedNoUpdateCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedNoUpdateDao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedNoUpdateDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
UncheckedReadOnlyCrudDao<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedReadOnlyCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
UncheckedReadOnlyCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedReadOnlyCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedReadOnlyCrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDao<T,ID,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedReadOnlyCrudJoinEntityHelperL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedCrudDaoL<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UncheckedReadOnlyDao<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedReadOnlyDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
TODO
UncheckedReadOnlyJoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends UncheckedDao<T,SB,TD>> - Interface in com.landawn.abacus.jdbc.dao
 
UNKNOWN - Enum constant in enum class com.landawn.abacus.jdbc.FetchDirection
 
unlock(String, String) - Method in class com.landawn.abacus.jdbc.DBLock
 
UNLOCKED - Static variable in class com.landawn.abacus.jdbc.DBLock
 
update - Enum constant in enum class com.landawn.abacus.jdbc.OP
 
update() - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
update(String, Object, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
update(String, Object, long) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDaoL
Deprecated.
unsupported Operation
update(String, Object, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
update(String, Object, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDaoL
Deprecated.
unsupported Operation
update(String, Object, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
 
update(String, Object, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
update(String, Object, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
update(String, Object, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
update(String, Object, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
update(String, Object, ID) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
update(String, Object, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
update(String, Object, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
update(Map<String, Object>, long) - Method in interface com.landawn.abacus.jdbc.dao.CrudDaoL
 
update(Map<String, Object>, long) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDaoL
Deprecated.
unsupported Operation
update(Map<String, Object>, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDaoL
 
update(Map<String, Object>, long) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDaoL
Deprecated.
unsupported Operation
update(Map<String, Object>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Update all the records found by specified cond with all the properties from specified updateProps.
update(Map<String, Object>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
update(Map<String, Object>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
 
update(Map<String, Object>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
update(Map<String, Object>, ID) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
update(Map<String, Object>, ID) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
update(Map<String, Object>, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
update(Map<String, Object>, ID) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
update(T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
update(T) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
update(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
update(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
update(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Update all the records found by specified cond with the properties from specified entity.
update(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
update(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Update all the records found by specified cond with the properties from specified entity.
update(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
update(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
update(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
update(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
update(T, Collection<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
update(T, Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Update all the records found by specified cond with specified propNamesToUpdate from specified entity.
update(T, Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
update(T, Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Update all the records found by specified cond with specified propNamesToUpdate from specified entity.
update(T, Collection<String>, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
Update - Annotation Interface in com.landawn.abacus.jdbc.annotation
The Interface Update.
updateAndReturnGeneratedKeys(Jdbc.BiRowMapper<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
updateAndReturnGeneratedKeys(Jdbc.RowMapper<T>) - Method in class com.landawn.abacus.jdbc.AbstractQuery
 
upsert(T) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
upsert(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.Dao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateDao
Deprecated.
unsupported Operation
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedDao
Execute add and return the added entity if the record doesn't, otherwise, update is executed and updated db record is returned.
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation
upsert(T, Condition) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateDao
Deprecated.
unsupported Operation
upsert(T, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.CrudDao
 
upsert(T, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.NoUpdateCrudDao
Deprecated.
unsupported Operation
upsert(T, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedCrudDao
 
upsert(T, List<String>) - Method in interface com.landawn.abacus.jdbc.dao.UncheckedNoUpdateCrudDao
Deprecated.
unsupported Operation

V

value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Bind
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.BindList
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Call
Deprecated.
using sql="call update_account(?)" for explicit call.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Define
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.DefineList
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Delete
Deprecated.
using sql="SELECT ... FROM ..." for explicit call.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.FetchColumnByEntityClass
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.HandlerList
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Insert
Deprecated.
using sql="SELECT ... FROM ..." for explicit call.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.MappedByKey
Deprecated.
using keyName="id" for explicit call.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.MergedById
Deprecated. 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.OutParameterList
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.PrefixFieldMapping
Deprecated. 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Select
Deprecated.
using sql="SELECT ... FROM ..." for explicit call.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.SqlLogEnabled
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.SqlMapper
Path of the SQL Mapper xml file.
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Sqls
 
value() - Element in annotation interface com.landawn.abacus.jdbc.annotation.Update
Deprecated.
using sql="SELECT ... FROM ..." for explicit call.
value() - Method in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
 
valueOf(int) - Static method in enum class com.landawn.abacus.jdbc.FetchDirection
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class com.landawn.abacus.jdbc.IsolationLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.DBVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.FetchDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.IsolationLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.OP
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.Propagation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.Transaction.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.landawn.abacus.jdbc.Transaction.Status
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.landawn.abacus.jdbc.DBVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.FetchDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.IsolationLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.OnDeleteAction
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.OP
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.Propagation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.QueryBean.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.Transaction.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.landawn.abacus.jdbc.Transaction.Status
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeBlobToFile(Blob, File) - Static method in class com.landawn.abacus.jdbc.JdbcUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values