h2
How to connect to Play Framework in-memory database using JDBC?
I use the in-memory database that comes with Play Framework, when I have db=mem in the configuration file, for development.[详细]
2023-03-20 21:29 分类:问答Moving H2 Database Files with Linked Tables
I\'m creating two H2 database files, and creating a link between them.I then move them to an embedded system.However, after the move the link has broken.Is there a way to make links work after move (t[详细]
2023-03-18 02:58 分类:问答How to integrate HSQL DB with java application [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-17 07:21 分类:问答Id generation problem in Grails when using Oracle and H2 for the same application
I am working on grails application. I must use H2 for development and Oracle for testing and production. I must use separate sequences for each domain class/table when using Oracle so I used the follo[详细]
2023-03-17 02:38 分类:问答H2 In memory DB treating ORDER BY differently in MySQL mode
I have a query that does anORDER BY on a VARCHAR开发者_如何转开发 column that contains email addresses.[详细]
2023-03-16 15:58 分类:问答H2, HSQLDB or any other embedded database using an InputStream
Can I use H2, HSQLDB, or any other embed开发者_运维问答ded database, with a database from an InputStream instead of a file?[详细]
2023-03-15 18:09 分类:问答glassfish and h2database problem
I build an java based app. using hibernate JPA, spring and h2database. I using h2database in memory mode, here is the jdbc properties:[详细]
2023-03-14 18:35 分类:问答Where are my H2 database files?
I\'m just evaluating the H2 database... I downloaded and unpacked the installation and connect to a database at jdbc:h2:file:/home/konrad/test. /home/konrad is my home dir, test does not exist (I expe[详细]
2023-03-13 17:58 分类:问答Self referential column may damage H2 database
Try the following on an H2DB that you don\'t mind having to delete. WARNING. THIS WILL DAMAGE THE DATABASE IRREVERSIBLY![详细]
2023-03-13 04:13 分类:问答Generating transaction id for in-memory databases
At the time of this writing, TRANSACTION_ID() does not support in-memory databases. I can generate my own IDs using a sequence table but it\'s not clear how to communicate existing IDs to triggers. Th[详细]
2023-03-12 19:15 分类:问答