shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Database.close
shark
database
Database
Closes the connection with the database. Should only be called after
connect
.
class
Database
void
close
(
)
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
Closes the connection with the database. Should only be called after connect.