Class AnsiSqlKeywords
- java.lang.Object
-
- org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
-
public final class AnsiSqlKeywords extends Object
Maintains the set of ANSI SQL keywords
-
-
Constructor Summary
Constructors Constructor Description AnsiSqlKeywords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
sql2003()
Retrieve all keywords defined by ANSI SQL:2003 All keywords returned by this implementation are in lowercase.
-