Class Sqlite3Platform
java.lang.Object
org.apache.wayang.core.platform.Platform
org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
org.apache.wayang.sqlite3.platform.Sqlite3Platform
Platform implementation for SQLite3.-
Field Summary
Fields inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
coresProperty, cpuMhzProperty, jdbcPasswordProperty, jdbcUrlProperty, jdbcUserPropertyFields inherited from class org.apache.wayang.core.platform.Platform
jsonSerializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Sqlite3PlatformProvide the name of the JDBC driverClassfor this instance.Methods inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
configureDefaults, createDatabaseDescriptor, createLoadProfileToTimeConverter, createTimeToCostConverter, getConnection, getExecutorFactory, getPlatformId, getSqlQueryChannelDescriptorMethods inherited from class org.apache.wayang.core.platform.Platform
createExecutor, getConfigurationName, getInitializeMillis, getName, isSinglePlatformExecutionPossible, load, toString, warmUp
-
Constructor Details
-
Sqlite3Platform
protected Sqlite3Platform()
-
-
Method Details
-
getInstance
-
getJdbcDriverClassName
Description copied from class:JdbcPlatformTemplateProvide the name of the JDBC driverClassfor this instance.- Specified by:
getJdbcDriverClassNamein classJdbcPlatformTemplate- Returns:
- the driver
Classname
-