Class AnsiSqlKeywords
- java.lang.Object
-
- org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
-
public class AnsiSqlKeywords extends java.lang.Object
Maintains the set of ANSI SQL keywords
-
-
Field Summary
Fields Modifier and Type Field Description static AnsiSqlKeywords
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description AnsiSqlKeywords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
sql2003()
Retrieve all keywords defined by ANSI SQL:2003
-
-
-
Field Detail
-
INSTANCE
public static final AnsiSqlKeywords INSTANCE
Singleton access
-
-