org.teiid
Interface CommandContext
public interface CommandContext
Context information for the currently executing command.
Can be used as an argument to UDFs.
getUserName
java.lang.String getUserName()
getVdbName
java.lang.String getVdbName()
getVdbVersion
int getVdbVersion()
getConnectionID
java.lang.String getConnectionID()
getEnvironmentProperties
java.util.Properties getEnvironmentProperties()
getNextRand
double getNextRand()
getNextRand
double getNextRand(long seed)
getProcessorBatchSize
int getProcessorBatchSize()
getServerTimeZone
java.util.TimeZone getServerTimeZone()
Copyright © 2010. All Rights Reserved.