Skip navigation links
D E F G H I O P R S T V 

D

DATA_DELIMETER - Static variable in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
DataStructureContentModel - Class in org.eclipse.dirigible.database.ds.model
The data model representation for *.append files.
DataStructureContentModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureContentModel
 
DataStructureDataAppendModel - Class in org.eclipse.dirigible.database.ds.model
The data model representation for *.append files.
DataStructureDataAppendModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureDataAppendModel
 
DataStructureDataDeleteModel - Class in org.eclipse.dirigible.database.ds.model
The data model representation for *.delete files.
DataStructureDataDeleteModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureDataDeleteModel
 
DataStructureDataReplaceModel - Class in org.eclipse.dirigible.database.ds.model
The data model representation for *.replace files.
DataStructureDataReplaceModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureDataReplaceModel
 
DataStructureDataUpdateModel - Class in org.eclipse.dirigible.database.ds.model
The data model representation for *.update files.
DataStructureDataUpdateModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureDataUpdateModel
 
DataStructureDependencyModel - Class in org.eclipse.dirigible.database.ds.model
Dependency element of the DataStructureModel.
DataStructureDependencyModel(String, String) - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureDependencyModel
The constructor from fields.
DataStructureModel - Class in org.eclipse.dirigible.database.ds.model
The basis for all the data structure models.
DataStructureModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureModel
 
DataStructureModelException - Exception in org.eclipse.dirigible.database.ds.model
Specialized exception for the data models.
DataStructureModelException() - Constructor for exception org.eclipse.dirigible.database.ds.model.DataStructureModelException
The default constructor.
DataStructureModelException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.dirigible.database.ds.model.DataStructureModelException
Overloaded constructor.
DataStructureModelException(String, Throwable) - Constructor for exception org.eclipse.dirigible.database.ds.model.DataStructureModelException
Overloaded constructor.
DataStructureModelException(String) - Constructor for exception org.eclipse.dirigible.database.ds.model.DataStructureModelException
Overloaded constructor.
DataStructureModelException(Throwable) - Constructor for exception org.eclipse.dirigible.database.ds.model.DataStructureModelException
Overloaded constructor.
DataStructureModelFactory - Class in org.eclipse.dirigible.database.ds.model
The factory for creation of the data structure models from source content.
DataStructureModelFactory() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
 
DataStructureSchemaModel - Class in org.eclipse.dirigible.database.ds.model
The schema model representation.
DataStructureSchemaModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureSchemaModel
 
DataStructureTableColumnModel - Class in org.eclipse.dirigible.database.ds.model
The column element of the table model.
DataStructureTableColumnModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
The default constructor.
DataStructureTableColumnModel(String, String, String, boolean, boolean, String, String, String, boolean) - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
The constructor from the fields.
DataStructureTableConstraintCheckModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraint Check Model.
DataStructureTableConstraintCheckModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintCheckModel
 
DataStructureTableConstraintForeignKeyModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraint Foreign Key Model.
DataStructureTableConstraintForeignKeyModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
 
DataStructureTableConstraintModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraint Model.
DataStructureTableConstraintModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
 
DataStructureTableConstraintPrimaryKeyModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraint Primary Key Model.
DataStructureTableConstraintPrimaryKeyModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintPrimaryKeyModel
 
DataStructureTableConstraintsModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraints Model.
DataStructureTableConstraintsModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
 
DataStructureTableConstraintUniqueModel - Class in org.eclipse.dirigible.database.ds.model
The Data Structure Table Constraint Unique Model.
DataStructureTableConstraintUniqueModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintUniqueModel
 
DataStructureTableModel - Class in org.eclipse.dirigible.database.ds.model
The table model representation.
DataStructureTableModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTableModel
 
DataStructureTopologicalSorter - Class in org.eclipse.dirigible.database.ds.model
Data models sorter utility.
DataStructureTopologicalSorter() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureTopologicalSorter
 
DataStructureViewModel - Class in org.eclipse.dirigible.database.ds.model
The view model representation.
DataStructureViewModel() - Constructor for class org.eclipse.dirigible.database.ds.model.DataStructureViewModel
 

E

equals(Object) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
 
execute(Connection, DataStructureTableModel) - Static method in class org.eclipse.dirigible.database.ds.model.processors.TableCreateProcessor
Execute the corresponding statement.
execute(Connection, DataStructureTableModel) - Static method in class org.eclipse.dirigible.database.ds.model.processors.TableDropProcessor
Execute the corresponding statement.
execute(Connection, DataStructureViewModel) - Static method in class org.eclipse.dirigible.database.ds.model.processors.ViewCreateProcessor
Execute the corresponding statement.
execute(Connection, DataStructureViewModel) - Static method in class org.eclipse.dirigible.database.ds.model.processors.ViewDropProcessor
Execute the corresponding statement.

F

FILE_EXTENSION_APPEND - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.append files
FILE_EXTENSION_DELETE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.delete files
FILE_EXTENSION_REPLACE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.replace files
FILE_EXTENSION_SCHEMA - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.schema files
FILE_EXTENSION_TABLE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.table files
FILE_EXTENSION_UPDATE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.update files
FILE_EXTENSION_VIEW - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
File extension for *.view files
followDependencies(Map<String, DataStructureModel>, List<String>, List<String>, List<String>, DataStructureModel) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureTopologicalSorter
Follow dependencies.

G

getChecks() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Gets the checks.
getColumns() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Gets the columns.
getColumns() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableModel
Getter for the columns.
getColumns(Connection, String) - Static method in class org.eclipse.dirigible.database.ds.model.transfer.TableMetadataHelper
Returns the columns result set
getConstraints() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableModel
Gets the constraints.
getContent() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureContentModel
 
getCreatedAt() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the created at.
getCreatedBy() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the created by.
getDefaultValue() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the default value.
getDependencies() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the dependencies.
getExpression() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintCheckModel
Gets the expression.
getForeignKeys() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Gets the foreign keys.
getHash() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the hash.
getLength() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the length.
getLocation() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the location.
getModifiers() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Gets the modifiers.
getName() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureDependencyModel
Getter for the name.
getName() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the name.
getName() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the name.
getName() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Gets the name.
getName() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
getName() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableName
 
getPrecision() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the precision value.
getPrimaryKey() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Gets the primary key.
getPrimaryKeys(Connection, String) - Static method in class org.eclipse.dirigible.database.ds.model.transfer.TableMetadataHelper
Returns the primary keys result set
getQuery() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureViewModel
Getter for the query field.
getReferencedColumns() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
Gets the referenced columns.
getReferencedTable() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
Gets the referenced table.
getScale() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the scale value.
getTableColumns() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
getTableData() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
getTableName() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
getTables() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureSchemaModel
Get the tables
getTableType() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
getType() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureDependencyModel
Getter for the type.
getType() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Gets the type.
getType() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Getter for the type.
getType() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
getType() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableName
 
getUniqueIndices() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Gets the unique indices.
getViews() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureSchemaModel
Get the views

H

hashCode() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
 

I

IDataStructureModel - Interface in org.eclipse.dirigible.database.ds.model
 
insert() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableImporter
 
InvalidNumberOfElementsException - Exception in org.eclipse.dirigible.database.ds.model.transfer
 
InvalidNumberOfElementsException(String) - Constructor for exception org.eclipse.dirigible.database.ds.model.transfer.InvalidNumberOfElementsException
 
isKey() - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
isNullable() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Check for nullable.
isPrimaryKey() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Check for primary key.
isUnique() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Check for unique.

O

org.eclipse.dirigible.database.ds.model - package org.eclipse.dirigible.database.ds.model
 
org.eclipse.dirigible.database.ds.model.processors - package org.eclipse.dirigible.database.ds.model.processors
 
org.eclipse.dirigible.database.ds.model.transfer - package org.eclipse.dirigible.database.ds.model.transfer
 

P

parseAppend(String, String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a data model from the raw content.
parseDelete(String, String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a data model from the raw content.
parseReplace(String, String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a data model from the raw content.
parseSchema(String, String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a schema model from the raw content.
parseTable(String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a table model from the raw content.
parseTable(byte[]) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a table model from the raw content.
parseUpdate(String, String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a data model from the raw content.
parseView(String) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a view model from the raw content.
parseView(byte[]) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureModelFactory
Creates a view model from the raw content.

R

readRecords(InputStream) - Static method in class org.eclipse.dirigible.database.ds.model.transfer.TableDataReader
 

S

setChecks(DataStructureTableConstraintCheckModel[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Sets the checks.
setColumns(String[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Sets the columns.
setContent(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureContentModel
 
setCreatedAt(Timestamp) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the created at.
setCreatedBy(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the created by.
setDefaultValue(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the default value.
setExpression(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintCheckModel
Sets the expression.
setForeignKeys(DataStructureTableConstraintForeignKeyModel[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Sets the foreign keys.
setHash(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the hash.
setKey(boolean) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
setLength(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the length.
setLocation(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the location.
setModifiers(String[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Sets the modifiers.
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureDependencyModel
Setter for the name.
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the name.
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the name.
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintModel
Sets the name.
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
setName(String) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableName
 
setNullable(boolean) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the nullable.
setPrecision(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the precision value.
setPrimaryKey(boolean) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the primary key.
setPrimaryKey(DataStructureTableConstraintPrimaryKeyModel) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Sets the primary key.
setQuery(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureViewModel
Setter for the query field.
setReferencedColumns(String[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
Sets the referenced columns.
setReferencedTable(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintForeignKeyModel
Sets the referenced table.
setScale(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the scale value.
setTableColumns(TableColumn[]) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
setTableName(String) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
setTableType(String) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
setType(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureDependencyModel
Setter for the type.
setType(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
Sets the type.
setType(String) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the type.
setType(int) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
setType(String) - Method in class org.eclipse.dirigible.database.ds.model.transfer.TableName
 
setUnique(boolean) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableColumnModel
Setter for the unique.
setUniqueIndices(DataStructureTableConstraintUniqueModel[]) - Method in class org.eclipse.dirigible.database.ds.model.DataStructureTableConstraintsModel
Sets the unique indices.
sort(Map<String, DataStructureModel>, List<String>, List<String>) - Static method in class org.eclipse.dirigible.database.ds.model.DataStructureTopologicalSorter
Sorts the data models.

T

TableColumn - Class in org.eclipse.dirigible.database.ds.model.transfer
 
TableColumn(String, int, boolean, boolean) - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableColumn
 
TableCreateProcessor - Class in org.eclipse.dirigible.database.ds.model.processors
The Table Create Processor.
TableCreateProcessor() - Constructor for class org.eclipse.dirigible.database.ds.model.processors.TableCreateProcessor
 
TableDataReader - Class in org.eclipse.dirigible.database.ds.model.transfer
 
TableDataReader() - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableDataReader
 
TableDropProcessor - Class in org.eclipse.dirigible.database.ds.model.processors
The Table Drop Processor.
TableDropProcessor() - Constructor for class org.eclipse.dirigible.database.ds.model.processors.TableDropProcessor
 
TableExporter - Class in org.eclipse.dirigible.database.ds.model.transfer
 
TableExporter(DataSource) - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableExporter
 
TableImporter - Class in org.eclipse.dirigible.database.ds.model.transfer
 
TableImporter(DataSource, byte[], String) - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableImporter
 
TableMetadataHelper - Class in org.eclipse.dirigible.database.ds.model.transfer
Table Metadata Helper
TableMetadataHelper() - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableMetadataHelper
 
TableName - Class in org.eclipse.dirigible.database.ds.model.transfer
 
TableName(String, String) - Constructor for class org.eclipse.dirigible.database.ds.model.transfer.TableName
 
toJson() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
To json.
toString() - Method in class org.eclipse.dirigible.database.ds.model.DataStructureModel
 
TYPE_APPEND - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type append
TYPE_DELETE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type delete
TYPE_REPLACE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type replace
TYPE_SCHEMA - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type schema
TYPE_TABLE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type table
TYPE_UPDATE - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type update
TYPE_VIEW - Static variable in interface org.eclipse.dirigible.database.ds.model.IDataStructureModel
Type view

V

ViewCreateProcessor - Class in org.eclipse.dirigible.database.ds.model.processors
The View Create Processor.
ViewCreateProcessor() - Constructor for class org.eclipse.dirigible.database.ds.model.processors.ViewCreateProcessor
 
ViewDropProcessor - Class in org.eclipse.dirigible.database.ds.model.processors
The View Drop Processor.
ViewDropProcessor() - Constructor for class org.eclipse.dirigible.database.ds.model.processors.ViewDropProcessor
 
D E F G H I O P R S T V 
Skip navigation links

Copyright © 2010–2018 Eclipse Foundation. All rights reserved.