Class DeclareStmt
java.lang.Object
com.ptsmods.mysqlw.procedure.stmt.Statement
com.ptsmods.mysqlw.procedure.stmt.vars.DeclareStmt
- All Implemented Interfaces:
DeclaringStmt
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeclareStmt
declare
(Database.RDBMS dbType, String[] varNames, ColumnStructure<?> type) static DeclareStmt
declare
(Database.RDBMS dbType, String varName, ColumnStructure<?> type) toString()
-
Method Details
-
declare
-
declare
public static DeclareStmt declare(Database.RDBMS dbType, String[] varNames, ColumnStructure<?> type) -
toString
-