/**
* call-seq:
* setConnectTimeout(timeoutsec,timeoutusec)
*
* Sets the server connect timeout in seconds and
* milliseconds. Setting either parameter to -1 disables the
* timeout. You can also set this timeout using the
* SQLR_CLIENT_CONNECT_TIMEOUT environment variable. */
static VALUE sqlrcon_setConnectTimeout(VALUE self,
VALUE timeoutsec, VALUE timeoutusec) {