diff options
Diffstat (limited to 'src/interfaces/odbc/tuple.c')
-rw-r--r-- | src/interfaces/odbc/tuple.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/interfaces/odbc/tuple.c b/src/interfaces/odbc/tuple.c index 9b50ba5f3d2..81e9cfe33b6 100644 --- a/src/interfaces/odbc/tuple.c +++ b/src/interfaces/odbc/tuple.c @@ -1,19 +1,19 @@ -
-/* Module: tuple.c
- *
- * Description: This module contains functions for setting the data for individual
- * fields (TupleField structure) of a manual result set.
- *
- * Important Note: These functions are ONLY used in building manual result sets for
- * info functions (SQLTables, SQLColumns, etc.)
- *
- * Classes: n/a
- *
- * API functions: none
- *
- * Comments: See "notice.txt" for copyright and license information.
- *
- */
+ +/* Module: tuple.c + * + * Description: This module contains functions for setting the data for individual + * fields (TupleField structure) of a manual result set. + * + * Important Note: These functions are ONLY used in building manual result sets for + * info functions (SQLTables, SQLColumns, etc.) + * + * Classes: n/a + * + * API functions: none + * + * Comments: See "notice.txt" for copyright and license information. + * + */ #include "tuple.h" #include <string.h> |