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
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class used to start building a SQL Statement. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SQLStatement
private SQLStatement()Not allowed to actually instantiate 
 - 
 - 
Method Details
- 
builder
- Returns:
 - A 
builderto start building a SQL Statement 
 
 -