package
0.0.0-20230911064405-b779cef8f299
Repository: https://github.com/sap/go-dblib.git
Documentation: pkg.go.dev

# Functions

Entrypoint controls the execution of the program by starting the interactive command-line or executing the passed query or input-file.
ParseAndExecQueries parses the passed line into queries that are later executed.
Repl is the interactive interface that reads, evaluates, and prints the passed queries.
UpdatePrompt updates the displayed prompt in interactive use.

# Variables

PromptDatabaseName contains the used database name when using the prompt.

# Interfaces

GenericExecer is the interface providing the GenericExec method.