All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.danidemi.jlubricant.embeddable.h2.MemoryStorage Maven / Gradle / Ivy

The newest version!
package com.danidemi.jlubricant.embeddable.h2;

public class MemoryStorage extends H2Storage {

	@Override
	public String getStorageSpecifier() {
		return "mem";
	}
	
	@Override
	public boolean isMemoryMode() {
		return true;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy