mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Struct ParamDescription
A struct representing a prepared statement parameter description packet.
struct ParamDescription
;
These packets, one for each parameter are sent in response to the prepare command, followed by an EOF packet.
Sadly it seems that this facility is only a stub. The correct number of packets is sent, but they contain no useful information and are all the same.
Constructors
Name | Description |
---|---|
this
|
Properties
Name | Type | Description |
---|---|---|
flags [get]
|
FieldFlags | |
length [get]
|
uint | |
notNull [get]
|
bool | |
scale [get]
|
ubyte | |
type [get]
|
ushort | |
unsigned [get]
|
bool |