Enum SqlJetFileOpenPermission

java.lang.Object
java.lang.Enum<SqlJetFileOpenPermission>
org.tmatesoft.sqljet.core.internal.SqlJetFileOpenPermission
All Implemented Interfaces:
Serializable, Comparable<SqlJetFileOpenPermission>, java.lang.constant.Constable

public enum SqlJetFileOpenPermission extends Enum<SqlJetFileOpenPermission>
Flags For File Open Operations. These values are intended for use in the parameter to the ISqlJet.open() interface and in the parameter to the open() method of the ISqlJetFileSystem interface.
Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)