Aggregation-Using-H2-DB-Example

时间:2024-06-28 11:52:27
【文件属性】:

文件名称:Aggregation-Using-H2-DB-Example

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-28 11:52:27

Java

#使用 h2*.jar 启动 H2 服务器: 服务器启动: java -cp *.jar org.h2.tools.Server java -cp h2-1.3.176.jar org.h2.tools.Server #H2 数据库 URL 嵌入式 jdbc:h2:~/test 'test' in the user home directory jdbc:h2:/data/test 'test' in the directory /data jdbc:h2:test in the current(!) working directory 在记忆中 jdbc:h2:mem:test multiple connections in one process jdbc:h2:mem: unnamed private; one connection 服务器模式 jd


【文件预览】:
Aggregation-Using-H2-DB-Example-master
----bin()
--------.gitignore(24B)
----pom.xml(2KB)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.jdt.core.prefs(652B)
----src()
--------test()
--------main()
----.project(560B)
----.classpath(744B)
----.gitignore(9B)
----README.md(4KB)

网友评论