| 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(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 |
|---|---|
Map<String,DbEntityType> |
AbstractDatabaseEngine.getEntities() |
Map<String,DbEntityType> |
DatabaseEngine.getEntities()
Gets the database entities for the current schema.
|
Map<String,DbEntityType> |
AbstractDatabaseEngine.getEntities(String schemaPattern) |
Map<String,DbEntityType> |
DatabaseEngine.getEntities(String schemaPattern)
Gets the database entities for the specified schema.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DbEntityType> |
MySqlEngine.getEntities(String schemaPattern) |
Copyright © 2023 Feedzai. All rights reserved.