Interface IDataStructureModel
public interface IDataStructureModel
-
Field Summary
Fields Modifier and Type Field Description static StringDIRIGIBLE_DATABASE_NAMES_CASE_SENSITIVEWhether or not to use case sensitive syntax for table or view names and column namesstatic StringFILE_EXTENSION_APPENDFile extension for *.append filesstatic StringFILE_EXTENSION_DELETEFile extension for *.delete filesstatic StringFILE_EXTENSION_REPLACEFile extension for *.replace filesstatic StringFILE_EXTENSION_SCHEMAFile extension for *.schema filesstatic StringFILE_EXTENSION_TABLEFile extension for *.table filesstatic StringFILE_EXTENSION_UPDATEFile extension for *.update filesstatic StringFILE_EXTENSION_VIEWFile extension for *.view filesstatic StringTYPE_APPENDType appendstatic StringTYPE_DELETEType deletestatic StringTYPE_REPLACEType replacestatic StringTYPE_SCHEMAType schemastatic StringTYPE_TABLEType tablestatic StringTYPE_UPDATEType updatestatic StringTYPE_VIEWType view
-
Field Details
-
FILE_EXTENSION_TABLE
File extension for *.table files- See Also:
- Constant Field Values
-
FILE_EXTENSION_VIEW
File extension for *.view files- See Also:
- Constant Field Values
-
FILE_EXTENSION_REPLACE
File extension for *.replace files- See Also:
- Constant Field Values
-
FILE_EXTENSION_APPEND
File extension for *.append files- See Also:
- Constant Field Values
-
FILE_EXTENSION_DELETE
File extension for *.delete files- See Also:
- Constant Field Values
-
FILE_EXTENSION_UPDATE
File extension for *.update files- See Also:
- Constant Field Values
-
FILE_EXTENSION_SCHEMA
File extension for *.schema files- See Also:
- Constant Field Values
-
TYPE_TABLE
Type table- See Also:
- Constant Field Values
-
TYPE_VIEW
Type view- See Also:
- Constant Field Values
-
TYPE_REPLACE
Type replace- See Also:
- Constant Field Values
-
TYPE_APPEND
Type append- See Also:
- Constant Field Values
-
TYPE_DELETE
Type delete- See Also:
- Constant Field Values
-
TYPE_UPDATE
Type update- See Also:
- Constant Field Values
-
TYPE_SCHEMA
Type schema- See Also:
- Constant Field Values
-
DIRIGIBLE_DATABASE_NAMES_CASE_SENSITIVE
Whether or not to use case sensitive syntax for table or view names and column names- See Also:
- Constant Field Values
-