# Functions
NewClient returns a client for the Database domain with the connection set to conn.
NewExecuteSQLArgs initializes ExecuteSQLArgs with the required arguments.
NewGetDatabaseTableNamesArgs initializes GetDatabaseTableNamesArgs with the required arguments.
# Structs
AddDatabaseReply is the reply for AddDatabase events.
Database Database object.
Error Database error.
ExecuteSQLArgs represents the arguments for ExecuteSQL in the Database domain.
ExecuteSQLReply represents the return values for ExecuteSQL in the Database domain.
GetDatabaseTableNamesArgs represents the arguments for GetDatabaseTableNames in the Database domain.
GetDatabaseTableNamesReply represents the return values for GetDatabaseTableNames in the Database domain.
# Interfaces
AddDatabaseClient is a client for AddDatabase events.
# Type aliases
ID Unique identifier of Database object.