| Package | Description |
|---|---|
| com.atlassian.dbexporter.exporter | |
| com.atlassian.dbexporter.node | |
| com.atlassian.dbexporter.node.stax |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseInformationExporter.export(NodeCreator node,
ExportConfiguration configuration,
Context context) |
void |
TableDefinitionExporter.export(NodeCreator node,
ExportConfiguration configuration,
Context context) |
void |
DataExporter.export(NodeCreator node,
ExportConfiguration configuration,
Context context) |
void |
Exporter.export(NodeCreator node,
ExportConfiguration configuration,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static NodeCreator |
NodeBackup.TableDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.RowDataNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.TableDataNode.add(NodeCreator node,
String tableName) |
static NodeCreator |
NodeBackup.ColumnDataNode.add(NodeCreator node,
String columnName) |
static NodeCreator |
NodeBackup.RootNode.add(NodeStreamWriter nsw) |
NodeCreator |
NodeCreator.addAttribute(String key,
String value)
Adds an attribute to the current node.
|
static NodeCreator |
NodeBackup.DatabaseInformationNode.addMeta(NodeCreator node,
String key,
String value) |
NodeCreator |
NodeCreator.addNode(String name)
Creates a new child node under the current node.
|
NodeCreator |
NodeStreamWriter.addRootNode(String name)
Creates the root node for the graph.
|
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
BigDecimal value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
BigInteger value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
Boolean value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
byte[] value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
String value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
Timestamp value) |
NodeCreator |
NodeCreator.closeEntity()
Closes the current node and returns a reference to the parent node.
|
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setAutoIncrement(NodeCreator node,
Boolean autoIncrement) |
NodeCreator |
NodeCreator.setContent(Reader data)
Similar to
setContentAsString(String), but passes the
content to the NodeCreator as a Reader instance. |
NodeCreator |
NodeCreator.setContentAsBigDecimal(BigDecimal bigDecimal) |
NodeCreator |
NodeCreator.setContentAsBigInteger(BigInteger bigInteger)
Similar to
setContentAsString(String), but sets the
content to the specified BigInteger instance. |
NodeCreator |
NodeCreator.setContentAsBinary(byte[] bytes)
Similar to
setContentAsString(String), but sets the
content to the specified byte[] instance. |
NodeCreator |
NodeCreator.setContentAsBoolean(Boolean bool)
Similar to
setContentAsString(String), but sets the
content to the specified Boolean instance. |
NodeCreator |
NodeCreator.setContentAsDate(Date date)
Similar to
setContentAsString(String), but sets the
content to the specified Date instance. |
NodeCreator |
NodeCreator.setContentAsString(String string)
Sets the content of the current node to be the specified string.
|
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setFromColumn(NodeCreator node,
String fromColumn) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setFromTable(NodeCreator node,
String fromTable) |
static NodeCreator |
NodeBackup.TableDefinitionNode.setName(NodeCreator node,
String name) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setName(NodeCreator node,
String name) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setPrecision(NodeCreator node,
Integer precision) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setPrimaryKey(NodeCreator node,
Boolean primaryKey) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setScale(NodeCreator node,
Integer scale) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setSqlType(NodeCreator node,
int sqlType) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setToColumn(NodeCreator node,
String toField) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setToTable(NodeCreator node,
String toTable) |
| Modifier and Type | Method and Description |
|---|---|
static NodeCreator |
NodeBackup.TableDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.RowDataNode.add(NodeCreator node) |
static NodeCreator |
NodeBackup.TableDataNode.add(NodeCreator node,
String tableName) |
static NodeCreator |
NodeBackup.ColumnDataNode.add(NodeCreator node,
String columnName) |
static NodeCreator |
NodeBackup.DatabaseInformationNode.addMeta(NodeCreator node,
String key,
String value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
BigDecimal value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
BigInteger value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
Boolean value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
byte[] value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
String value) |
static NodeCreator |
NodeBackup.RowDataNode.append(NodeCreator node,
Timestamp value) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setAutoIncrement(NodeCreator node,
Boolean autoIncrement) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setFromColumn(NodeCreator node,
String fromColumn) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setFromTable(NodeCreator node,
String fromTable) |
static NodeCreator |
NodeBackup.TableDefinitionNode.setName(NodeCreator node,
String name) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setName(NodeCreator node,
String name) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setPrecision(NodeCreator node,
Integer precision) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setPrimaryKey(NodeCreator node,
Boolean primaryKey) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setScale(NodeCreator node,
Integer scale) |
static NodeCreator |
NodeBackup.ColumnDefinitionNode.setSqlType(NodeCreator node,
int sqlType) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setToColumn(NodeCreator node,
String toField) |
static NodeCreator |
NodeBackup.ForeignKeyDefinitionNode.setToTable(NodeCreator node,
String toTable) |
| Modifier and Type | Method and Description |
|---|---|
NodeCreator |
StaxStreamWriter.addRootNode(String name) |
Copyright © 2018 Atlassian. All rights reserved.