public class ParserUtils
extends java.lang.Object
Constructor and Description |
---|
ParserUtils() |
Modifier and Type | Method and Description |
---|---|
static Table |
convertCreateTableStmtToTable(SqlCreateTable stmt)
Convert a create table statement to a
Table object. |
public static Table convertCreateTableStmtToTable(SqlCreateTable stmt)
Table
object.stmt
-