ldbc.connector.data.EnumMySQLSetOption.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ldbc-connector_sjs1_3 Show documentation
Show all versions of ldbc-connector_sjs1_3 Show documentation
MySQL connector written in pure Scala3
/**
* Copyright (c) 2023-2024 by Takahiko Tominaga
* This software is licensed under the MIT License (MIT).
* For more information see LICENSE or https://opensource.org/licenses/MIT
*/
package ldbc.connector.data
/**
* EnumMySQLSetOption is an enumeration of MySQL set options.
*/
enum EnumMySQLSetOption(val code: Short):
case MYSQL_OPTION_MULTI_STATEMENTS_ON extends EnumMySQLSetOption(0)
case MYSQL_OPTION_MULTI_STATEMENTS_OFF extends EnumMySQLSetOption(1)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy