| Package | Description |
|---|---|
| io.r2dbc.mssql.message.header |
| Modifier and Type | Method and Description |
|---|---|
static Status.StatusBit |
Status.StatusBit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.StatusBit[] |
Status.StatusBit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.and(Status.StatusBit bit)
Create a
Status from the current state and add the Status.StatusBit. |
default HeaderOptions |
HeaderOptions.and(Status.StatusBit bit)
Create a
HeaderOptions object with Status.StatusBit set. |
boolean |
Header.is(Status.StatusBit bit) |
boolean |
Status.is(Status.StatusBit bit)
Check if the header status has set the
Status.StatusBit. |
boolean |
HeaderOptions.is(Status.StatusBit bit)
Check if the header status has set the
Status.StatusBit. |
Status |
Status.not(Status.StatusBit bit)
Create a
Status from the current state and remove the Status.StatusBit. |
default HeaderOptions |
HeaderOptions.not(Status.StatusBit bit)
Create a
HeaderOptions object with Status.StatusBit removed. |
static Status |
Status.of(Status.StatusBit bit)
Create a
Status from the given Status.StatusBit. |
static Status |
Status.of(Status.StatusBit bit,
Status.StatusBit... other)
Create a
Status from the given Status.StatusBits. |
static Status |
Status.of(Status.StatusBit bit,
Status.StatusBit... other)
Create a
Status from the given Status.StatusBits. |
Copyright © 2023. All rights reserved.