Interface PreparableStatement
- All Superinterfaces:
Sql
- All Known Implementing Classes:
DeleteStatement,InsertBatchStatement,InsertStatement,SelectSetOpStatement,SelectStatement,TruncateStatement,UpdateStatement
Defines a statement that can be formatted as SQL.
-
Method Summary
Methods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs, params, sql
-
Method Details
-
toString
Gets the SQL of specified dialect for this statement.- Parameters:
dialect- the SQL dialect.- Returns:
- the SQL statement.
-