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

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

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

/**
 *
 * @author danidemi
 */
public class FileStorage extends H2Storage {

    @Override
    public String getStorageSpecifier() {
        return "file";
    }

	@Override
	public boolean isMemoryMode() {
		return false;
	}
    

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy