-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Specifies the object ID of the parameter data type. Placing a zero here
is equivalent to leaving the type unspecified.
reader.GetUint32()
Line: 264
Lines 261 to 271 in 3dbc832
| } | |
| for i := uint16(0); i < parameters; i++ { | |
| // TODO: Specifies the object ID of the parameter data type | |
| // | |
| // Specifies the object ID of the parameter data type. Placing a zero here | |
| // is equivalent to leaving the type unspecified. | |
| // `reader.GetUint32()` | |
| } | |
| statement, descriptions, err := srv.Parse(ctx, query) |