| Package | Description |
|---|---|
| com.pivotal.gemfirexd.callbacks |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,TableMetaData> |
DBSynchronizer.metadataMap
the map of table name to its current metadata object
|
| Modifier and Type | Method and Description |
|---|---|
TableMetaData |
Event.getResultSetMetaData()
Gets the metadata information of the table being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AsyncEventHelper.getInsertString(String tableName,
TableMetaData tableMetaData,
boolean hasAutoIncrementColumns)
Get a DML string that can be used to insert rows in given table.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.