public final class AdsScriptFactory extends AutomaticScriptFactory
MAX_DECIMAL, NO_DEFAULT
Constructor and Description |
---|
AdsScriptFactory() |
Modifier and Type | Method and Description |
---|---|
protected DatabaseSchema |
createSchema(boolean utf8DB,
int toVersion) |
protected SchemaUpdateHints |
createUpdateHints(int fromVersion) |
void |
insertContent(SQLConnector connector,
int fromVersion)
This method fills created tables with content.
|
generateCreateScript, generateLiveUpdateScript, generateUpdateScript, insertOrUpdateIfExists, insertOrUpdateIfExists
protected SchemaUpdateHints createUpdateHints(int fromVersion)
createUpdateHints
in class AutomaticScriptFactory
public void insertContent(SQLConnector connector, int fromVersion) throws PalioException
AutomaticScriptFactory
insertOrUpdateIfExists
methods to achieve
this result.insertContent
in class AutomaticScriptFactory
PalioException
protected DatabaseSchema createSchema(boolean utf8DB, int toVersion)
createSchema
in class AutomaticScriptFactory