org.hibernate.sql
Class DecodeCaseFragment
java.lang.Object
org.hibernate.sql.CaseFragment
org.hibernate.sql.DecodeCaseFragment
public class DecodeCaseFragment
- extends CaseFragment
An Oracle-style DECODE function.
decode(pkvalue, key1, 1, key2, 2, ..., 0)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecodeCaseFragment
public DecodeCaseFragment()
toFragmentString
public String toFragmentString()
- Specified by:
toFragmentString
in class CaseFragment
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.