| Package | Description |
|---|---|
| com.pivotal.gemfirexd.callbacks |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<java.lang.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 java.lang.String |
AsyncEventHelper.getInsertString(java.lang.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.