Cmdlets for MySQL

Build 25.0.9434

TinyInt1Type Parameter (Connect-MySQL Cmdlet)

Defines the presentation type used to display small integer values.

Syntax

Connect-MySQL -TinyInt1Type string

Possible Values

TINYINT, BIT, BOOLEAN

Data Type

cstr

Default Value

"TINYINT"

Remarks

Set this property to one of the following display types:

  • TINYINT: This type is reported as a number.
  • BIT: This type is reported as '0' or '1'. All non-zero values are treated as '1'.
  • BOOLEAN: This type is reported as 'false' or 'true'. All non-zero values are treated as 'true'.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434