SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

kodo.conf
Interface KodoCompatibility


public interface KodoCompatibility

Compatibility information regarding how the current environment should behave with respect to old behavior.

Since:
3.4

Method Summary
 String getQuotedNumbersInJDOQL()
          How to deal with single-quoted and double-quoted single-digit numbers in JDOQL.
 void setQuotedNumbersInJDOQL(String compatibility)
          How to deal with single-quoted and double-quoted single-digit numbers in JDOQL.
 

Method Detail

getQuotedNumbersInJDOQL

public String getQuotedNumbersInJDOQL()

How to deal with single-quoted and double-quoted single-digit numbers in JDOQL. Currently, valid values are "3.1" and "jdo2".

"3.1" treats single-quoted numbers as they were in Kodo 3.1 and prior -- as numbers. "jdo2" treats them according to the rules in the JDO 2.0 specification -- single-quoted single digits are character constants, and double-quoted single digits are invalid.


setQuotedNumbersInJDOQL

public void setQuotedNumbersInJDOQL(String compatibility)

How to deal with single-quoted and double-quoted single-digit numbers in JDOQL. Currently, valid values are "3.1" and "jdo2".

See Also:

SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.