OracleSettings constructor

OracleSettings({
  1. bool? accessAlternateDirectly,
  2. bool? addSupplementalLogging,
  3. int? additionalArchivedLogDestId,
  4. bool? allowSelectNestedTables,
  5. int? archivedLogDestId,
  6. bool? archivedLogsOnly,
  7. String? asmPassword,
  8. String? asmServer,
  9. String? asmUser,
  10. CharLengthSemantics? charLengthSemantics,
  11. String? databaseName,
  12. bool? directPathNoLog,
  13. bool? directPathParallelLoad,
  14. bool? enableHomogenousTablespace,
  15. bool? failTasksOnLobTruncation,
  16. int? numberDatatypeScale,
  17. String? oraclePathPrefix,
  18. int? parallelAsmReadThreads,
  19. String? password,
  20. int? port,
  21. int? readAheadBlocks,
  22. bool? readTableSpaceName,
  23. bool? replacePathPrefix,
  24. int? retryInterval,
  25. String? secretsManagerAccessRoleArn,
  26. String? secretsManagerOracleAsmAccessRoleArn,
  27. String? secretsManagerOracleAsmSecretId,
  28. String? secretsManagerSecretId,
  29. String? securityDbEncryption,
  30. String? securityDbEncryptionName,
  31. String? serverName,
  32. bool? useAlternateFolderForOnline,
  33. String? usePathPrefix,
  34. String? username,
})

Implementation

OracleSettings({
  this.accessAlternateDirectly,
  this.addSupplementalLogging,
  this.additionalArchivedLogDestId,
  this.allowSelectNestedTables,
  this.archivedLogDestId,
  this.archivedLogsOnly,
  this.asmPassword,
  this.asmServer,
  this.asmUser,
  this.charLengthSemantics,
  this.databaseName,
  this.directPathNoLog,
  this.directPathParallelLoad,
  this.enableHomogenousTablespace,
  this.failTasksOnLobTruncation,
  this.numberDatatypeScale,
  this.oraclePathPrefix,
  this.parallelAsmReadThreads,
  this.password,
  this.port,
  this.readAheadBlocks,
  this.readTableSpaceName,
  this.replacePathPrefix,
  this.retryInterval,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerOracleAsmAccessRoleArn,
  this.secretsManagerOracleAsmSecretId,
  this.secretsManagerSecretId,
  this.securityDbEncryption,
  this.securityDbEncryptionName,
  this.serverName,
  this.useAlternateFolderForOnline,
  this.usePathPrefix,
  this.username,
});