Uses of Class
org.teiid.translator.ExecutionFactory.Format
-
-
Uses of ExecutionFactory.Format in org.teiid.query.optimizer.capabilities
Methods in org.teiid.query.optimizer.capabilities with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanBasicSourceCapabilities. supportsFormatLiteral(String literal, ExecutionFactory.Format format)booleanSourceCapabilities. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator
Methods in org.teiid.translator that return ExecutionFactory.Format Modifier and Type Method Description static ExecutionFactory.FormatExecutionFactory.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionFactory.Format[]ExecutionFactory.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.translator with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanBaseDelegatingExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format)booleanExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator.jdbc.oracle
Methods in org.teiid.translator.jdbc.oracle with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanOracleExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator.jdbc.postgresql
Methods in org.teiid.translator.jdbc.postgresql with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanPostgreSQLExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator.jdbc.sqlserver
Methods in org.teiid.translator.jdbc.sqlserver with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanSQLServerExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator.jdbc.sybase
Methods in org.teiid.translator.jdbc.sybase with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanSybaseExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format) -
Uses of ExecutionFactory.Format in org.teiid.translator.jdbc.teiid
Methods in org.teiid.translator.jdbc.teiid with parameters of type ExecutionFactory.Format Modifier and Type Method Description booleanTeiidExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format)
-