Uses of Class
org.apache.wayang.sqlite3.platform.Sqlite3Platform
-
Packages that use Sqlite3Platform Package Description org.apache.wayang.sqlite3 org.apache.wayang.sqlite3.operators org.apache.wayang.sqlite3.platform -
-
Uses of Sqlite3Platform in org.apache.wayang.sqlite3
Methods in org.apache.wayang.sqlite3 that return Sqlite3Platform Modifier and Type Method Description static Sqlite3PlatformSqlite3. platform()Retrieve theSqlite3Platform. -
Uses of Sqlite3Platform in org.apache.wayang.sqlite3.operators
Methods in org.apache.wayang.sqlite3.operators that return Sqlite3Platform Modifier and Type Method Description Sqlite3PlatformSqlite3FilterOperator. getPlatform()Sqlite3PlatformSqlite3ProjectionOperator. getPlatform()Sqlite3PlatformSqlite3TableSource. getPlatform() -
Uses of Sqlite3Platform in org.apache.wayang.sqlite3.platform
Methods in org.apache.wayang.sqlite3.platform that return Sqlite3Platform Modifier and Type Method Description static Sqlite3PlatformSqlite3Platform. getInstance()
-