Uses of Interface
io.github.torand.fastersql.statement.PreparableStatement
Packages that use PreparableStatement
Package
Description
Provides classes and interfaces related to statements.
-
Uses of PreparableStatement in io.github.torand.fastersql.statement
Classes in io.github.torand.fastersql.statement that implement PreparableStatementModifier and TypeClassDescriptionclass
Implements a DELETE statement.class
Implements an INSERT statement for batch (multi-row) insertion.class
Implements an INSERT statement for single row insertion.class
Implements a SELECT statement.class
Implements a TRUNCATE statement.class
Implements an UPDATE statement.Methods in io.github.torand.fastersql.statement with parameters of type PreparableStatementModifier and TypeMethodDescriptionPreparedStatementBuilder.prepare
(PreparableStatement statement) Creates JDBC prepared statement from the specified preparable statement, ready for execution.