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 Sqlite3Platform
Sqlite3. 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 Sqlite3Platform
Sqlite3FilterOperator. getPlatform()
Sqlite3Platform
Sqlite3ProjectionOperator. getPlatform()
Sqlite3Platform
Sqlite3TableSource. 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 Sqlite3Platform
Sqlite3Platform. getInstance()
-