DatabaseFileType
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
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.
Constructors
Constructor | Description |
---|---|
DatabaseFileType() | Serialization constructor |
Fields
Field | Description |
---|---|
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. |
Log | A file with .log extension contains the list of plain text with timestamp. |
Sql | A file with .sql extension is a Structured Query Language (SQL) file that contains code to work with relational databases. |
Methods
Method | Description |
---|---|
getLoadOptions() |
DatabaseFileType()
public DatabaseFileType()
Serialization constructor
Nsf
public static final 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. It defines the schema to store different kind of objects such like emails, appointments, documents, forms and views. Learn more about this file format here.
Log
public static final DatabaseFileType Log
A file with .log extension contains the list of plain text with timestamp. Usually, certain activity detail is logged by the softwares or operating systems to help the developers or users to track what was happening at a certain time period. Learn more about this file format here.
Sql
public static final DatabaseFileType Sql
A file with .sql extension is a Structured Query Language (SQL) file that contains code to work with relational databases. It is used to write SQL statements for CRUD (Create, Read, Update, and Delete) operations on databases. Learn more about this file format here.
getLoadOptions()
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions