ballerina/mysql package

Primitives Summary

Type Description

Type Definitions

Type Values Description

Annotations

Name Attachement Points Data Type Description

Objects Summary

Object Description
ClientEndpointConfiguration
The Client endpoint configuration for mysql databases.

Endpoints Summary

Endpoint Description

Functions Summary

Return Type Function and Description

Global Variables

Name Data Type Description

public object ClientEndpointConfiguration

The Client endpoint configuration for mysql databases.

Field Name Data Type Default Value Description
host string
  • The host name of the database to connect.
port int 0
  • The port of the database to connect.
name string
  • The name of the database to connect.
username string
  • Username for the database connection.
password string
  • Password for the database connection.
poolOptions PoolOptions
  • Properties for the connection pool configuration.
dbOptions map
  • DB specific properties.

public type Client object

Represents an MySQL client endpoint.

  • <Client> getCallerActions() returns (CallerActions)

        Returns the connector that the client code uses.
    

    Return Type Description
    CallerActions
  • <Client> stop()

        Stops the JDBC client.