- getAutoIncrementColumnName() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the optional column name for the auto increment field
- getBatchSize() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the batch size for inserts
- getColumnAdapters(DataFrame<R, C>, DbSinkOptions<R, C>) - Method in class com.d3x.morpheus.db.DbSink
-
Returns a apply of column type info for the target table
- getColumnInfo(ResultSetMetaData, SQLPlatform, DbSourceOptions<R>) - Method in class com.d3x.morpheus.db.DbSource
-
Returns the array of column information from the result-set meta-data
- getColumnMappings() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the column mappings for these options
- getColumnNames() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the function that yield column names for DataFrame column keys
- getConnection() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the connection for these options
- getConnection() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the connection for this request
- getCreateTableSql(DataFrame<R, C>, DbSinkOptions<R, C>) - Method in class com.d3x.morpheus.db.DbSink
-
Returns the SQL DDL statement to create a table for the DataFrame specified
- getExcludeColumnSet() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the set of columns to exclude
- getExtractors() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the apply of extractors for this request
- getFetchSize() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the statement fetch size for queries
- getInsertSql(List<DbSink.ColumnAdapter>, DbSinkOptions<R, C>) - Method in class com.d3x.morpheus.db.DbSink
-
Constructs the SQL insert statement for the column list specified
- getMapper(Class<?>) - Method in class com.d3x.morpheus.db.DbSinkOptions.ColumnMappings
-
Returns the mapper function to transform DataFrame type into SQL type
- getParameters() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the parameters for this request
- getPlatform() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the SQL platform for these options
- getPlatform(ResultSet) - Method in class com.d3x.morpheus.db.DbSource
-
Returns the database platform type from the ResultSet
- getRowCapacity() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the initial row capacity to size the resulting DataFrame
- getRowKeyColumn() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the column name to store DataFrame row keys in
- getRowKeyFunction() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the row key generating function for this request
- getRowKeyMapper() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the mapper that maps row keys to the appropriate JDBC type
- getRowKeySqlClass() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the SQL type to apply row keys to
- getSql() - Method in class com.d3x.morpheus.db.DbSourceOptions
-
Returns the SQL query for this request
- getSqlType(Class<?>) - Method in class com.d3x.morpheus.db.DbSinkOptions.ColumnMappings
-
Returns the SQL type for the DataFrame type
- getSqlTypeString(Class<?>) - Method in class com.d3x.morpheus.db.DbSink
-
Returns the SQL type string for a CREATE TABLE statement
- getTableName() - Method in class com.d3x.morpheus.db.DbSinkOptions
-
Returns the table name to write to