Package com.pugwoo.dbhelper.sql
Class SQLDialect
java.lang.Object
com.pugwoo.dbhelper.sql.SQLDialect
提供各种数据库不同的方言表达
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetInsertDefaultValue(DatabaseTypeEnum databaseType) 获得insert into语句中表达数据库默认值的关键字
-
Constructor Details
-
SQLDialect
public SQLDialect()
-
-
Method Details
-
getInsertDefaultValue
获得insert into语句中表达数据库默认值的关键字
-