Definition at line 433 of file sql.f90.
The documentation for this interface was generated from the following file:
◆ sqlgetdiagfield()
integer(c_short) function sqlgetdiagfield |
( |
integer(c_short), intent(in), value | handletype, |
|
|
type(c_ptr), intent(in), value | handle, |
|
|
integer(c_short), intent(in), value | recnumber, |
|
|
integer(c_short), intent(in), value | diagidentifier, |
|
|
type(c_ptr), intent(in), value | diaginfo, |
|
|
integer(c_short), intent(in), value | bufferlength, |
|
|
integer(c_short), intent(out) | stringlength ) |