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, jdbcUserProperty
Fields inherited from class org.apache.wayang.core.platform.Platform
jsonSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Sqlite3Platform
Provide the name of the JDBC driverClass
for this instance.Methods inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
configureDefaults, createDatabaseDescriptor, createLoadProfileToTimeConverter, createTimeToCostConverter, getConnection, getExecutorFactory, getPlatformId, getSqlQueryChannelDescriptor
Methods 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:JdbcPlatformTemplate
Provide the name of the JDBC driverClass
for this instance.- Specified by:
getJdbcDriverClassName
in classJdbcPlatformTemplate
- Returns:
- the driver
Class
name
-