We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method for executing* an insert statement from a case class (* we're returning a FreeS, not executing) using the StatementGenerator, and the SessionAPI.executeWithByteBuffer method.
case class
FreeS
StatementGenerator
SessionAPI.executeWithByteBuffer
def insert[F[_], T](t: T): FreeS[F, ResultSet]
Important: This method shouldn't create a prepared statement
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Method for executing* an insert statement from a
case class
(* we're returning aFreeS
, not executing) using theStatementGenerator
, and theSessionAPI.executeWithByteBuffer
method.Important: This method shouldn't create a prepared statement
The text was updated successfully, but these errors were encountered: