Class DDLParserHelper
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.util.DDLParserHelper
-
public class DDLParserHelper extends Object
Helper for parsing SQL DDL options.- Since:
- 1.0.0
- Author:
- Nestor Martourez Abiangang A.
-
-
Constructor Summary
Constructors Constructor Description DDLParserHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisValidOptionKey(String key)Validates option key format.static StringnormalizeOptionKey(String key)Converts option key to standard format.static Map<String,String>parseWithClause(String withClause)Parses WITH clause options from DDL.
-