#include <tds.h>
Public Attributes | |
| TDS_SMALLINT | column_type |
| type of data, this type can be different from wire type because conversion can be applied (like Unicode->Single byte characters) | |
| TDS_SMALLINT | column_type_save |
| type of data, saved from wire | |
| TDS_INT | column_size |
| maximun size of data. | |
| TDS_TINYINT | column_varint_size |
| size of length when reading from wire (0, 1, 2 or 4) | |
| TDS_TINYINT | column_prec |
| precision for decimal/numeric | |
| TDS_TINYINT | column_scale |
| scale for decimal/numeric | |
| TDS_TINYINT | column_namelen |
| length of column name | |
| TDS_CHAR | table_name [256] |
| table name | |
| TDS_CHAR | column_name [256] |
| column name | |
| TDS_INT | column_offset |
| offset into row buffer for store data | |
| TDS_INT | column_cur_size |
| size written in variable (ie: char, text, binary) | |
|
|
maximun size of data. For fixed is the size. |
1.2.18