Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
odbc
v0.2.1
ODBC
Connection
Options
Driver
ConnectionBuilder
Error
ErrorType
ResultSet
Statement
UnPreparedStatement
Built with Crystal 1.9.2
2023-10-08 10:31:41 UTC
enum
ODBC::ErrorType
Defined in:
odbc/error.cr
Enum Members
ENV
=
0
DBC
=
1
STMT
=
2
Instance Method Summary
#dbc?
#env?
#stmt?
Instance Method Detail
def
dbc?
#
[
View source
]
def
env?
#
[
View source
]
def
stmt?
#
[
View source
]