|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.DatabaseSpecificSql
public class DatabaseSpecificSql
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 | |
---|---|
protected String |
databaseType
|
protected String |
sql
|
Constructor Summary | |
---|---|
DatabaseSpecificSql()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String databaseType
protected String sql
Constructor Detail |
---|
public DatabaseSpecificSql()
Method Detail |
---|
public String getDatabaseType()
String
public void setDatabaseType(String value)
value
- allowed object is
String
public String getSql()
String
public void setSql(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |