public final class DatabaseFileType extends FileType implements Serializable
Defines CAD documents (Computer Aided Design) that are used for a 3D graphics file formats and may contain 2D or 3D designs.
Includes the following types:
Nsf,
Log,
Sql,
Learn more about CAD formats here.
| Modifier and Type | Field and Description |
|---|---|
static DatabaseFileType |
Log
A file with .log extension contains the list of plain text with timestamp.
|
static DatabaseFileType |
Nsf
A file with .nsf (Notes Storage Facility) extension is a database file format used by the IBM Notes software, which was previously known as Lotus Notes.
|
static DatabaseFileType |
Sql
A file with .sql extension is a Structured Query Language (SQL) file that contains code to work with relational databases.
|
| Constructor and Description |
|---|
DatabaseFileType()
Serialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getConvertOptions, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, getKey, getName, op_Equality, op_Inequalitypublic static final DatabaseFileType Log
public static final DatabaseFileType Nsf
public static final DatabaseFileType Sql
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypeCopyright © 2024. All rights reserved.