public class SQLServerXmlDataSet extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SQLServerXmlDataSet(org.rhq.core.db.setup.Table table,
Node nodeTable) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
create() |
protected void |
doSQL(String sql) |
protected void |
executePostCreateCommands() |
protected void |
executePreCreateCommands() |
protected String |
getCreateCommand()
Get the statement to create the data - this may be an INSERT or it may be an UPDATE.
|
protected org.rhq.core.db.setup.Data |
getData(int columnIndex) |
protected String |
getInsertCommand() |
protected List<org.rhq.core.db.setup.Data> |
getKeyColumns() |
protected int |
getNumberColumns() |
protected String |
getTableName() |
protected String |
getUpdateCommand() |
protected static boolean |
isDataSet(Node node) |
protected boolean |
keyColumnsExist() |
protected boolean |
next() |
protected SQLServerXmlDataSet(org.rhq.core.db.setup.Table table,
Node nodeTable)
protected void executePreCreateCommands()
throws SQLException
SQLExceptionprotected void executePostCreateCommands()
throws SQLException
SQLExceptionprotected void doSQL(String sql) throws SQLException
SQLExceptionprotected int getNumberColumns()
protected org.rhq.core.db.setup.Data getData(int columnIndex)
protected boolean next()
protected static boolean isDataSet(Node node)
protected int create()
throws SQLException
SQLExceptionprotected String getCreateCommand() throws SQLException
SQLExceptionprotected String getInsertCommand() throws SQLException
SQLExceptionprotected String getUpdateCommand() throws SQLException
SQLExceptionprotected String getTableName()
protected boolean keyColumnsExist()
protected List<org.rhq.core.db.setup.Data> getKeyColumns()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.