shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Database.del
shark
database
Database
Deletes zero or one row using the entity's primary key(s).
void
del
(string table, Clause.Where where)
void
del
(T entity)
class
Database
void
del
(
T
:
Entity
)
(
T
entity
)
if
(
getEntityPrimaryKeys
!
T.length
)
Examples
database
.
del
(
test
);
Meta
Source
See Implementation
shark
database
Database
enums
Type
functions
close
closeImpl
connect
connectImpl
del
deleteImpl
drop
dropIfExists
escape
escapeBinary
escapeDate
escapeDateTime
escapeString
escapeTime
init
initImpl
insert
insertImpl
select
selectId
selectImpl
selectOne
update
updateImpl
properties
db
structs
InitInfo
InsertInfo
Result
Select
SelectInfo
UpdateInfo
Deletes zero or one row using the entity's primary key(s).