examples

package
v0.0.0-...-e06baaf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDropDatabase

func CreateDropDatabase(info *ase.Info, databaseName string) (func() error, error)

func CreateDropTable

func CreateDropTable(db *sql.DB, tableName, layout string) (func() error, error)

Types

This section is empty.

Directories

Path Synopsis
This example shows how to retrieve column type information.
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 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 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.
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.
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 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 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.
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
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.
This example shows the use of transactions using the database/sql interface and the pure go driver.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL