Uses of Class
io.github.torand.fastersql.statement.PreparedStatementBuilder
Packages that use PreparedStatementBuilder
Package
Description
Provides classes and interfaces related to statements.
-
Uses of PreparedStatementBuilder in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return PreparedStatementBuilderModifier and TypeMethodDescriptionstatic PreparedStatementBuilderPreparedStatementBuilder.using(Connection connection) Creates builder for statements to be executed on specified connection.static PreparedStatementBuilderPreparedStatementBuilder.using(Connection connection, Dialect dialect) Creates builder for statements to be executed on specified connection, using specified SQL dialect.