org.exolab.castor.jdo.drivers

Class SybaseFactory

public class SybaseFactory extends GenericFactory

PersistenceFactory for Sybase Adaptive Servers.

Version: $Revision: 5951 $ $Date: 2006-02-21 16:05:42 -0700 (Tue, 21 Feb 2006) $

Author: Assaf Arkin Oleg Nitz

Field Summary
static StringFACTORY_NAME
Method Summary
PersistenceQuerygetCallQuery(String call, Class[] paramTypes, Class javaClass, String[] fields, int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call).
StringgetFactoryName()
QueryExpressiongetQueryExpression()
BooleanisDuplicateKeyException(Exception except)
StringquoteName(String name)
booleansupportsSetNullInWhere()

Field Detail

FACTORY_NAME

public static final String FACTORY_NAME

Method Detail

getCallQuery

public PersistenceQuery getCallQuery(String call, Class[] paramTypes, Class javaClass, String[] fields, int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). This feature is specific for JDO.

Parameters: call Stored procedure call (without "{call") paramTypes The types of the query parameters javaClass The Java class of the query results fields The field names sqlTypes The field SQL types

Returns: null if this feature is not supported.

getFactoryName

public String getFactoryName()

See Also: getFactoryName

UNKNOWN:

getQueryExpression

public QueryExpression getQueryExpression()

See Also: getQueryExpression

UNKNOWN:

isDuplicateKeyException

public Boolean isDuplicateKeyException(Exception except)

See Also: PersistenceFactory

UNKNOWN:

quoteName

public String quoteName(String name)

See Also: PersistenceFactory

UNKNOWN:

supportsSetNullInWhere

public boolean supportsSetNullInWhere()

See Also: supportsSetNullInWhere

UNKNOWN:

Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com