DBD-TimesTen

 view release on metacpan or  search on metacpan

dbdimp.c  view on Meta::CPAN

#define TT_IGNORE_NAMED_PLACEHOLDERS   0x8332
#define TT_DEFAULT_BIND_TYPE           0x8333
#define TT_ROWCACHESIZE                0x8334
#define TT_EXEC_DIRECT                 0x8335
#define TT_QUERY_TIMEOUT               0x8336

/*
 * TT_DEFAULT_BIND_TYPE_VALUE is now set to 0, which means that
 * DBD::TimesTen will call SQLDescribeParam to find out what type of
 * binding should be set.  If SQLDescribeParam fails, then the bind type
 * will be set to SQL_VARCHAR as a backup.
 *
 */
#define TT_DEFAULT_BIND_TYPE_VALUE	0

/* BLOB's are not supported in TimesTen, do not enable this. */
#undef TT_BLOB_ENABLED


DBISTATE_DECLARE;



( run in 0.983 second using v1.01-cache-2.11-cpan-49f99fa48dc )