| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DbEntityType |
DbEntityType.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,DbEntityType> |
DatabaseEngine.getEntities()
Gets the database entities for the current schema.
|
java.util.Map<java.lang.String,DbEntityType> |
AbstractDatabaseEngine.getEntities() |
java.util.Map<java.lang.String,DbEntityType> |
DatabaseEngine.getEntities(java.lang.String schemaPattern)
Gets the database entities for the specified schema.
|
java.util.Map<java.lang.String,DbEntityType> |
AbstractDatabaseEngine.getEntities(java.lang.String schemaPattern) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,DbEntityType> |
MySqlEngine.getEntities(java.lang.String schemaPattern) |
Copyright © 2018 Feedzai. All Rights Reserved.