Uses of Class
com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement
Packages that use SQLInsertStatement
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLInsertStatement in com.github.tadukoo.database.mysql.syntax.statement
Methods in com.github.tadukoo.database.mysql.syntax.statement that return SQLInsertStatementModifier and TypeMethodDescriptionSQLInsertStatement.Build.build()
Creates a newSQLInsertStatement
after checking for errorsSQLInsertStatement.SQLInsertStatementBuilder.build()
Creates a newSQLInsertStatement
after checking for errors