|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SqlDescription | |
| org.xmlBlaster.contrib.dbwriter | |
| org.xmlBlaster.contrib.dbwriter.info | |
| org.xmlBlaster.contrib.replication | |
| org.xmlBlaster.contrib.replication.impl | |
| Uses of SqlDescription in org.xmlBlaster.contrib.dbwriter |
| Fields in org.xmlBlaster.contrib.dbwriter declared as SqlDescription | |
private SqlDescription |
SqlInfoParser.recordDescription
|
| Uses of SqlDescription in org.xmlBlaster.contrib.dbwriter.info |
| Fields in org.xmlBlaster.contrib.dbwriter.info declared as SqlDescription | |
private SqlDescription |
SqlInfo.description
|
| Methods in org.xmlBlaster.contrib.dbwriter.info that return SqlDescription | |
SqlDescription |
SqlInfo.getDescription()
|
| Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlDescription | |
void |
SqlInfo.setDescription(SqlDescription description)
|
private static java.lang.String |
SqlDescription.getVal(SqlDescription description,
java.lang.String key)
|
private static void |
SqlDescription.setVal(SqlDescription description,
java.lang.String key,
java.lang.String val)
|
static java.lang.String |
SqlDescription.getDifferences(SqlDescription description1,
SqlDescription description2)
|
boolean |
I_PrePostStatement.preStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
This method is invoked in the ReplicationWriter just before an INSERT, UPDATE or DELETE and CREATE, ALTER, DROP is invoked on the specified entry (the row). |
void |
I_PrePostStatement.postStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
This method is invoked in the ReplicationWriter just after an INSERT, UPDATE, DELETE, CREATE, ALTER, DROP is invoked on the specified entry (the row). |
| Uses of SqlDescription in org.xmlBlaster.contrib.replication |
| Methods in org.xmlBlaster.contrib.replication that return SqlDescription | |
private SqlDescription |
ReplicationWriter.getTableDescription(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableName,
java.sql.Connection conn)
Returns the structure information of the table in question. |
| Methods in org.xmlBlaster.contrib.replication with parameters of type SqlDescription | |
boolean |
SqlPrePostStatement.preStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
|
void |
SqlPrePostStatement.postStatement(java.lang.String operation,
java.sql.Connection conn,
SqlInfo info,
SqlDescription tableDescription,
SqlRow currentRow)
|
java.lang.String |
I_DbSpecific.getCreateTableStatement(SqlDescription infoDescription,
I_Mapper mapper)
Returns the statement necessary to create a new table. |
java.lang.String |
I_DbSpecific.createTableTrigger(SqlDescription infoDescription,
TableToWatchInfo tableToWatch)
Creates a string containing the trigger of the table to be watched. |
private static boolean |
TableToWatchInfo.checkIfForeignKeysAreResolved(SqlDescription desc,
java.util.Set setOfProcessedTables,
java.util.Map allTables)
Checks if there are foreign keys which are not resolved yet |
private java.lang.String |
ReplicationWriter.getStringAttribute(java.lang.String key,
SqlRow row,
SqlDescription description)
It first searches in the row and if nothing found it searches in the description. |
| Uses of SqlDescription in org.xmlBlaster.contrib.replication.impl |
| Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SqlDescription | |
java.lang.String |
SpecificDefault.getCreateTableStatement(SqlDescription infoDescription,
I_Mapper mapper)
|
java.lang.String |
SpecificDbReadonly.createTableTrigger(SqlDescription infoDescription,
TableToWatchInfo tableToWatch)
|
protected java.lang.String |
SpecificPostgres.createVariableSqlPart(SqlDescription description,
java.lang.String prefix)
|
java.lang.String |
SpecificPostgres.createTableFunction(SqlDescription infoDescription,
java.lang.String functionName)
This method creates a function to be associated to a trigger to detect INSERT DELETE and UPDATE operations on a particular table. |
java.lang.String |
SpecificPostgres.createTableTrigger(SqlDescription infoDescription,
TableToWatchInfo tableToWatch)
This method creates a trigger to detect INSERT DELETE and UPDATE operations on a particular table. |
private java.lang.String |
SpecificPostgres.createTableTrigger(SqlDescription infoDescription,
java.lang.String triggerName,
java.lang.String replFlags)
|
protected java.lang.String |
SpecificDB2.createVariableSqlPart(SqlDescription description,
java.lang.String prefix,
boolean containsLongs,
boolean isInsert)
|
java.lang.String |
SpecificDB2.createTableTrigger(SqlDescription infoDescription,
TableToWatchInfo tableToWatch)
|
private boolean |
SpecificOracle.checkIfContainsLongs(SqlDescription description)
|
protected java.lang.String |
SpecificOracle.createVariableSqlPart(SqlDescription description,
java.lang.String prefix,
boolean containsLongs,
boolean isInsert,
boolean useOid)
|
java.lang.String |
SpecificOracle.createTableTrigger(SqlDescription infoDescription,
TableToWatchInfo tableToWatch)
|
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||