首页  ·  知识 ·  
Label
      编辑:  图片来源:网络

JDBC连接字符串:

jdbc:domino/<filename>[/<server>][;<keyword>=<attribute>[;<keyword>=<attribute>]...]

jdbc:domino is the protocol and subprotocol (the subprotocol is specific to this JDBC driver).
<filename> is the fully qualified file name or the name relative to the Notes data directory.
<server> is the Domino server name.
<keyword> is chosen from the table below.
<attribute> is an appropriate value from the table below.


Domino Driver for JDBC URL Keywords

Keyword Minimum Maximum Default Description
MaxSubquery 1 100 20 This parameter specifies the maximum number of nested subqueries in a SQL statement.
MaxStmtLen 2 32767 4096 This parameter specifies the maximum length of an SQL statement passed to prepare, execute, executeQuery, or executeUpdate.
MaxRels 1 100 20 This parameter specifies the maximum number of tables in a single SQL statement.
MaxVarcharLen 2 15360 254 This parameter specifies the maximum number of bytes Lotus Domino Driver for JDBC allows in a string associated with a text field. This limits the number of characters returned from a Domino text field and the length of a string to be inserted into a Domino text field.
MaxLongVarcharLen 2 15360 512 This parameter is similar to MaxVarcharLen, but it applies to rich text fields.
KeepTempIdx 0 1 0 This option controls the saving of temporary indexes. Set to 1, temporary indexes will be saved until disconnect() is called. Set to 0, temporary indexes will be deleted at the end of each SQL statement.
ShowImplicitFlds 0 1 0 This option controls whether certain Domino fields are provided through DatabaseMetaData. Set to 0, internal fields will not be shown. Set to 1, internal fields will be shown.
MapSpecialChars 0 1 1 This option controls whether certain characters are mapped to the underscore character ( _ ). Set to 0, no mapping will occur. Set to 1, special characters will be mapped to the underscore. For details, see Mapping Domino Names to SQL Names.
ThreadTimeout 0 99,999 60 All calls are serialized so that they proceed one after the other. This parameter specifies the number of seconds one thread should wait for another thread to finish before timing out. Note that a value of 0 means wait forever.

下载:Lotes Domino For JDBC 1.5

本文作者:网友 来源:百度空间
CIO之家 www.ciozj.com 微信公众号:imciow
   
免责声明:本站转载此文章旨在分享信息,不代表对其内容的完全认同。文章来源已尽可能注明,若涉及版权问题,请及时与我们联系,我们将积极配合处理。同时,我们无法对文章内容的真实性、准确性及完整性进行完全保证,对于因文章内容而产生的任何后果,本账号不承担法律责任。转载仅出于传播目的,读者应自行对内容进行核实与判断。请谨慎参考文章信息,一切责任由读者自行承担。
延伸阅读
也许感兴趣的
我们推荐的
主题最新
看看其它的
收藏至微信