Package | Description |
---|---|
com.atlassian.bamboo.utils.db |
Modifier and Type | Method and Description |
---|---|
protected List<DbmsBean.ConstraintDefinition> |
AbstractDbmsBean.getConstraintDefinitions(Connection connection,
String query,
String column) |
Collection<DbmsBean.ConstraintDefinition> |
HsqlDbmsBean.getConstraints(Connection connection,
String table,
String column)
http://hsqldb.sourcearchive.com/documentation/1.8.0.10-10/classorg_1_1hsqldb_1_1DatabaseInformationFull.html
|
Collection<DbmsBean.ConstraintDefinition> |
OracleDbmsBean.getConstraints(Connection connection,
String table,
String column) |
Collection<DbmsBean.ConstraintDefinition> |
MySqlDbmsBean.getConstraints(Connection connection,
String table,
String column) |
Collection<DbmsBean.ConstraintDefinition> |
PostgreSqlDbmsBean.getConstraints(Connection connection,
String table,
String column) |
Collection<DbmsBean.ConstraintDefinition> |
MsSqlDbmsBean.getConstraints(Connection connection,
String table,
String column) |
Collection<DbmsBean.ConstraintDefinition> |
DbmsBean.getConstraints(Connection connection,
String table,
String column)
Fetch information about constraints
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.