]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sql/sql-types.h
Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC,
[openldap] / servers / slapd / back-sql / sql-types.h
index f709cd3b1775656c215222196f4c1523dd5b631a..9723d1e09bcf495caf7581cd440cdf9a64b8b665 100644 (file)
 #include <sql.h>
 #include <sqlext.h>
 
-typedef struct
-{
- SWORD ncols;
- char** col_names;
- UDWORD *col_prec;
- char** cols;
- SQLINTEGER* is_null;
-}BACKSQL_ROW_NTS;
+typedef struct {
+       SWORD           ncols;
+       BerVarray       col_names;
+       UDWORD          *col_prec;
+       char            **cols;
+       SQLINTEGER      *value_len;
+} BACKSQL_ROW_NTS;
+
+#endif /* __BACKSQL_SQL_TYPES_H__ */
 
-#endif
\ No newline at end of file