Definition at line 178 of file sql.f90.
The documentation for this interface was generated from the following file:
◆ sqlcolumns()
integer(c_short) function sqlcolumns |
( |
type(c_ptr), intent(in), value | statementhandle, |
|
|
character(kind=c_char) | catalogname, |
|
|
integer(c_short), intent(in), value | namelength1, |
|
|
character(kind=c_char) | schemaname, |
|
|
integer(c_short), intent(in), value | namelength2, |
|
|
character(kind=c_char) | tablename, |
|
|
integer(c_short), intent(in), value | namelength3, |
|
|
character(kind=c_char) | columnname, |
|
|
integer(c_short), intent(in), value | namelength4 ) |