|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.persistence.sql.driver.BaseFactory
org.castor.cpa.persistence.sql.driver.GenericFactory
org.castor.cpa.persistence.sql.driver.SybaseFactory
org.castor.cpa.persistence.sql.driver.SQLServerFactory
public final class SQLServerFactory
PersistenceFactory for SQL Server.
| Field Summary |
|---|
| Fields inherited from class org.castor.cpa.persistence.sql.driver.SybaseFactory |
|---|
FACTORY_NAME |
| Constructor Summary | |
|---|---|
SQLServerFactory()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFactoryName()
Returns the name of this factory. |
QueryExpression |
getQueryExpression()
Returns a new empty query expression suitable for the underlying SQL engine. |
boolean |
supportsSetNullInWhere()
SQL Server doesn't support setNull for "WHERE fld=?". |
| Methods inherited from class org.castor.cpa.persistence.sql.driver.SybaseFactory |
|---|
getCallQuery, isDuplicateKeyException, quoteName |
| Methods inherited from class org.castor.cpa.persistence.sql.driver.GenericFactory |
|---|
doubleQuoteName |
| Methods inherited from class org.castor.cpa.persistence.sql.driver.BaseFactory |
|---|
adjustSqlType, getPersistence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLServerFactory()
| Method Detail |
|---|
public java.lang.String getFactoryName()
PersistenceFactory
getFactoryName in interface PersistenceFactorygetFactoryName in class SybaseFactorypublic QueryExpression getQueryExpression()
PersistenceFactory
getQueryExpression in interface PersistenceFactorygetQueryExpression in class SybaseFactorypublic boolean supportsSetNullInWhere()
supportsSetNullInWhere in interface PersistenceFactorysupportsSetNullInWhere in class SybaseFactory
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||