Uses of Class
org.teiid.translator.jdbc.TranslatedCommand
-
Packages that use TranslatedCommand Package Description org.teiid.translator.jdbc org.teiid.translator.phoenix -
-
Uses of TranslatedCommand in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc that return TranslatedCommand Modifier and Type Method Description protected TranslatedCommand
JDBCBaseExecution. translateCommand(Command command)
Constructors in org.teiid.translator.jdbc with parameters of type TranslatedCommand Constructor Description JDBCExecutionException(BundleUtil.Event event, SQLException error, TranslatedCommand... commands)
-
Uses of TranslatedCommand in org.teiid.translator.phoenix
Methods in org.teiid.translator.phoenix that return TranslatedCommand Modifier and Type Method Description protected TranslatedCommand
PhoenixUpdateExecution. translateCommand(Command command)
-