hsqldb
Data is not saving in MEMORY table of HSQL
I have created a MEMORY table in HSQL. But the data is saved and accessed only in the running of my Java application.In HSql FAQ they said that,[详细]
2023-04-04 05:55 分类:问答The cached table is not cached but in memory when using hsqldb
I am trying the cached table feature of hsqldb version 2.2.5 . Just using JDBC batch insert into one table, the odd thing is if[详细]
2023-04-04 02:12 分类:问答How to define a date interval in a compatible way?
I am trying to construct the SQL query, that should be executed as is both on HSQL (v2.2.4) and MySQL (v5.1.36) server (if it can run also on DB2 v9, that would be wonderful bonus!)[详细]
2023-04-01 19:18 分类:问答Does iBatis have any analog of Hibernate's `hbm2ddl` for integration testing with in-memory database?
I\'m considering adding integration tests to a Java-Struts-Spring-iBatis-Oracle legacy application. In the past I\'ve used HSQL as an in-memory database for integration tests for applications that us[详细]
2023-04-01 10:03 分类:问答problem with hsqldb database specificaly table dropping, using hsqldb/hibernate with my maven project
I am very new to this. And I am trying to configure a net-beans Maven project with hsqldb and hibernate. I have set up the database and I am able to save some data to the database. I am using the file[详细]
2023-03-29 19:45 分类:问答How can I see table structure in HSQLDB?
How can I see the structure (de开发者_如何学运维tails of the columns etc) of a table in HSQLDB? It is not \"desc\" like Oracle, so what?The information is provided by the views in the INFORMATION_SCHE[详细]
2023-03-28 02:00 分类:问答Set HSQLDB data type in hibernate configuration files?
I am trying to create an in-memory DB using HSQLDB 2.2.5. We are also using Hibernate. The problem is that our Domain Objects are annotated for Oracle. We generate the HBM files from the POJOs. Hence[详细]
2023-03-28 00:16 分类:问答Concept of In Memory Database and how to see if my data is being populated in HSQL DB?
I am using HSQL in memory database for test purpose of my application and using SQL Server as main database, now when am doing test then HSQL Database is being populated with same data that I have in[详细]
2023-03-27 18:40 分类:问答In-process Hypersonic database shared among similar web apps
I\'m deploying the same Java web application multiple times in a web server.I would like to share an in-process Hypersonic database (without using sockets). The database will be updated from time-to-t[详细]
2023-03-27 17:20 分类:问答Testing inserts over Mule JDBC transport to embedded HSQLDB, subsequent query returns no results
My test attempts to show that a SQL statement sent over a Mule JDBC outbound endpoint executes successfully. The problem: after inserting over Mule, querying the same table returns no results.[详细]
2023-03-27 02:43 分类:问答