ldbc.connector.data
Members list
Type members
Classlikes
Attributes
- Source
- CapabilitiesFlags.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CapabilitiesFlags.type
Mapping between MySQL charset names and Java charset names.
Mapping between MySQL charset names and Java charset names.
Attributes
- Source
- CharsetMapping.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CharsetMapping.type
Attributes
- Companion
- object
- Source
- CharsetMapping.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CharsetMapping.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Collation.type
Enumeration of MySQL column data types.
Enumeration of MySQL column data types.
Value parameters
- code
-
the MySQL column data type code
- name
-
the MySQL column data type name
Attributes
- See also
- Companion
- object
- Source
- ColumnDataType.scala
- Supertypes
Attributes
- Companion
- enum
- Source
- ColumnDataType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ColumnDataType.type
ColumnDefinitionFlags is a bitset of column definition flags.
ColumnDefinitionFlags is a bitset of column definition flags.
Attributes
- See also
- Companion
- object
- Source
- ColumnDefinitionFlags.scala
- Supertypes
Attributes
- Companion
- enum
- Source
- ColumnDefinitionFlags.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Source
- CommandId.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommandId.type
Represents various constants used in the driver.
Represents various constants used in the driver.
Attributes
- Source
- Constants.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Constants.type
Represents a string that may be redacted.
Represents a string that may be redacted.
Value parameters
- redacted
-
true if the value is redacted, false otherwise
- value
-
the string value
Attributes
- Companion
- object
- Source
- Encoded.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Encoded.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Encoded.type
EnumMySQLSetOption is an enumeration of MySQL set options.
EnumMySQLSetOption is an enumeration of MySQL set options.
Attributes
- Source
- EnumMySQLSetOption.scala
- Supertypes
Attributes
- Source
- Formatter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Formatter.type
Attributes
- Companion
- object
- Source
- CharsetMapping.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CharsetMapping.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MysqlCharset.type
Attributes
- Companion
- object
- Source
- MysqlType.scala
- Supertypes
Attributes
- Companion
- enum
- Source
- MysqlType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MysqlType.type
TODO: The Enum property is buggy if you put it inside a MysqlType object. All numeric types are set to 0, and all Boolean types are set to false.
TODO: The Enum property is buggy if you put it inside a MysqlType object. All numeric types are set to 0, and all Boolean types are set to false.
case TINYINT extends(..., MysqlType.FIELD_FLAG_UNSIGNED, ...)" <- This will not work
case TINYINT extends(..., MysqlTypeVariables.FIELD_FLAG_UNSIGNED, ...)" <- This will work
Attributes
- Source
- MysqlType.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MysqlTypeVariables.type
A parameter to be used in a prepared statement.
A parameter to be used in a prepared statement.
Attributes
- Companion
- object
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Parameter.type
Attributes
- Source
- SQLState.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SQLState.type
Attributes
- Source
- ServerStatusFlags.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ServerStatusFlags.type
Represents a MySQL data type.
Represents a MySQL data type.
Value parameters
- name
-
The name of the type.
Attributes
- Companion
- object
- Source
- Type.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Type.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Type.type
Types
Values for the capabilities flag bitmask used by the MySQL protocol.
Values for the capabilities flag bitmask used by the MySQL protocol.
Currently need to fit into 32 bits.
Each bit represents an optional feature of the protocol.
Both the client and the server are sending these.
The intersection of the two determines what optional parts of the protocol will be used.
see: https://dev.mysql.com/doc/dev/mysql-server/latest/group__group__cs__capabilities__flags.html
※ There is a 32-bit limit, but the Long type is used because Scala's Int type is out of range.
Attributes
- Source
- CapabilitiesFlags.scala
The status flags are a bit-field.
The status flags are a bit-field.
Value parameters
- code
-
The numeric value of the bit-field.
Attributes
- Source
- ServerStatusFlags.scala