menu
galileo_sqljocky5 package
documentation
internal/auth/auth_handler.dart
AuthHandler class
AuthHandler class
dark_mode
light_mode
AuthHandler
class
Inheritance
Object
Handler
AuthHandler
Constructors
AuthHandler
(
String
?
username
,
List
<
int
>
pwdHash
,
String
?
db
,
int
clientFlags
,
int
?
maxPacketSize
,
int
?
characterSet
, {
bool
ssl
=
false
})
Properties
characterSet
→
int
?
final
clientFlags
→
int
final
db
→
String
?
final
hashCode
→
int
The hash code for this object.
no setter
inherited
maxPacketSize
→
int
?
final
pwdHash
→
List
<
int
>
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
username
→
String
?
final
Methods
checkResponse
(
ReadBuffer
response
, [
bool
prepareStmt
=
false
,
bool
isHandlingRows
=
false
])
→ dynamic
Parses the response packet to recognise Ok and Error packets. Returns an
OkPacket
if the packet was an Ok packet, throws a
MySqlException
if it was an Error packet, or returns
null
if the packet has not been handled by this method.
inherited
createRequest
(
)
→
Uint8List
Constructs and returns a request command packet.
override
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processResponse
(
ReadBuffer
response
)
→
HandlerResponse
Parses the
response
containing the response to the command. Returns a
HandlerResponse
.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
galileo_sqljocky5 package
documentation
internal/auth/auth_handler
AuthHandler class
sqljocky.auth_handler library