Index

A C D E G H I L N O P Q S T U V W Y 
All Classes and Interfaces|All Packages

A

ALTER - Enum constant in enum class org.apache.nifi.database.dialect.service.api.StatementType
Alter table with new columns

C

catalog - Variable in record class org.apache.nifi.database.dialect.service.api.TableDefinition
The field for the catalog record component.
catalog() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns the value of the catalog record component.
ColumnDefinition - Interface in org.apache.nifi.database.dialect.service.api
Database Table Column Definition
ColumnDefinition.Nullable - Enum Class in org.apache.nifi.database.dialect.service.api
 
columnName - Variable in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
The field for the columnName record component.
columnName() - Method in interface org.apache.nifi.database.dialect.service.api.ColumnDefinition
 
columnName() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns the value of the columnName record component.
columns - Variable in record class org.apache.nifi.database.dialect.service.api.TableDefinition
The field for the columns record component.
columns() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns the value of the columns record component.
CREATE - Enum constant in enum class org.apache.nifi.database.dialect.service.api.StatementType
Create table with specified columns

D

DatabaseDialectService - Interface in org.apache.nifi.database.dialect.service.api
Abstraction responsible for returning SQL statements and attributes specific to database services
dataType - Variable in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
The field for the dataType record component.
dataType() - Method in interface org.apache.nifi.database.dialect.service.api.ColumnDefinition
 
dataType() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns the value of the dataType record component.
derivedTable - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the derivedTable record component.
derivedTable() - Method in interface org.apache.nifi.database.dialect.service.api.QueryStatementRequest
 
derivedTable() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the derivedTable record component.

E

equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Indicates whether some other object is "equal to" this one.

G

getStatement(StatementRequest) - Method in interface org.apache.nifi.database.dialect.service.api.DatabaseDialectService
Get SQL Statement based on request properties
getSupportedStatementTypes() - Method in interface org.apache.nifi.database.dialect.service.api.DatabaseDialectService
Get SQL Statement Types supported in the Database Dialect Service

H

hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns a hash code value for this object.

I

indexColumnName - Variable in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
The field for the indexColumnName record component.
indexColumnName() - Method in interface org.apache.nifi.database.dialect.service.api.PageRequest
 
indexColumnName() - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Returns the value of the indexColumnName record component.
INSERT_IGNORE - Enum constant in enum class org.apache.nifi.database.dialect.service.api.StatementType
Insert records and ignore existing records with matching duplicate keys

L

limit - Variable in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
The field for the limit record component.
limit() - Method in interface org.apache.nifi.database.dialect.service.api.PageRequest
 
limit() - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Returns the value of the limit record component.

N

NO - Enum constant in enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
 
nullable - Variable in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
The field for the nullable record component.
nullable() - Method in interface org.apache.nifi.database.dialect.service.api.ColumnDefinition
 
nullable() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns the value of the nullable record component.
Nullable() - Constructor for enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
 

O

offset - Variable in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
The field for the offset record component.
offset() - Method in interface org.apache.nifi.database.dialect.service.api.PageRequest
 
offset() - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Returns the value of the offset record component.
orderByClause - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the orderByClause record component.
orderByClause() - Method in interface org.apache.nifi.database.dialect.service.api.QueryStatementRequest
 
orderByClause() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the orderByClause record component.
org.apache.nifi.database.dialect.service.api - package org.apache.nifi.database.dialect.service.api
 

P

pageRequest - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the pageRequest record component.
pageRequest() - Method in interface org.apache.nifi.database.dialect.service.api.QueryStatementRequest
 
pageRequest() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the pageRequest record component.
PageRequest - Interface in org.apache.nifi.database.dialect.service.api
Request for page of results with starting offset and total limit with optional index column
primaryKey - Variable in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
The field for the primaryKey record component.
primaryKey() - Method in interface org.apache.nifi.database.dialect.service.api.ColumnDefinition
 
primaryKey() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns the value of the primaryKey record component.

Q

QueryStatementRequest - Interface in org.apache.nifi.database.dialect.service.api
Query extension of Statement Request with additional properties for SELECT statements

S

schemaName - Variable in record class org.apache.nifi.database.dialect.service.api.TableDefinition
The field for the schemaName record component.
schemaName() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns the value of the schemaName record component.
SELECT - Enum constant in enum class org.apache.nifi.database.dialect.service.api.StatementType
Select records
sql - Variable in record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
The field for the sql record component.
sql() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
Returns the value of the sql record component.
sql() - Method in interface org.apache.nifi.database.dialect.service.api.StatementResponse
Rendered SQL statement
StandardColumnDefinition - Record Class in org.apache.nifi.database.dialect.service.api
Standard Database Table Column definition
StandardColumnDefinition(String) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Standard Column Definition with Column Name and defaults for other properties for queries
StandardColumnDefinition(String, int, ColumnDefinition.Nullable, boolean) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Creates an instance of a StandardColumnDefinition record class.
StandardPageRequest - Record Class in org.apache.nifi.database.dialect.service.api
Standard record implementation of Page Request
StandardPageRequest(long, OptionalLong, Optional<String>) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Creates an instance of a StandardPageRequest record class.
StandardQueryStatementRequest - Record Class in org.apache.nifi.database.dialect.service.api
Standard implementation of Query Statement Request with required properties
StandardQueryStatementRequest(StatementType, TableDefinition) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Standard Query Statement Request without additional clauses
StandardQueryStatementRequest(StatementType, TableDefinition, Optional<String>, Optional<String>, Optional<String>, Optional<PageRequest>) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Creates an instance of a StandardQueryStatementRequest record class.
StandardStatementRequest - Record Class in org.apache.nifi.database.dialect.service.api
Standard implementation of Statement Request with required properties
StandardStatementRequest(StatementType, TableDefinition) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Creates an instance of a StandardStatementRequest record class.
StandardStatementResponse - Record Class in org.apache.nifi.database.dialect.service.api
Standard implementation of Statement Response with required properties
StandardStatementResponse(String) - Constructor for record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
Creates an instance of a StandardStatementResponse record class.
StatementRequest - Interface in org.apache.nifi.database.dialect.service.api
SQL Statement Request abstraction with minimum properties
StatementResponse - Interface in org.apache.nifi.database.dialect.service.api
SQL Statement Response with standard properties
statementType - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the statementType record component.
statementType - Variable in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
The field for the statementType record component.
statementType() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the statementType record component.
statementType() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Returns the value of the statementType record component.
statementType() - Method in interface org.apache.nifi.database.dialect.service.api.StatementRequest
SQL Statement Type requested
StatementType - Enum Class in org.apache.nifi.database.dialect.service.api
SQL Statement Types including synthetic types for conditional handling
StatementType() - Constructor for enum class org.apache.nifi.database.dialect.service.api.StatementType
 

T

tableDefinition - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the tableDefinition record component.
tableDefinition - Variable in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
The field for the tableDefinition record component.
tableDefinition() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the tableDefinition record component.
tableDefinition() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Returns the value of the tableDefinition record component.
tableDefinition() - Method in interface org.apache.nifi.database.dialect.service.api.StatementRequest
Database Table Definition for requested operation
TableDefinition - Record Class in org.apache.nifi.database.dialect.service.api
Database Table definition
TableDefinition(Optional<String>, Optional<String>, String, List<ColumnDefinition>) - Constructor for record class org.apache.nifi.database.dialect.service.api.TableDefinition
Creates an instance of a TableDefinition record class.
tableName - Variable in record class org.apache.nifi.database.dialect.service.api.TableDefinition
The field for the tableName record component.
tableName() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns the value of the tableName record component.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.StandardColumnDefinition
Returns a string representation of this record class.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.StandardPageRequest
Returns a string representation of this record class.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns a string representation of this record class.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementRequest
Returns a string representation of this record class.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.StandardStatementResponse
Returns a string representation of this record class.
toString() - Method in record class org.apache.nifi.database.dialect.service.api.TableDefinition
Returns a string representation of this record class.

U

UNKNOWN - Enum constant in enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
 
UPSERT - Enum constant in enum class org.apache.nifi.database.dialect.service.api.StatementType
Insert records or update records on matching duplicate keys

V

valueOf(String) - Static method in enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.database.dialect.service.api.StatementType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.database.dialect.service.api.StatementType
Returns an array containing the constants of this enum class, in the order they are declared.

W

whereClause - Variable in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
The field for the whereClause record component.
whereClause() - Method in interface org.apache.nifi.database.dialect.service.api.QueryStatementRequest
 
whereClause() - Method in record class org.apache.nifi.database.dialect.service.api.StandardQueryStatementRequest
Returns the value of the whereClause record component.

Y

YES - Enum constant in enum class org.apache.nifi.database.dialect.service.api.ColumnDefinition.Nullable
 
A C D E G H I L N O P Q S T U V W Y 
All Classes and Interfaces|All Packages