ddbc v0.2.10 (2014-04-17T05:12:30Z)
Home
Dub
Repo
SQLException
ddbc
core
Undocumented in source.
class
SQLException : Exception {
this
(string msg, string f, size_t l);
this
(Throwable causedBy, string f, size_t l);
}
Constructors
this
this
(string msg, string f, size_t l)
Undocumented in source.
this
this
(Throwable causedBy, string f, size_t l)
Undocumented in source.
Meta
Source
See Implementation
ddbc
core
classes
SQLException
enums
SqlType
interfaces
Connection
DataSetReader
DataSetWriter
DataSource
Driver
ParameterMetaData
PreparedStatement
ResultSet
ResultSetMetaData
Statement