public class DBCapabilties extends Object
| Constructor and Description |
|---|
DBCapabilties(boolean requiresSchemaMigration,
boolean supportsReferentialIntegrity,
boolean supportsOrderBy,
boolean supportsOffsetAndLimit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
requiresSchemaMigration() |
void |
setRequiresSchemaMigration(boolean b) |
boolean |
supportsOffsetAndLimit() |
boolean |
supportsOrderBy() |
boolean |
supportsReferentialIntegrity() |
public DBCapabilties(boolean requiresSchemaMigration,
boolean supportsReferentialIntegrity,
boolean supportsOrderBy,
boolean supportsOffsetAndLimit)
public boolean requiresSchemaMigration()
public void setRequiresSchemaMigration(boolean b)
public boolean supportsReferentialIntegrity()
public boolean supportsOrderBy()
public boolean supportsOffsetAndLimit()
Copyright © 2020. All rights reserved.