def isOracleDriver()

in core/src/main/scala/org/apache/pekko/persistence/jdbc/snapshot/dao/legacy/SnapshotTables.scala [25:29]


  def isOracleDriver(profile: JdbcProfile): Boolean =
    profile match {
      case _: slick.jdbc.OracleProfile => true
      case _                           => false
    }