menu
postgres_fork package
documentation
messages.dart
TupleDataType
fromByte static method
fromByte static method
dark_mode
light_mode
fromByte
static method
TupleDataType
fromByte
(
int
byte
)
Implementation
static
TupleDataType fromByte(
int
byte) {
return
fromID(
String
.fromCharCode(byte)); }
postgres_fork package
documentation
messages
TupleDataType
fromByte static method
TupleDataType enum
Values
nullType
toastType
textType
binaryType
Properties
hashCode
id
index
name
(ext)
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
fromByte
fromID
Constants
values