public class IntegrityCheck extends AbstractSQL
SCOPE_GLOBAL, SCOPE_LOCAL| Constructor and Description |
|---|
IntegrityCheck() |
IntegrityCheck(java.lang.Boolean _skipDoubleIdChecks,
java.lang.Boolean _skipBLOBChecks,
java.lang.Boolean _limitBTAndBPChecks,
java.util.Set<java.lang.String> _entitiesToExclude,
IntegrityCheckingServerFileVaultI _serverFileVault) |
IntegrityCheck(electric.xml.Element e) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateImpl(SchemaI schema,
SchemaI newSchema)
The core implementation of the schema generation logic.
|
java.lang.String |
getName()
Returns the implementation-specific name of the generator (e.g.
|
long |
getTableCountEstimationForEntity(CBOEntity e) |
generate, getDriver, getPass, getUrl, getUser, initDatabaseConnectionParameters, setDriver, setPass, setUrl, setUser, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgeneratepublic IntegrityCheck(java.lang.Boolean _skipDoubleIdChecks,
java.lang.Boolean _skipBLOBChecks,
java.lang.Boolean _limitBTAndBPChecks,
java.util.Set<java.lang.String> _entitiesToExclude,
IntegrityCheckingServerFileVaultI _serverFileVault)
public IntegrityCheck()
public IntegrityCheck(electric.xml.Element e)
public java.lang.String getName()
AbstractSQLgetName in interface CBOGeneratorIgetName in class AbstractSQLpublic void generateImpl(SchemaI schema, SchemaI newSchema)
AbstractSQLgenerateImpl in class AbstractSQLschema - The schema to base the generation on.newSchema - An optional new schema.public long getTableCountEstimationForEntity(CBOEntity e)
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.