Skip to content

Commit

Permalink
doobiefunction, doobiequery docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Jan 4, 2024
1 parent 228177c commit 2d1fc37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ private[doobie] trait DoobieFunctionWithStatus[I, R] extends DoobieFunctionBase[
}

/**
* [[DoobieFunction]] is an object that contains several abstract classes extending different types of database functions.
* An object that contains several abstract classes extending different types of database functions.
* These classes use [[doobie.Fragment]] to represent SQL queries and [[DoobieEngine]] to execute them.
*/
object DoobieFunction {
/**
* [[DoobieSingleResultFunctionWithStatus]] is an abstract class that extends
* [[za.co.absa.fadb.DBFunction.DBSingleResultFunctionWithStatus]] with [[DoobieEngine]] as the engine type.
* [[za.co.absa.fadb.DBFunctionWithStatus]] with [[DoobieEngine]] as the engine type.
* It represents a database function that returns a single result with status.
*
* @param functionNameOverride the optional override for the function name
Expand Down

0 comments on commit 2d1fc37

Please sign in to comment.