Uses of Interface
tilda.db.stores.DBType
-
Packages that use DBType Package Description tilda.db tilda.db.stores tilda.generation.bigquery tilda.generation.interfaces tilda.generation.postgres9 tilda.generation.sqlserver2014 tilda.parsing.parts -
-
Uses of DBType in tilda.db
Fields in tilda.db declared as DBType Modifier and Type Field Description protected DBType
Connection. _DB
-
Uses of DBType in tilda.db.stores
Classes in tilda.db.stores that implement DBType Modifier and Type Class Description class
BigQuery
class
CommonStoreImpl
class
MSSQL
class
PostgreSQL
Fields in tilda.db.stores declared as DBType Modifier and Type Field Description static DBType[]
DBType. _DBTypes
static DBType
DBType. BigQuery
static DBType
DBType. Postgres
static DBType
DBType. SQLServer
-
Uses of DBType in tilda.generation.bigquery
Classes in tilda.generation.bigquery that implement DBType Modifier and Type Class Description class
Sql
-
Uses of DBType in tilda.generation.interfaces
Subinterfaces of DBType in tilda.generation.interfaces Modifier and Type Interface Description interface
CodeGenSql
-
Uses of DBType in tilda.generation.postgres9
Classes in tilda.generation.postgres9 that implement DBType Modifier and Type Class Description class
Sql
-
Uses of DBType in tilda.generation.sqlserver2014
Classes in tilda.generation.sqlserver2014 that implement DBType Modifier and Type Class Description class
Sql
-
Uses of DBType in tilda.parsing.parts
Methods in tilda.parsing.parts with parameters of type DBType Modifier and Type Method Description static Query
Query. getQuery(Query[] Querries, DBType Db)
Query
SubWhereClause. getQuery(DBType Db)
Query
ViewJoin. getQuery(DBType Db)
-