public class HostsAndAgents extends Object
| Constructor and Description |
|---|
HostsAndAgents() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHostAndAgent(String host,
String netAgentPort) |
void |
clearSQLWarnings() |
void |
closeStatement() |
int[] |
getColumnDisplayList() |
int[] |
getColumnWidthList() |
Connection |
getConnection() |
SQLException |
getException() |
String |
getHelpMessage() |
ArrayList<String> |
getHosts() |
List |
getMultipleResultSets() |
ResultSet |
getNextRowOfResultSet() |
com.gemstone.gnu.trove.TIntArrayList |
getPorts() |
ResultSet |
getResultSet() |
SQLWarning |
getSQLWarnings() |
Statement |
getStatement() |
int |
getUpdateCount() |
Vector |
getVector() |
boolean |
hasWarnings() |
boolean |
isConnection() |
boolean |
isException() |
boolean |
isHelp() |
boolean |
isMulti() |
boolean |
isMultipleResultSetResult() |
boolean |
isNextRowOfResultSet() |
boolean |
isResultSet() |
boolean |
isStatement() |
boolean |
isUpdateCount() |
boolean |
isVector() |
boolean |
pageResult() |
void |
setAlias(String alias) |
void |
setImproperHostsSpecified(String hostAgentListStr) |
void |
setNoAliasSpecified() |
String |
toString() |
public SQLWarning getSQLWarnings() throws SQLException
SQLExceptionpublic void clearSQLWarnings()
throws SQLException
SQLExceptionpublic com.gemstone.gnu.trove.TIntArrayList getPorts()
public boolean isException()
public SQLException getException()
public void setImproperHostsSpecified(String hostAgentListStr)
public void setNoAliasSpecified()
public String toString()
public void setAlias(String alias)
public boolean isConnection()
public boolean isStatement()
public boolean isResultSet()
throws SQLException
SQLExceptionpublic boolean isUpdateCount()
throws SQLException
SQLExceptionpublic boolean isNextRowOfResultSet()
public boolean isVector()
public boolean isMulti()
public boolean isMultipleResultSetResult()
public boolean hasWarnings()
throws SQLException
SQLExceptionpublic Connection getConnection()
public Statement getStatement()
public int getUpdateCount()
throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic List getMultipleResultSets()
public ResultSet getNextRowOfResultSet()
public Vector getVector()
public int[] getColumnDisplayList()
public int[] getColumnWidthList()
public void closeStatement()
throws SQLException
SQLExceptionpublic boolean isHelp()
public String getHelpMessage()
public boolean pageResult()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.