Uses of Class
com.feedzai.commons.sql.abstraction.ddl.DbEntityType
-
Packages that use DbEntityType Package Description com.feedzai.commons.sql.abstraction.ddl Contains classes that aid on DDL creation.com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.engine.impl Database specific implementations. -
-
Uses of DbEntityType in com.feedzai.commons.sql.abstraction.ddl
Methods in com.feedzai.commons.sql.abstraction.ddl that return DbEntityType Modifier and Type Method Description static DbEntityTypeDbEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbEntityType[]DbEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DbEntityType in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine that return types with arguments of type DbEntityType Modifier and Type Method Description Map<String,DbEntityType>AbstractDatabaseEngine. getEntities()Map<String,DbEntityType>AbstractDatabaseEngine. getEntities(String schemaPattern)Map<String,DbEntityType>DatabaseEngine. getEntities()Gets the database entities for the current schema.Map<String,DbEntityType>DatabaseEngine. getEntities(String schemaPattern)Gets the database entities for the specified schema. -
Uses of DbEntityType in com.feedzai.commons.sql.abstraction.engine.impl
Methods in com.feedzai.commons.sql.abstraction.engine.impl that return types with arguments of type DbEntityType Modifier and Type Method Description Map<String,DbEntityType>MySqlEngine. getEntities(String schemaPattern)
-