Package org.qdl_lang.config
Class VFSSQLConfig
- java.lang.Object
-
- org.qdl_lang.config.VFSAbstractConfig
-
- org.qdl_lang.config.VFSSQLConfig
-
- All Implemented Interfaces:
VFSConfig
public class VFSSQLConfig extends VFSAbstractConfig
Created by Jeff Gaynor
on 3/4/20 at 3:24 PM
-
-
Constructor Summary
Constructors Constructor Description VFSSQLConfig(String scheme, String mountPoint, boolean readable, boolean writeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getConnectionParameters()
String
getType()
-
Methods inherited from class org.qdl_lang.config.VFSAbstractConfig
canRead, canWrite, getMountPoint, getScheme, toString
-
-