h2
H2 database: What is and why appears database.xx.log.db.corrupt binary file
I am extensively using H2 database for my project (lots of inserts and selects) and I have noticed that in the database directory appear binary files which have the name:[详细]
2023-01-19 21:15 分类:问答H2 database: Information about primary key in INFORMATION_SCHEMA
I create the following table in H2: CREATE TABLE TEST (ID BIGINT NOT NULL PRIMARY KEY) Then I look into INFORMATION_SCHEMA.TABLES table:[详细]
2023-01-19 02:12 分类:问答H2 Database vs SQLite on Android [closed]
Closed. This question is opinion-based. It is not currently accepting answers开发者_运维问答. Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-09 06:41 分类:问答H2 database: clustered indexes support
I use H2 database for environmental data which contains lots of time series. Time series are simply measurement values of sensors which are recorded in database periodically (say once per hour).[详细]
2023-01-08 17:07 分类:问答H2 database and functions in separate schemas
I\'m trying to create a test database (with H2 database). I\'m using Oracle in production, and it seems nice to have oracle compatibility mode in h2.[详细]
2023-01-06 02:32 分类:问答Various options for h2 - which is faster?
Now I have two choices. I have the same schema for all the data. the record stand for the connection between to hosts.So one record belongs to two hosts.now I do the action that once I need to get th[详细]
2023-01-06 01:30 分类:问答create stored procedure adding node in nested set in H2 database
I have a sql that will be use to add a node for nested set,this is my sql SELECT @myRight := rgt FROM nested_category[详细]
2023-01-04 23:40 分类:问答How to create stored procedure using H2 database?
Has anyone tried to create stored procedures 开发者_如何学Cusing the H2 database?To access the database within a Java function, you do need a connection. For H2, there are two ways to get such a conne[详细]
2023-01-04 05:18 分类:问答Frontend tool to manage H2 database [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-29 14:49 分类:问答