Package org.apache.openejb.jee.wls
Class DatabaseSpecificSql
- java.lang.Object
-
- org.apache.openejb.jee.wls.DatabaseSpecificSql
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdatabaseTypeprotected Stringsql
-
Constructor Summary
Constructors Constructor Description DatabaseSpecificSql()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabaseType()Gets the value of the databaseType property.StringgetSql()Gets the value of the sql property.voidsetDatabaseType(String value)Sets the value of the databaseType property.voidsetSql(String value)Sets the value of the sql property.
-
-
-
Method Detail
-
getDatabaseType
public String getDatabaseType()
Gets the value of the databaseType property.- Returns:
- possible object is
String
-
setDatabaseType
public void setDatabaseType(String value)
Sets the value of the databaseType property.- Parameters:
value- allowed object isString
-
getSql
public String getSql()
Gets the value of the sql property.- Returns:
- possible object is
String
-
-