public class SQLParser
extends java.lang.Object
限定符 | 构造器和说明 |
---|---|
private |
SQLParser() |
限定符和类型 | 方法和说明 |
---|---|
static SQLParser |
getInstance()
Get singleton object of SQLParser
|
java.lang.String |
parse(org.w3c.dom.Node node)
Parse the sql node
|
public static SQLParser getInstance()
public java.lang.String parse(org.w3c.dom.Node node) throws ParserException
node
- ParserException