Enum rsfbclient_core::StmtType
source · #[repr(u8)]
pub enum StmtType {
Show 14 variants
Select,
Insert,
Update,
Delete,
Ddl,
GetSegment,
PutSegment,
ExecProcedure,
StartTrans,
Commit,
Rollback,
SelectForUpd,
SetGenerator,
Savepoint,
}
Expand description
Statement type
Variants§
Select
Insert
Update
Delete
Ddl
GetSegment
PutSegment
ExecProcedure
StartTrans
Commit
Rollback
SelectForUpd
SetGenerator
Savepoint
Trait Implementations§
source§impl PartialEq<StmtType> for StmtType
impl PartialEq<StmtType> for StmtType
source§impl TryFrom<u8> for StmtType
impl TryFrom<u8> for StmtType
§type Error = TryFromPrimitiveError<StmtType>
type Error = TryFromPrimitiveError<StmtType>
The type returned in the event of a conversion error.