public class DoubleIdFixer extends AbstractSQL
SCOPE_GLOBAL, SCOPE_LOCAL| Constructor and Description |
|---|
DoubleIdFixer(CBOSchema _schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
generateImpl(SchemaI s1,
SchemaI s2)
The core implementation of the schema generation logic.
|
java.lang.String |
getName()
Returns the implementation-specific name of the generator (e.g.
|
static void |
initializeLogger()
Initializing logger
|
static void |
main(java.lang.String[] args) |
void |
repairAll(java.lang.String out) |
void |
update(java.lang.String s,
java.io.Writer w) |
static void |
usage() |
CBOAttribute[] |
whichAttributeIsPointingAtThis(CBOEntity ent) |
CBOAttribute[] |
whichAttributeIsPointingAtThis(CBOEntity ent,
boolean ignore1ToN) |
generate, getDriver, getPass, getUrl, getUser, initDatabaseConnectionParameters, setDriver, setPass, setUrl, setUser, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgeneratepublic DoubleIdFixer(CBOSchema _schema) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getName()
AbstractSQLgetName in interface CBOGeneratorIgetName in class AbstractSQLpublic static void initializeLogger()
public static void main(java.lang.String[] args)
public static void usage()
public void repairAll(java.lang.String out)
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionpublic CBOAttribute[] whichAttributeIsPointingAtThis(CBOEntity ent)
public CBOAttribute[] whichAttributeIsPointingAtThis(CBOEntity ent, boolean ignore1ToN)
public void commit()
public void update(java.lang.String s,
java.io.Writer w)
throws java.io.IOException
java.io.IOExceptionpublic void generateImpl(SchemaI s1, SchemaI s2)
AbstractSQLgenerateImpl in class AbstractSQLs1 - The schema to base the generation on.s2 - An optional new schema.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.