Class SQLStatement
java.lang.Object
com.github.tadukoo.database.mysql.syntax.statement.SQLStatement
SQL Statement is a class used to create a MySQL Statement
- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder class used to start building a SQL Statement. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SQLStatement
private SQLStatement()Not allowed to actually instantiate
-
-
Method Details
-
builder
- Returns:
- A
builder
to start building a SQL Statement
-