package
0.0.0-20230911093826-e06baafeece3
Repository: https://github.com/sap/go-ase.git
Documentation: pkg.go.dev

# Packages

This example shows how to retrieve column type information.
This example shows how to use cursor with the go-ase driver.
This example shows how to utilize the DirectExecer interface to receive both the driver.Rows and driver.Result of a SQL query.
This example shows how to retrieve the wrapped tds.EEDError to access messages sent by the TDS server in the context of an SQL statement.
go-ase uses cursor by default for all SQL queries.
This example shows a simple interaction with a TDS server using the database/sql interface, prepared statements and the pure go driver.
This example shows how tds.EEDHooks can be utilized to record and inspect a number of tds.EEDPackages received during a transaction.
This example shows a simple interaction with a TDS server using the database/sql interface and the pure go driver.
TODO describe what the example does or shows here.
This example shows the use of transactions using the database/sql interface and the pure go driver.

# Functions

No description provided by the author
No description provided by the author