74 if (IS_TDS7_PLUS(tds)) {
91 }
else if (IS_TDS50(tds)) {
Information for a server connection.
Definition: tds.h:1329
int tds_get_size_by_type(int servertype)
Return the number of bytes needed by specified type.
Definition: tds_types.h:10
int tds_get_varint_size(TDSSOCKET *tds, int datatype)
tds_get_varint_size() returns the size of a variable length integer returned in a TDS 7...
Definition: tds_types.h:54
int tds_get_conversion_type(int srctype, int colsize)
Return type suitable for conversions (convert all nullable types to fixed type)
Definition: tds_types.h:121