Sha256: 6c2456e845de83626331bf66eae9ac5742805eb6034f764efc2ee5262e1c4489
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
#ifndef TINYTDS_CLIENT_H #define TINYTDS_CLIENT_H void init_tinytds_client(); typedef struct { LOGINREC *login; RETCODE return_code; DBPROCESS *client; short int closed; VALUE charset; #ifdef HAVE_RUBY_ENCODING_H rb_encoding *encoding; #endif } tinytds_client_wrapper; #endif
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tiny_tds-0.2.3 | ext/tiny_tds/client.h |
tiny_tds-0.2.2 | ext/tiny_tds/client.h |
tiny_tds-0.2.1 | ext/tiny_tds/client.h |
tiny_tds-0.2.0 | ext/tiny_tds/client.h |
tiny_tds-0.1.0 | ext/tiny_tds/client.h |