public class DeleteDSL<R> extends AbstractWhereSupport<DeleteDSL.DeleteWhereBuilder> implements Buildable<R>
Modifier and Type | Class and Description |
---|---|
class |
DeleteDSL.DeleteWhereBuilder |
Modifier and Type | Method and Description |
---|---|
R |
build()
WARNING! Calling this method could result in an delete statement that deletes
all rows in a table.
|
static <R> DeleteDSL<R> |
deleteFrom(Function<DeleteModel,R> adapterFunction,
SqlTable table) |
static DeleteDSL<DeleteModel> |
deleteFrom(SqlTable table) |
DeleteDSL.DeleteWhereBuilder |
where() |
applyWhere, where, where, where, where
public DeleteDSL.DeleteWhereBuilder where()
where
in class AbstractWhereSupport<DeleteDSL.DeleteWhereBuilder>
@NotNull public R build()
public static <R> DeleteDSL<R> deleteFrom(Function<DeleteModel,R> adapterFunction, SqlTable table)
public static DeleteDSL<DeleteModel> deleteFrom(SqlTable table)
Copyright © 2016–2021 MyBatis.org. All rights reserved.