public class DiscriminatorSync extends AbstractSQL
SCOPE_GLOBAL, SCOPE_LOCAL| Constructor and Description |
|---|
DiscriminatorSync() |
DiscriminatorSync(electric.xml.Element e) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeUpdate(java.lang.String sql)
Executes an SQL update (DDL/DML) using the shared default statement.
|
void |
generateImpl(SchemaI schema,
SchemaI newSchema)
The core implementation of the schema generation logic.
|
long |
getBotId(java.lang.String type) |
long |
getBotId(java.lang.String type,
boolean noThrowIfNotFound) |
java.lang.String |
getName()
Returns the implementation-specific name of the generator (e.g.
|
generate, getDriver, getPass, getUrl, getUser, initDatabaseConnectionParameters, setDriver, setPass, setUrl, setUser, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgeneratepublic DiscriminatorSync()
public DiscriminatorSync(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 void executeUpdate(java.lang.String sql)
AbstractSQLsql - The SQL update command to execute.public long getBotId(java.lang.String type)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic long getBotId(java.lang.String type,
boolean noThrowIfNotFound)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionCopyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.