Uses of Interface
com.github.tadukoo.database.mysql.syntax.statement.SQLInsertStatement.Table
Package
Description
Contains classes for creating MySQL statements
-
Uses of SQLInsertStatement.Table in com.github.tadukoo.database.mysql.syntax.statement
Modifier and TypeClassDescriptionstatic class
A builder class used to build aSQLInsertStatement
.Modifier and TypeMethodDescriptionstatic SQLInsertStatement.Table
SQLInsertStatement.builder()
SQLStatement.SQLStatementBuilder.insert()