Package io.github.torand.fastersql.statement
package io.github.torand.fastersql.statement
Provides classes and interfaces related to statements.
-
ClassDescriptionBuilder of DELETE statements with a FROM clause.Implements a DELETE statement.Provides statement utility functions.Builder of INSERT (batch) statements with an INTO clause.Implements an INSERT statement for batch (multi-row) insertion.Builder of INSERT statements with an INTO clause.Implements an INSERT statement for single row insertion.Defines a statement that can be formatted as SQL.Builder for creating PreparedStatement with a Connection.Builder of SELECT statements with a FROM clause.Implements a SELECT statement.Provides factory methods for statements and statement builders.Implements a TRUNCATE statement.Builder for TRUNCATE statements with a TABLE clause.Implements an UPDATE statement.