public class DatabaseSpecificSql extends Object
Java class for database-specific-sql complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="database-specific-sql">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="database-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
databaseType |
protected String |
sql |
| Constructor and Description |
|---|
DatabaseSpecificSql() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseType()
Gets the value of the databaseType property.
|
String |
getSql()
Gets the value of the sql property.
|
void |
setDatabaseType(String value)
Sets the value of the databaseType property.
|
void |
setSql(String value)
Sets the value of the sql property.
|
public String getDatabaseType()
Stringpublic void setDatabaseType(String value)
value - allowed object is
Stringpublic String getSql()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.