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 boolean
BasicSourceCapabilities. supportsFormatLiteral(String literal, ExecutionFactory.Format format)
boolean
SourceCapabilities. 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.Format
ExecutionFactory.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 boolean
BaseDelegatingExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format)
boolean
ExecutionFactory. 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 boolean
OracleExecutionFactory. 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 boolean
PostgreSQLExecutionFactory. 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 boolean
SQLServerExecutionFactory. 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 boolean
SybaseExecutionFactory. 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 boolean
TeiidExecutionFactory. supportsFormatLiteral(String literal, ExecutionFactory.Format format)
-