modulepackage
0.0.0-20250224181725-329517659778
Repository: https://github.com/alexbrainman/odbc.git
Documentation: pkg.go.dev
# README
odbc driver written in go. Implements database driver interface as used by standard database/sql package. It calls into odbc dll on Windows, and uses cgo (unixODBC) everywhere else.
To get started using odbc, have a look at the wiki pages.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BaseColumn implements common column functionality.
BindableColumn allows access to columns that can have their buffers bound.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NonBindableColumn provide access to columns, that can't be bound.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Column provides access to row columns.
# Type aliases
No description provided by the author