hsqldb
Clear the in memory database after every testcase
I am using hsqldb for testing some of the data access layer in Java. I have certain test cases like 100 around. I create a in memory database and then insert some values in the table so that with my t[详细]
2023-03-25 09:00 分类:问答Java & HSQLDB INSERT TO problem
I\'ve a problem when I try to insert data into a hsqldb with a Java class : The code is : import java.sql.Connection;[详细]
2023-03-24 12:31 分类:问答I'm having trouble embedding HSQLDB into a simple Java (Eclipse) project
After reading up on some options (sqlite, derby etc...), I\'ve decided to throw down with HSQLDB. I\'ve downloaded it, read up on it and followed a \'hello world\' type intro to it, and am now stuck.[详细]
2023-03-22 13:36 分类:问答How to select a table dynamically with HSQLDB and Hibernate?
I have a table with references to other tables. Stored is the table name and the entity id. Like this:[详细]
2023-03-22 03:20 分类:问答jdbc:embedded-database throwing HsqlException
I am trying to create a test database in my spring application using thetag to create it.However, when I try to access the database I get the following exception:[详细]
2023-03-22 03:13 分类:问答Create table with native SQL works for Hibernate/HSQLDB, insert fails. Why?
I use HSQLDB and Hibernate. I have to implement some functionality on database level (trigger ...) and because of this I have to execute 开发者_如何转开发some native SQL. I create a new table (works)[详细]
2023-03-21 18:16 分类:问答help creating schema sql for hsqldb
I am quite new to database programming and am trying to create a java program to access hsqldb(version2.2.5) using hibernate.I have 3 classes in my program which I mapped to 3 tables as given below.[详细]
2023-03-21 17:34 分类:问答Has HSQLDB some mechanism to save in-memory data to file?
Has HSQLDB some mechanism for saving in-memory data to file? As I know after the server is shutted down, all in-memory data become unaccessible. So 开发者_StackOverflow中文版I want to save all in-me[详细]
2023-03-21 16:02 分类:问答replicated HSQLDB
We\'re reviewing different DB engines to be used in our spring java project (actually grails project). Neither of real DB MySQL/PostgreSQL support clustering out of the box (it\'s still possbile to cl[详细]
2023-03-20 13:35 分类:问答Hsqldb rownum in UPDATE statement
Hallo, I\'ve a problem with this query : update EXAMPLETABLE set FLAG = 1 wher开发者_如何学Pythone FLAG = 0 and rownum < 10;[详细]
2023-03-20 10:17 分类:问答