shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Database.drop
shark
database
Database
Deletes a table. May throw an exception if the table does not exist.
class
Database
abstract
void
drop
(
string
table
)
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 a table. May throw an exception if the table does not exist.