shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Database.del
shark
database
Database
Deletes row from a table.
void
del
(string table, Clause.Where where)
class
Database
void
del
(
string
table
,
Clause.Where
where
)
void
del
(T entity)
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 row from a table.