Package com.isomorphic.sql
Class SQLDSGenerator
java.lang.Object
com.isomorphic.base.Base
com.isomorphic.sql.SQLDSGenerator
- All Implemented Interfaces:
com.isomorphic.base.IAutoConfigurable
public class SQLDSGenerator extends com.isomorphic.base.Base
SQLDSGenerator generates a SmartClient DataSource configuration from a SQL table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTimestampType
(String timestampType) Sets the SmartClient field type that this SQLDSGenerator will use to map columns with JDBC type TIMESTAMP.
-
Method Details
-
setTimestampType
Sets the SmartClient field type that this SQLDSGenerator will use to map columns with JDBC type TIMESTAMP.- Parameters:
timestampType
-
-