public class SqlParserFactory
extends Object
Driver class name.| Constructor and Description |
|---|
SqlParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
static gudusoft.gsqlparser.TGSqlParser |
getSqlParserByEtlDriverClassName(String className,
boolean withTokenHandler)
Gets the sql parser by the etl driver class name.
|
static gudusoft.gsqlparser.TGSqlParser |
getSqlParserByVendorName(String vendorName)
Gets the sql parser by vendor name.
|
public static gudusoft.gsqlparser.TGSqlParser getSqlParserByEtlDriverClassName(String className,
boolean withTokenHandler)
className - the class namewithTokenHandler - boolean, if true adds the token handlerpublic static gudusoft.gsqlparser.TGSqlParser getSqlParserByVendorName(String vendorName)
vendorName - the vendor nameCopyright © 2010-2020 Toolsverse. All Rights Reserved.