xmldbtestsuite.properties

来自「Java的面向对象数据库系统的源代码」· PROPERTIES 代码 · 共 30 行

PROPERTIES
30
字号
# XMLDBTestCase parameter initialization file## this is used for vendor specific information# so we do not have to recompile when connecting to# different databases# An example could look like this:# driverName = org.xmldb.api.reference.DatabaseImpldriverName = org.ozoneDB.xml.cli.DatabaseImpl# url schema:## xmldb:ozonexml:<database>?<rootcoll>## <database> can either be a directory in the local filesystem or a remote# ip address (host:port)# <rootcoll> specifies the name of the root collection to load# An example could look like this:# URI = xmldb:ref:///child1# or like this:# URI = xmldb:ozonexml:/home/lars/xmltest?root# the collection name is added after the question mark dynamicallyURI = xmldb:ozonexml://localhost:3333?# the dbURI is the location of the XML database used to store the initial# collection we use in subsequent tests (database implementation dependant)dbURI = ozonedb:remote://localhost:3333# collectionName is the name we give our CollectioncollectionName = XMLDBJUnitTests

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?