MySQLProtocolImpl
Attributes
- Source
- MySQLProtocol.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MySQLProtocol[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Authenticates the user with the given password.
Authenticates the user with the given password.
Value parameters
- password
-
the password
- user
-
the user name
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Changes the user of the connection.
Changes the user of the connection.
Value parameters
- password
-
the password
- user
-
the user name
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Creates a client prepared statement with the given SQL.
Creates a client prepared statement with the given SQL.
Value parameters
- sql
-
SQL queries based on text protocols
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Closes the connection.
Returns the statistics of the connection.
Returns true if the connection has not been closed and is still valid.
Returns true if the connection has not been closed and is still valid.
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Resets the connection.
Resets the sequence id.
Creates a server prepared statement with the given SQL.
Creates a server prepared statement with the given SQL.
Value parameters
- sql
-
SQL queries based on text protocols
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Controls whether or not multiple SQL statements are allowed to be executed at once.
Controls whether or not multiple SQL statements are allowed to be executed at once.
Value parameters
- optionOperation
-
EnumMySQLSetOption.MYSQL_OPTION_MULTI_STATEMENTS_ON or EnumMySQLSetOption.MYSQL_OPTION_MULTI_STATEMENTS_OFF
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Sets the schema name that will be used for subsequent queries.
Sets the schema name that will be used for subsequent queries.
Value parameters
- schema
-
the name of a schema in which to work
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Creates a statement with the given SQL.
Creates a statement with the given SQL.
Value parameters
- sql
-
SQL queries based on text protocols
Attributes
- Definition Classes
- Source
- MySQLProtocol.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product