net.sf.farrago.resource
Class FarragoInternalQuery
java.lang.Object
java.util.ResourceBundle
org.eigenbase.resgen.ShadowResourceBundle
net.sf.farrago.resource.FarragoInternalQuery
- Direct Known Subclasses:
- FarragoInternalQuery_en_US
public class FarragoInternalQuery
- extends org.eigenbase.resgen.ShadowResourceBundle
This class was generated
by class org.eigenbase.resgen.ResourceGen
from /home/pub/open/dev/farrago/src/net/sf/farrago/resource/FarragoInternalQuery.xml
on Mon Jun 22 04:05:01 PDT 2009.
It contains a list of messages, and methods to
retrieve and format those messages.
Fields inherited from class org.eigenbase.resgen.ShadowResourceBundle |
emptyObjectArray |
Methods inherited from class org.eigenbase.resgen.ShadowResourceBundle |
getKeys, getThreadLocale, getThreadOrDefaultLocale, handleGetObject, instance, instance, instance, setThreadLocale |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseName
private static final String baseName
- See Also:
- Constant Field Values
TestQuery
public final FarragoInternalQuery._Def0 TestQuery
TestQuery
is 'select s
from class NamedColumnSet where name=?tableName then (
follow association ElementOwnership backward as s
);
'
TestSecurityRoleCycleCheck
public final FarragoInternalQuery._Def0 TestSecurityRoleCycleCheck
TestSecurityRoleCycleCheck
is 'select r
from class Role where name=?granteeName then (
recursively (
follow origin end Grantee where action = ''INHERIT_ROLE'' then (
follow origin end Privilege as r
)
)
);
'
FarragoInternalQuery
public FarragoInternalQuery()
throws IOException
- Throws:
IOException
instance
public static FarragoInternalQuery instance()
- Retrieves the singleton instance of
FarragoInternalQuery
. If
the application has called ShadowResourceBundle.setThreadLocale(java.util.Locale)
, returns the
resource for the thread's locale.
instance
public static FarragoInternalQuery instance(Locale locale)
- Retrieves the instance of
FarragoInternalQuery
for the given locale.