org.apache.openejb.jee.wls
Class DatabaseSpecificSql

java.lang.Object
  extended by 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
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

databaseType

protected String databaseType

sql

protected String sql
Constructor Detail

DatabaseSpecificSql

public DatabaseSpecificSql()
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 is String

getSql

public String getSql()
Gets the value of the sql property.

Returns:
possible object is String

setSql

public void setSql(String value)
Sets the value of the sql property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.