ddbc v0.2.9 (2013-06-19T14:02:55Z)
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