Package | Description |
---|---|
com.glyart.mystral.database |
Contains the implementations of the main functionalities of this library.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull Credentials.CredentialsBuilder |
Credentials.builder()
Creates a new builder for Credentials.
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.host(@NotNull String hostName)
Sets the hostname
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.password(@Nullable String password)
Sets the password for connecting to a data source.
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.pool(@NotNull String poolName)
Sets the name of the data source connection pool.
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.port(int port)
Sets the port for connecting to a data source.
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.schema(@Nullable String schema)
Sets the initial schema to use after the connection to a data source is successfully established.
|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.user(@NotNull String username)
Sets the username for connecting to a data source.
|
Copyright © 2021. All rights reserved.