public class JdbcDataSet extends Object implements Serializable
| Constructor and Description | 
|---|
JdbcDataSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Overrides the Object.equals method. 
 | 
String | 
getDbName()
Returns the value of field 'dbName'. 
 | 
String | 
getSql()
Returns the value of field 'sql'. 
 | 
int | 
hashCode()
Method hashCode. 
 | 
void | 
setDbName(String dbName)
Sets the value of field 'dbName'. 
 | 
void | 
setSql(String sql)
Sets the value of field 'sql'. 
 | 
public boolean equals(Object obj)
public String getDbName()
public String getSql()
public int hashCode()
public void setDbName(String dbName)
dbName - the value of field 'dbName'.public void setSql(String sql)
sql - the value of field 'sql'.Copyright © 2020. All rights reserved.