| Package | Description |
|---|---|
| org.evomaster.client.java.sql.internal.constraint |
| Modifier and Type | Class and Description |
|---|---|
class |
DbTableCheckExpression
A Sql CHECK expression on a table of the schema
|
class |
DbTableUniqueConstraint |
| Modifier and Type | Method and Description |
|---|---|
List<DbTableConstraint> |
H2ConstraintExtractor.extract(Connection connectionToH2,
DbSchemaDto schemaDto)
Expects the schema explained in
http://www.h2database.com/html/systemtables.html#information_schema
|
List<DbTableConstraint> |
MySQLConstraintExtractor.extract(Connection connectionToMySQL,
DbSchemaDto schemaDto) |
List<DbTableConstraint> |
PostgresConstraintExtractor.extract(Connection connectionToPostgres,
DbSchemaDto schemaDto) |
abstract List<DbTableConstraint> |
TableConstraintExtractor.extract(Connection connectionToDatabase,
DbSchemaDto schemaDto) |
Copyright © 2016–2024. All rights reserved.