Index
A C D E F G H I L N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDatabase - Class in org.eclipse.dirigible.database.api
-
The Abstract Database.
- AbstractDatabase() - Constructor for class org.eclipse.dirigible.database.api.AbstractDatabase
- AbstractResultSetWriter<T> - Class in org.eclipse.dirigible.databases.processor.format
-
The Abstract ResultSet Writer.
- AbstractResultSetWriter() - Constructor for class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Default Constructor.
- accepts(T) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper.Filter
-
Accepts.
- accepts(T) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.Filter
-
Accepts.
C
- ColumnDescriptor - Class in org.eclipse.dirigible.databases.processor.format
-
The Column Descriptor transport object.
- ColumnDescriptor() - Constructor for class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
- ColumnMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Column Metadata transport object.
- ColumnMetadata(String, String, int, boolean, boolean, int) - Constructor for class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Instantiates a new column metadata.
- configure() - Method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Configure.
D
- DatabaseArtifactTypes - Enum in org.eclipse.dirigible.database.api.metadata
-
Database Artifact Types Enum.
- DatabaseDefinition - Class in org.eclipse.dirigible.database.api
-
The Class DatabaseDefinition.
- DatabaseDefinition() - Constructor for class org.eclipse.dirigible.database.api.DatabaseDefinition
- DatabaseErrorHelper - Class in org.eclipse.dirigible.databases.helpers
-
Database Error Helper.
- DatabaseErrorHelper() - Constructor for class org.eclipse.dirigible.databases.helpers.DatabaseErrorHelper
- DatabaseException - Exception in org.eclipse.dirigible.database.api
-
The Database Exception.
- DatabaseException() - Constructor for exception org.eclipse.dirigible.database.api.DatabaseException
-
Instantiates a new database exception.
- DatabaseException(String) - Constructor for exception org.eclipse.dirigible.database.api.DatabaseException
-
Instantiates a new database exception.
- DatabaseException(String, Throwable) - Constructor for exception org.eclipse.dirigible.database.api.DatabaseException
-
Instantiates a new database exception.
- DatabaseException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.dirigible.database.api.DatabaseException
-
Instantiates a new database exception.
- DatabaseException(Throwable) - Constructor for exception org.eclipse.dirigible.database.api.DatabaseException
-
Instantiates a new database exception.
- DatabaseMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Database Metadata transport object.
- DatabaseMetadata(Connection) - Constructor for class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Instantiates a new database metadata.
- DatabaseMetadata(Connection, String, DatabaseMetadataHelper.Filter<String>, DatabaseMetadataHelper.Filter<String>) - Constructor for class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Instantiates a new database metadata.
- DatabaseMetadataHelper - Class in org.eclipse.dirigible.databases.helpers
-
The Database Metadata Helper.
- DatabaseMetadataHelper() - Constructor for class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
- DatabaseMetadataHelper.ColumnsIteratorCallback - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface ColumnsIteratorCallback.
- DatabaseMetadataHelper.Filter<T> - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface Filter.
- DatabaseMetadataHelper.FunctionColumnsIteratorCallback - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface FunctionColumnsIteratorCallback.
- DatabaseMetadataHelper.IndicesIteratorCallback - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface IndicesIteratorCallback.
- DatabaseMetadataHelper.ProcedureColumnsIteratorCallback - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface ProceduresColumnsIteratorCallback.
- DatabaseModule - Class in org.eclipse.dirigible.database.api
-
Module for managing Database instantiation and binding.
- DatabaseModule() - Constructor for class org.eclipse.dirigible.database.api.DatabaseModule
- DatabaseQueryHelper - Class in org.eclipse.dirigible.databases.helpers
-
Convenience class for common DataSource operations.
- DatabaseQueryHelper.Config - Enum in org.eclipse.dirigible.databases.helpers
-
The Enum Config.
- DatabaseQueryHelper.Filter<T> - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface Filter.
- DatabaseQueryHelper.RequestExecutionCallback - Interface in org.eclipse.dirigible.databases.helpers
-
The Interface RequestExecutionCallback.
- DatabaseQueryHelper.ResultSetIteratorCallback - Interface in org.eclipse.dirigible.databases.helpers
-
Callback interface for the
DatabaseQueryHelper.executeQueryStatement(Connection, String, ResultSetIteratorCallback)method. - DatabaseResultSetHelper - Class in org.eclipse.dirigible.databases.helpers
-
The Database Result SetHelper.
- DatabaseResultSetHelper() - Constructor for class org.eclipse.dirigible.databases.helpers.DatabaseResultSetHelper
- DECIMAL_DIGITS - Static variable in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
The Constant DECIMAL_DIGITS.
- DELIMITER - Static variable in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
DELIMITER.
- describeFunction(Connection, String, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Describe function.
- describeProcedure(Connection, String, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Describe procedure.
- describeTable(Connection, String, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Describe table.
- DIRIGIBLE_DATABASE_CUSTOM_DATASOURCES - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_CUSTOM_DATASOURCES.
- DIRIGIBLE_DATABASE_DATASOURCE_DEFAULT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DATASOURCE_DEFAULT.
- DIRIGIBLE_DATABASE_DATASOURCE_NAME_DEFAULT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DATASOURCE_NAME_DEFAULT.
- DIRIGIBLE_DATABASE_DATASOURCE_NAME_SYSTEM - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DATASOURCE_NAME_SYSTEM.
- DIRIGIBLE_DATABASE_DATASOURCE_SYSTEM - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DATASOURCE_SYSTEM.
- DIRIGIBLE_DATABASE_DATASOURCE_TEST - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DATASOURCE_TEST.
- DIRIGIBLE_DATABASE_DEFAULT_MAX_CONNECTIONS_COUNT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DEFAULT_MAX_CONNECTIONS_COUNT.
- DIRIGIBLE_DATABASE_DEFAULT_SET_AUTO_COMMIT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DEFAULT_SET_AUTO_COMMIT.
- DIRIGIBLE_DATABASE_DEFAULT_WAIT_COUNT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DEFAULT_WAIT_COUNT.
- DIRIGIBLE_DATABASE_DEFAULT_WAIT_TIMEOUT - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_DEFAULT_WAIT_TIMEOUT.
- DIRIGIBLE_DATABASE_MANAGED_DATASOURCES - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_MANAGED_DATASOURCES.
- DIRIGIBLE_DATABASE_NAMES_CASE_SENSITIVE - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
Whether or not to use case sensitive syntax for table or view names and column names.
- DIRIGIBLE_DATABASE_PROVIDER - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_PROVIDER.
- DIRIGIBLE_DATABASE_PROVIDER_CUSTOM - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_PROVIDER_CUSTOM.
- DIRIGIBLE_DATABASE_PROVIDER_DYNAMIC - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_PROVIDER_DYNAMIC.
- DIRIGIBLE_DATABASE_PROVIDER_LOCAL - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_PROVIDER_LOCAL.
- DIRIGIBLE_DATABASE_PROVIDER_MANAGED - Static variable in interface org.eclipse.dirigible.database.api.IDatabase
-
DIRIGIBLE_DATABASE_PROVIDER_MANAGED.
E
- equals(Object) - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Equals.
- error(Throwable) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.RequestExecutionCallback
-
Error.
- executeQueryStatement(Connection, String, DatabaseQueryHelper.ResultSetIteratorCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper
-
Unlike executeSingleStatement(String, boolean, RequestIteratorCallback), this method iterates on the ResultSet and produces a table data structure in the form of a list of ordered key-value tuples.
- executeSingleProcedure(Connection, String, DatabaseQueryHelper.RequestExecutionCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper
-
Executes a single SQL procedure.
- executeSingleStatement(Connection, String, boolean, DatabaseQueryHelper.RequestExecutionCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper
-
Executes a single SQL statement.
F
- FUNCTION - org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
FUNCTION.
- FunctionMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Function Metadata transport object.
- FunctionMetadata(String, String, String, Connection, String, String, boolean) - Constructor for class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Instantiates a new function metadata.
G
- getCardinality() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the cardinality.
- getCatalogSeparator() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the the catalog separator.
- getCatalogTerm() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the catalog term.
- getColumn() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the column.
- getColumns() - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Get the metadata columns.
- getColumns() - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Get the metadata columns.
- getColumns() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the columns.
- getConnection() - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Gets the connection.
- getConnection(String, String) - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Gets the connection.
- getDatabaseMajorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the database major version.
- getDatabaseMinorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the database minor version.
- getDatabaseProductName() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the database product name.
- getDatabaseProductVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the database product version.
- getDatabaseTypes() - Static method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Gets the database types.
- getDataSource() - Method in class org.eclipse.dirigible.database.api.AbstractDatabase
-
Gets the data source.
- getDataSource() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the data source.
- getDataSource(String) - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the data source.
- getDataSource(String, String) - Static method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Gets the data source.
- getDataSources() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the data sources.
- getDataSources(String) - Static method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Gets the data sources.
- getDefaultDataSourceName() - Method in class org.eclipse.dirigible.database.api.AbstractDatabase
-
Gets the default data source name.
- getDefaultDataSourceName() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the default data source name.
- getDefaultTransactionIsolation() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the default transaction isolation.
- getDisplaySize() - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Gets the display size.
- getDriverMajorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the driver major version.
- getDriverMinorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the driver minor version.
- getDriverName() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the driver name.
- getDriverVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the driver version.
- getExtraNameCharacters() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the extra name characters.
- getFilterCondition() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the filter condition.
- getFunctionMetadataAsJson(DataSource, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Gets the metadata as json.
- getFunctions() - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Get the functions metadata.
- getHeaderFormat() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Gets the header format.
- getIdentifierQuoteString() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the identifier quote string.
- getIndices() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the indices.
- getJDBCMajorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the JDBC major version.
- getJDBCMinorVersion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the JDBC minor version.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Gets the kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Get the metadata kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Get the metadata kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Gets the kind.
- getKind() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the kind.
- getLabel() - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Gets the label.
- getLength() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata length.
- getLimit() - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Getter for the limit.
- getLoginTimeout() - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Gets the login timeout.
- getLogWriter() - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Gets the log writer.
- getMaxBinaryLiteralLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max binary literal length.
- getMaxCatalogNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max catalog name length.
- getMaxCharLiteralLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max char literal length.
- getMaxColumnNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max column name length.
- getMaxColumnsInGroupBy() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max columns in group by.
- getMaxColumnsInIndex() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max columns in index.
- getMaxColumnsInOrderBy() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max columns in order by.
- getMaxColumnsInSelect() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max columns in select.
- getMaxColumnsInTable() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max columns in table.
- getMaxConnections() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max connections.
- getMaxCursorNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max cursor name length.
- getMaxIndexLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max index length.
- getMaxLogicalLobSize() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max logical lob size.
- getMaxProcedureNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max procedure name length.
- getMaxRowSize() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max row size.
- getMaxSchemaNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max schema name length.
- getMaxStatementLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max statement length.
- getMaxStatements() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max statements.
- getMaxTableNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max table name length.
- getMaxTablesInSelect() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max tables in select.
- getMaxUserNameLength() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the max user name length.
- getMetadataAsJson(DataSource) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Gets the metadata as json.
- getName() - Method in class org.eclipse.dirigible.database.api.DatabaseDefinition
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Gets the name.
- getName() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the name.
- getName() - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Gets the name.
- getNullable() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata nullable.
- getNumericFunctions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the numeric functions.
- getOrdinalPosition() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the ordinal position.
- getPages() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the pages.
- getParentLogger() - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Gets the parent logger.
- getPrecision() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata precision.
- getPriority() - Method in class org.eclipse.dirigible.database.api.DatabaseModule
-
Gets the priority.
- getProcedureMetadataAsJson(DataSource, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Gets the metadata as json.
- getProcedures() - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Get the procedures metadata.
- getProcedureTerm() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the procedure term.
- getProductName(DataSource) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Gets the product name.
- getQualifier() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the qualifier.
- getRadix() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata radix.
- getRemarks() - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Gets the remarks.
- getRemarks() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata remarks.
- getRemarks() - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Gets the remarks.
- getRemarks() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the remarks.
- getResultSetHoldability() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the result set holdability.
- getRowFormat() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Gets the row format.
- getScale() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Gets the scale.
- getScale() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata scale.
- getSchemas() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the schemas.
- getSchemaTerm() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the schema term.
- getSearchStringEscape() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the search string escape.
- getSize() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Gets the size.
- getSortOrder() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the sort order.
- getSqlKeywords() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the sql keywords.
- getSQLStateType() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the SQL state type.
- getSqlType() - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Gets the sql type.
- getStringFunctions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the string functions.
- getSystemDataSource() - Method in class org.eclipse.dirigible.database.api.AbstractDatabase
-
Gets the system data source.
- getSystemDataSource() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the system data source.
- getSystemDataSourceName() - Method in class org.eclipse.dirigible.database.api.AbstractDatabase
-
Gets the system data source name.
- getSystemDataSourceName() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the system data source name.
- getSystemFunctions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the system functions.
- getTableMetadataAsJson(DataSource, String, String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Gets the metadata as json.
- getTables() - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Gets the tables.
- getTimeDateFunctions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the time date functions.
- getType() - Method in class org.eclipse.dirigible.database.api.DatabaseDefinition
-
Gets the type.
- getType() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Gets the type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Gets the type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Gets the type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Gets the type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Get the metadata type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Gets the type.
- getType() - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Gets the type.
- getURL() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the URL.
- getUserName() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Gets the user name.
H
- hashCode() - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Hash code.
- HeaderFormatter<T> - Interface in org.eclipse.dirigible.databases.processor.format
-
The Interface HeaderFormatter.
I
- IDatabase - Interface in org.eclipse.dirigible.database.api
-
This interface represents a Database.
- IndexMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Index Metadata transport object.
- IndexMetadata(String, String, String, boolean, String, String, String, int, int, String) - Constructor for class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Instantiates a new index metadata.
- initialize() - Method in interface org.eclipse.dirigible.database.api.IDatabase
-
Initialize.
- isAllProceduresAreCallable() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is all procedures are callable.
- isAllTablesAreSelectable() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is all tables are selectable.
- isAutoCommitFailureClosesAllResultSets() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is auto commit failure closes all result sets.
- isCatalogAtStart() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is catalog at start.
- isDataDefinitionCausesTransactionCommit() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is data definition causes transaction commit.
- isDataDefinitionIgnoredInTransactions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is data definition ignored in transactions.
- isGeneratedKeyAlwaysReturned() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is generated key always returned.
- isKey() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Checks if is key.
- isLimited() - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Checks if is limited.
- isLimited() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
-
Checks if is limited.
- isLimited() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
-
Checks if is limited.
- isLimited() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Checks if is limited.
- isLocatorsUpdateCopy() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is locators update copy.
- isMaxRowSizeIncludeBlobs() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is max row size include blobs.
- isNonUnique() - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Checks if is non unique.
- isNullable() - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Checks if is nullable.
- isNullPlusNonNullIsNull() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is null plus non null is null.
- isNullsAreSortedAtEnd() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is nulls are sorted at end.
- isNullsAreSortedAtStart() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is nulls are sorted at start.
- isNullsAreSortedHigh() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is nulls are sorted high.
- isNullsAreSortedLow() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is nulls are sorted low.
- isReadOnly() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is read only.
- isStoresLowerCaseIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores lower case identifiers.
- isStoresLowerCaseQuotedIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores lower case quoted identifiers.
- isStoresMixedCaseIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores mixed case identifiers.
- isStoresMixedCaseQuotedIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores mixed case quoted identifiers.
- isStoresUpperCaseIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores upper case identifiers.
- isStoresUpperCaseQuotedIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is stores upper case quoted identifiers.
- isStringified() - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Checks if is stringified.
- isStringified() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
-
Checks if is stringified.
- isStringified() - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
-
Checks if is stringified.
- isSupportsAlterTableWithAddColumn() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports alter table with add column.
- isSupportsAlterTableWithDropColumn() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports alter table with drop column.
- isSupportsANSI92EntryLevelSQL() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports ANSI 92 entry level SQL.
- isSupportsANSI92FullSQL() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports ANSI 92 full SQL.
- isSupportsANSI92IntermediateSQL() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports ANSI 92 intermediate SQL.
- isSupportsBatchUpdates() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports batch updates.
- isSupportsCatalogsInDataManipulation() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports catalogs in data manipulation.
- isSupportsCatalogsInIndexDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports catalogs in index definitions.
- isSupportsCatalogsInPrivilegeDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports catalogs in privilege definitions.
- isSupportsCatalogsInProcedureCalls() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports catalogs in procedure calls.
- isSupportsCatalogsInTableDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports catalogs in table definitions.
- isSupportsColumnAliasing() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports column aliasing.
- isSupportsConvert() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports convert.
- isSupportsCoreSQLGrammar() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports core SQL grammar.
- isSupportsCorrelatedSubqueries() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports correlated subqueries.
- isSupportsDataDefinitionAndDataManipulationTransactions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports data definition and data manipulation transactions.
- isSupportsDataManipulationTransactionsOnly() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports data manipulation transactions only.
- isSupportsDifferentTableCorrelationNames() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports different table correlation names.
- isSupportsExpressionsInOrderBy() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports expressions in order by.
- isSupportsExtendedSQLGrammar() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports extended SQL grammar.
- isSupportsFullOuterJoins() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports full outer joins.
- isSupportsGetGeneratedKeys() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports get generated keys.
- isSupportsGroupBy() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports group by.
- isSupportsGroupByBeyondSelect() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports group by beyond select.
- isSupportsGroupByUnrelated() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports group by unrelated.
- isSupportsIntegrityEnhancementFacility() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports integrity enhancement facility.
- isSupportsLikeEscapeClause() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports like escape clause.
- isSupportsLimitedOuterJoins() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports limited outer joins.
- isSupportsMinimumSQLGrammar() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports minimum SQL grammar.
- isSupportsMixedCaseIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports mixed case identifiers.
- isSupportsMixedCaseQuotedIdentifiers() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports mixed case quoted identifiers.
- isSupportsMultipleOpenResults() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports multiple open results.
- isSupportsMultipleResultSets() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports multiple result sets.
- isSupportsMultipleTransactions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports multiple transactions.
- isSupportsNamedParameters() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports named parameters.
- isSupportsNonNullableColumns() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports non nullable columns.
- isSupportsOpenCursorsAcrossCommit() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports open cursors across commit.
- isSupportsOpenCursorsAcrossRollback() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports open cursors across rollback.
- isSupportsOpenStatementsAcrossCommit() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports open statements across commit.
- isSupportsOpenStatementsAcrossRollback() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports open statements across rollback.
- isSupportsOrderByUnrelated() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports order by unrelated.
- isSupportsOuterJoins() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports outer joins.
- isSupportsPositionedDelete() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports positioned delete.
- isSupportsPositionedUpdate() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports positioned update.
- isSupportsRefCursors() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports ref cursors.
- isSupportsSavepoints() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports savepoints.
- isSupportsSchemasInDataManipulation() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports schemas in data manipulation.
- isSupportsSchemasInIndexDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports schemas in index definitions.
- isSupportsSchemasInPrivilegeDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports schemas in privilege definitions.
- isSupportsSchemasInProcedureCalls() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports schemas in procedure calls.
- isSupportsSchemasInTableDefinitions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports schemas in table definitions.
- isSupportsSelectForUpdate() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports select for update.
- isSupportsStatementPooling() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports statement pooling.
- isSupportsStoredFunctionsUsingCallSyntax() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports stored functions using call syntax.
- isSupportsStoredProcedures() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports stored procedures.
- isSupportsSubqueriesInComparisons() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports subqueries in comparisons.
- isSupportsSubqueriesInExists() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports subqueries in exists.
- isSupportsSubqueriesInIns() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports subqueries in ins.
- isSupportsSubqueriesInQuantifieds() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports subqueries in quantifieds.
- isSupportsTableCorrelationNames() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports table correlation names.
- isSupportsTransactions() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports transactions.
- isSupportsUnion() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports union.
- isSupportsUnionAll() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is supports union all.
- isUsesLocalFilePerTable() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is uses local file per table.
- isUsesLocalFiles() - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Checks if is uses local files.
- isWrapperFor(Class<?>) - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Checks if is wrapper for.
- iterateFunctionDefinition(Connection, String, String, String, DatabaseMetadataHelper.FunctionColumnsIteratorCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Iterate function definition.
- iterateProcedureDefinition(Connection, String, String, String, DatabaseMetadataHelper.ProcedureColumnsIteratorCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Iterate procedure definition.
- iterateTableDefinition(Connection, String, String, String, DatabaseMetadataHelper.ColumnsIteratorCallback, DatabaseMetadataHelper.IndicesIteratorCallback) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Iterate table definition.
L
- listFunctions(Connection, String, String, DatabaseMetadataHelper.Filter<String>) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
List functions.
- listProcedures(Connection, String, String, DatabaseMetadataHelper.Filter<String>) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
List procedures.
- listSchemas(Connection, String, DatabaseMetadataHelper.Filter<String>, DatabaseMetadataHelper.Filter<String>) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
List schemas.
- listTables(Connection, String, String, DatabaseMetadataHelper.Filter<String>) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
List tables.
N
- NEWLINE_CHARACTER - Static variable in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
NEWLINE_CHARACTER.
- normalizeTableName(String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper
-
Makes necessary formatting if needed.
O
- onColumn(String, String, String, boolean, boolean, int) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper.ColumnsIteratorCallback
-
On column.
- onError(Connection, Throwable) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.ResultSetIteratorCallback
-
On error.
- onFunctionColumn(String, int, String, int, int, int, int, boolean, String) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper.FunctionColumnsIteratorCallback
-
Function column callback.
- onIndex(String, String, String, boolean, String, String, String, String, String, String) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper.IndicesIteratorCallback
-
On index.
- onProcedureColumn(String, int, String, int, int, int, int, boolean, String) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseMetadataHelper.ProcedureColumnsIteratorCallback
-
Procedure column callback.
- onQueryDone(Connection, List<NavigableMap<String, Object>>) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.ResultSetIteratorCallback
-
On query done.
- onRowConstruction(Connection, NavigableMap<String, Object>) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.ResultSetIteratorCallback
-
On row construction.
- org.eclipse.dirigible.database.api - package org.eclipse.dirigible.database.api
- org.eclipse.dirigible.database.api.metadata - package org.eclipse.dirigible.database.api.metadata
- org.eclipse.dirigible.database.api.wrappers - package org.eclipse.dirigible.database.api.wrappers
- org.eclipse.dirigible.databases.helpers - package org.eclipse.dirigible.databases.helpers
- org.eclipse.dirigible.databases.processor.format - package org.eclipse.dirigible.databases.processor.format
P
- ParameterColumnMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Procedure Column Metadata transport object.
- ParameterColumnMetadata(String, int, String, int, int, int, int, boolean, String) - Constructor for class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Procedure Column Metadata.
- print(String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseErrorHelper
-
Return the error as plain text.
- print(Throwable) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseErrorHelper
-
Return the error as plain text.
- print(ResultSet, boolean) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseResultSetHelper
-
Prints the provided ResultSet to the
ResultSetMonospacedWriterwriter. - PROCEDURE - org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
PROCEDURE.
- ProcedureMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Procedure Metadata transport object.
- ProcedureMetadata(String, String, String, Connection, String, String, boolean) - Constructor for class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Instantiates a new procedure metadata.
Q
- queryDone(ResultSet) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.RequestExecutionCallback
-
Query done.
R
- ResultSetCsvWriter - Class in org.eclipse.dirigible.databases.processor.format
-
The ResultSet CSV Writer.
- ResultSetCsvWriter() - Constructor for class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
- ResultSetJsonWriter - Class in org.eclipse.dirigible.databases.processor.format
-
The ResultSet JSON Writer.
- ResultSetJsonWriter() - Constructor for class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
- ResultSetMonospacedWriter - Class in org.eclipse.dirigible.databases.processor.format
-
The ResultSet Monospaced Writer.
- ResultSetMonospacedWriter() - Constructor for class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
- ResultSetWriter<T> - Interface in org.eclipse.dirigible.databases.processor.format
-
The ResultSet Writer.
- RowFormatter<T> - Interface in org.eclipse.dirigible.databases.processor.format
-
The Row Formatter.
S
- SCHEMA - org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
SCHEMA.
- SchemaFilterScript - org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.Config
-
The Schema filter script.
- SchemaMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Schema Metadata transport object.
- SchemaMetadata(String, Connection, String, DatabaseMetadataHelper.Filter<String>) - Constructor for class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Instantiates a new schema metadata.
- setAllProceduresAreCallable(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the all procedures are callable.
- setAllTablesAreSelectable(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the all tables are selectable.
- setAutoCommitFailureClosesAllResultSets(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the auto commit failure closes all result sets.
- setCardinality(int) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the cardinality.
- setCatalogAtStart(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the catalog at start.
- setCatalogSeparator(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the catalog separator.
- setCatalogTerm(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the catalog term.
- setColumn(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the column.
- setColumns(List<ParameterColumnMetadata>) - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Set the metadata columns.
- setColumns(List<ParameterColumnMetadata>) - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Set the metadata columns.
- setDatabaseProductName(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the database product name.
- setDatabaseProductVersion(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the database product version.
- setDataDefinitionCausesTransactionCommit(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the data definition causes transaction commit.
- setDataDefinitionIgnoredInTransactions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the data definition ignored in transactions.
- setDefaultTransactionIsolation(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the default transaction isolation.
- setDisplaySize(int) - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Sets the display size.
- setDriverMajorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the driver major version.
- setDriverMinorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the driver minor version.
- setDriverName(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the driver name.
- setDriverVersion(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the driver version.
- setExtraNameCharacters(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the extra name characters.
- setFilterCondition(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the filter condition.
- setGeneratedKeyAlwaysReturned(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the generated key always returned.
- setGetDatabaseMajorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the database major version.
- setGetDatabaseMinorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the database minor version.
- setGetResultSetHoldability(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the result set holdability.
- setHeaderFormat(HeaderFormatter<?>) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Sets the header format.
- setIdentifierQuoteString(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the identifier quote string.
- setJDBCMajorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the JDBC major version.
- setJDBCMinorVersion(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the JDBC minor version.
- setKey(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the key.
- setKind(int) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Set the metadata kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Set the metadata kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Sets the kind.
- setKind(String) - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Sets the kind.
- setLabel(String) - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Sets the label.
- setLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata length.
- setLimit(int) - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Setter for the limit.
- setLimited(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Sets the limited.
- setLimited(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
-
Sets the limited.
- setLimited(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
-
Sets the limited.
- setLimited(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Sets the limited.
- setLocatorsUpdateCopy(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the locators update copy.
- setLoginTimeout(int) - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Sets the login timeout.
- setLogWriter(PrintWriter) - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Sets the log writer.
- setMaxBinaryLiteralLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max binary literal length.
- setMaxCatalogNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max catalog name length.
- setMaxCharLiteralLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max char literal length.
- setMaxColumnNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max column name length.
- setMaxColumnsInGroupBy(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max columns in group by.
- setMaxColumnsInIndex(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max columns in index.
- setMaxColumnsInOrderBy(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max columns in order by.
- setMaxColumnsInSelect(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max columns in select.
- setMaxColumnsInTable(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max columns in table.
- setMaxConnections(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max connections.
- setMaxCursorNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max cursor name length.
- setMaxIndexLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max index length.
- setMaxLogicalLobSize(long) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max logical lob size.
- setMaxProcedureNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max procedure name length.
- setMaxRowSize(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max row size.
- setMaxRowSizeIncludeBlobs(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max row size include blobs.
- setMaxSchemaNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max schema name length.
- setMaxStatementLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max statement length.
- setMaxStatements(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max statements.
- setMaxTableNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max table name length.
- setMaxTablesInSelect(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max tables in select.
- setMaxUserNameLength(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the max user name length.
- setName(String) - Method in class org.eclipse.dirigible.database.api.DatabaseDefinition
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.SchemaMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Sets the name.
- setName(String) - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Sets the name.
- setNonUnique(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the non unique.
- setNullable(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the nullable.
- setNullable(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata nullable.
- setNullPlusNonNullIsNull(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the null plus non null is null.
- setNullsAreSortedAtEnd(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the nulls are sorted at end.
- setNullsAreSortedAtStart(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the nulls are sorted at start.
- setNullsAreSortedHigh(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the nulls are sorted high.
- setNullsAreSortedLow(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the nulls are sorted low.
- setNumericFunctions(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the numeric functions.
- setOrdinalPosition(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the ordinal position.
- setPages(int) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the pages.
- setPrecision(int) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata precision.
- setProcedureTerm(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the procedure term.
- setQualifier(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the qualifier.
- setRadix(int) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata radix.
- setReadOnly(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the read only.
- setRemarks(String) - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Sets the remarks.
- setRemarks(String) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata remarks.
- setRemarks(String) - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Sets the remarks.
- setRemarks(String) - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Sets the remarks.
- setRowFormat(RowFormatter<?>) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Sets the row format.
- setScale(int) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the scale.
- setScale(int) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata scale.
- setSchemaTerm(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the schema term.
- setSearchStringEscape(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the search string escape.
- setSize(int) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the size.
- setSortOrder(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the sort order.
- setSqlKeywords(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the sql keywords.
- setSQLStateType(int) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the SQL state type.
- setSqlType(int) - Method in class org.eclipse.dirigible.databases.processor.format.ColumnDescriptor
-
Sets the sql type.
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores lower case identifiers.
- setStoresLowerCaseQuotedIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores lower case quoted identifiers.
- setStoresMixedCaseIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores mixed case identifiers.
- setStoresMixedCaseQuotedIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores mixed case quoted identifiers.
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores upper case identifiers.
- setStoresUpperCaseQuotedIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the stores upper case quoted identifiers.
- setStringFunctions(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the string functions.
- setStringified(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.AbstractResultSetWriter
-
Sets the stringified.
- setStringified(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
-
Sets the stringified.
- setStringified(boolean) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
-
Sets the stringify.
- setSupportsAlterTableWithAddColumn(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports alter table with add column.
- setSupportsAlterTableWithDropColumn(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports alter table with drop column.
- setSupportsANSI92EntryLevelSQL(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports ANSI 92 entry level SQL.
- setSupportsANSI92FullSQL(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports ANSI 92 full SQL.
- setSupportsANSI92IntermediateSQL(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports ANSI 92 intermediate SQL.
- setSupportsBatchUpdates(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports batch updates.
- setSupportsCatalogsInDataManipulation(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports catalogs in data manipulation.
- setSupportsCatalogsInIndexDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports catalogs in index definitions.
- setSupportsCatalogsInPrivilegeDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports catalogs in privilege definitions.
- setSupportsCatalogsInProcedureCalls(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports catalogs in procedure calls.
- setSupportsCatalogsInTableDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports catalogs in table definitions.
- setSupportsColumnAliasing(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports column aliasing.
- setSupportsConvert(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports convert.
- setSupportsCoreSQLGrammar(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports core SQL grammar.
- setSupportsCorrelatedSubqueries(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports correlated subqueries.
- setSupportsDataDefinitionAndDataManipulationTransactions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports data definition and data manipulation transactions.
- setSupportsDataManipulationTransactionsOnly(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports data manipulation transactions only.
- setSupportsDifferentTableCorrelationNames(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports different table correlation names.
- setSupportsExpressionsInOrderBy(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports expressions in order by.
- setSupportsExtendedSQLGrammar(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports extended SQL grammar.
- setSupportsFullOuterJoins(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports full outer joins.
- setSupportsGetGeneratedKeys(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports get generated keys.
- setSupportsGroupBy(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports group by.
- setSupportsGroupByBeyondSelect(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports group by beyond select.
- setSupportsGroupByUnrelated(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports group by unrelated.
- setSupportsIntegrityEnhancementFacility(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports integrity enhancement facility.
- setSupportsLikeEscapeClause(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports like escape clause.
- setSupportsLimitedOuterJoins(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports limited outer joins.
- setSupportsMinimumSQLGrammar(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports minimum SQL grammar.
- setSupportsMixedCaseIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports mixed case identifiers.
- setSupportsMixedCaseQuotedIdentifiers(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports mixed case quoted identifiers.
- setSupportsMultipleOpenResults(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports multiple open results.
- setSupportsMultipleResultSets(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports multiple result sets.
- setSupportsMultipleTransactions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports multiple transactions.
- setSupportsNamedParameters(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports named parameters.
- setSupportsNonNullableColumns(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports non nullable columns.
- setSupportsOpenCursorsAcrossCommit(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports open cursors across commit.
- setSupportsOpenCursorsAcrossRollback(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports open cursors across rollback.
- setSupportsOpenStatementsAcrossCommit(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports open statements across commit.
- setSupportsOpenStatementsAcrossRollback(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports open statements across rollback.
- setSupportsOrderByUnrelated(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports order by unrelated.
- setSupportsOuterJoins(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports outer joins.
- setSupportsPositionedDelete(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports positioned delete.
- setSupportsPositionedUpdate(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports positioned update.
- setSupportsRefCursors(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports ref cursors.
- setSupportsSavepoints(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports savepoints.
- setSupportsSchemasInDataManipulation(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports schemas in data manipulation.
- setSupportsSchemasInIndexDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports schemas in index definitions.
- setSupportsSchemasInPrivilegeDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports schemas in privilege definitions.
- setSupportsSchemasInProcedureCalls(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports schemas in procedure calls.
- setSupportsSchemasInTableDefinitions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports schemas in table definitions.
- setSupportsSelectForUpdate(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports select for update.
- setSupportsStatementPooling(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports statement pooling.
- setSupportsStoredFunctionsUsingCallSyntax(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports stored functions using call syntax.
- setSupportsStoredProcedures(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports stored procedures.
- setSupportsSubqueriesInComparisons(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports subqueries in comparisons.
- setSupportsSubqueriesInExists(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports subqueries in exists.
- setSupportsSubqueriesInIns(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports subqueries in ins.
- setSupportsSubqueriesInQuantifieds(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports subqueries in quantifieds.
- setSupportsTableCorrelationNames(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports table correlation names.
- setSupportsTransactions(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports transactions.
- setSupportsUnion(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports union.
- setSupportsUnionAll(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the supports union all.
- setSystemFunctions(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the system functions.
- setTimeDateFunctions(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the time date functions.
- setType(String) - Method in class org.eclipse.dirigible.database.api.DatabaseDefinition
-
Sets the type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.ColumnMetadata
-
Sets the type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.FunctionMetadata
-
Sets the type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.IndexMetadata
-
Sets the type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.ParameterColumnMetadata
-
Set the metadata type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.ProcedureMetadata
-
Sets the type.
- setType(String) - Method in class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Sets the type.
- setURL(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the URL.
- setUserName(String) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the gets the user name.
- setUsesLocalFilePerTable(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the uses local file per table.
- setUsesLocalFiles(boolean) - Method in class org.eclipse.dirigible.database.api.metadata.DatabaseMetadata
-
Sets the uses local files.
- ShowTableContentScript - org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.Config
-
The Show table content script.
- StringHeaderFormatter - Class in org.eclipse.dirigible.databases.processor.format
-
The String Header Formatter.
- StringHeaderFormatter() - Constructor for class org.eclipse.dirigible.databases.processor.format.StringHeaderFormatter
- StringRowFormatter - Class in org.eclipse.dirigible.databases.processor.format
-
The String Row Formatter.
- StringRowFormatter() - Constructor for class org.eclipse.dirigible.databases.processor.format.StringRowFormatter
T
- TABLE - org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
TABLE.
- TableMetadata - Class in org.eclipse.dirigible.database.api.metadata
-
The Table Metadata transport object.
- TableMetadata(String, String, String, Connection, String, String, boolean) - Constructor for class org.eclipse.dirigible.database.api.metadata.TableMetadata
-
Instantiates a new table metadata.
- toCsv(ResultSet, boolean, boolean) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseResultSetHelper
-
Prints the provided ResultSet to the
ResultSetCsvWriterwriter. - toJson(String) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseErrorHelper
-
Serialize the error as JSON.
- toJson(Throwable) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseErrorHelper
-
Serialize the error as JSON.
- toJson(ResultSet, boolean, boolean) - Static method in class org.eclipse.dirigible.databases.helpers.DatabaseResultSetHelper
-
Prints the provided ResultSet to the
ResultSetJsonWriterwriter.
U
- unwrap(Class<T>) - Method in class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Unwrap.
- updateDone(int) - Method in interface org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.RequestExecutionCallback
-
Update done.
V
- valueOf(String) - Static method in enum org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.Config
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.dirigible.databases.helpers.DatabaseQueryHelper.Config
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VIEW - org.eclipse.dirigible.database.api.metadata.DatabaseArtifactTypes
-
VIEW.
W
- WrappedDataSource - Class in org.eclipse.dirigible.database.api.wrappers
-
The WrappedDataSource of the standard JDBC
DataSourceobject with added some additional capabilities.. - WrappedDataSource(DataSource) - Constructor for class org.eclipse.dirigible.database.api.wrappers.WrappedDataSource
-
Wrapper of the default datasource provided by the underlying platform It has some fault tolerance features, which are not available by default in the popular JDBC drivers.
- write(ResultSet) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetCsvWriter
-
Write.
- write(ResultSet) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetJsonWriter
-
Write.
- write(ResultSet) - Method in class org.eclipse.dirigible.databases.processor.format.ResultSetMonospacedWriter
-
Write.
- write(ResultSet) - Method in interface org.eclipse.dirigible.databases.processor.format.ResultSetWriter
-
Write the provided ResultSet.
- write(List<ColumnDescriptor>) - Method in interface org.eclipse.dirigible.databases.processor.format.HeaderFormatter
-
Write the header for the provided ResultSet.
- write(List<ColumnDescriptor>) - Method in class org.eclipse.dirigible.databases.processor.format.StringHeaderFormatter
-
Write.
- write(List<ColumnDescriptor>, ResultSetMetaData, ResultSet) - Method in interface org.eclipse.dirigible.databases.processor.format.RowFormatter
-
Write formatted row.
- write(List<ColumnDescriptor>, ResultSetMetaData, ResultSet) - Method in class org.eclipse.dirigible.databases.processor.format.StringRowFormatter
-
Write.
All Classes All Packages