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 DBTypeConnection. _DB -
Uses of DBType in tilda.db.stores
Classes in tilda.db.stores that implement DBType Modifier and Type Class Description classBigQueryclassCommonStoreImplclassMSSQLclassPostgreSQLFields in tilda.db.stores declared as DBType Modifier and Type Field Description static DBType[]DBType. _DBTypesstatic DBTypeDBType. BigQuerystatic DBTypeDBType. Postgresstatic DBTypeDBType. SQLServer -
Uses of DBType in tilda.generation.bigquery
Classes in tilda.generation.bigquery that implement DBType Modifier and Type Class Description classSql -
Uses of DBType in tilda.generation.interfaces
Subinterfaces of DBType in tilda.generation.interfaces Modifier and Type Interface Description interfaceCodeGenSql -
Uses of DBType in tilda.generation.postgres9
Classes in tilda.generation.postgres9 that implement DBType Modifier and Type Class Description classSql -
Uses of DBType in tilda.generation.sqlserver2014
Classes in tilda.generation.sqlserver2014 that implement DBType Modifier and Type Class Description classSql -
Uses of DBType in tilda.parsing.parts
Methods in tilda.parsing.parts with parameters of type DBType Modifier and Type Method Description static QueryQuery. getQuery(Query[] Querries, DBType Db)QuerySubWhereClause. getQuery(DBType Db)QueryViewJoin. getQuery(DBType Db)
-