@Translator(name="google-spreadsheet", description="A translator for Google Spreadsheet") public class SpreadsheetExecutionFactory extends ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>
ExecutionFactory.Format, ExecutionFactory.NullOrder, ExecutionFactory.SupportedJoinCriteria, ExecutionFactory.TransactionSupport| Modifier and Type | Field and Description |
|---|---|
static BundleUtil |
UTIL |
DEFAULT_MAX_FROM_GROUPS, DEFAULT_MAX_IN_CRITERIA_SIZE| Constructor and Description |
|---|
SpreadsheetExecutionFactory() |
addPushDownFunction, areLobsUsableAfterClose, closeConnection, createExecution, getCacheDirective, getCollationLocale, getConnection, getConnection, getDefaultNullOrder, getDirectQueryProcedureName, getExcludedCommonTableExpressionName, getInstance, getLanguageFactory, getMaxDependentInPredicates, getMaxFromGroups, getMaxInCriteriaSize, getMetadata, getNativeQueryProcedureName, getPushDownFunctions, getRequiredLikeEscape, getSupportedJoinCriteria, getTransactionSupport, getTypeFacility, initCapabilities, isCopyLobs, isForkable, isImmutable, isSourceRequired, isSourceRequiredForCapabilities, isSourceRequiredForMetadata, isThreadBound, requiresCriteria, returnsSingleUpdateCount, setCollationLocale, setCopyLobs, setDirectQueryProcedureName, setExcludedCommonTableExpressionName, setImmutable, setMaxDependentInPredicates, setMaxInCriteriaSize, setNativeQueryProcedureName, setRequiresCriteria, setSourceRequired, setSourceRequiredForMetadata, setSupportedJoinCriteria, setSupportsDirectQueryProcedure, setSupportsFullOuterJoins, setSupportsInnerJoins, setSupportsNativeQueries, setSupportsOrderBy, setSupportsOuterJoins, setSupportsSelectDistinct, setThreadBound, setTransactionSupport, supportsAdvancedOlapOperations, supportsAggregatesCountBig, supportsAggregatesCountStar, supportsAggregatesDistinct, supportsAggregatesEnhancedNumeric, supportsAliasedTable, supportsArrayAgg, supportsArrayType, supportsBatchedUpdates, supportsBulkUpdate, supportsCommonTableExpressions, supportsCompareCriteriaOrderedExclusive, supportsConvert, supportsCorrelatedSubqueries, supportsCorrelatedSubqueryLimit, supportsDependentJoins, supportsDirectQueryProcedure, supportsElementaryOlapOperations, supportsExcept, supportsExistsCriteria, supportsFormatLiteral, supportsFullDependentJoins, supportsFullOuterJoins, supportsFunctionsInGroupBy, supportsGeographyType, supportsGroupByMultipleDistinctAggregates, supportsGroupByRollup, supportsInCriteriaSubquery, supportsInlineViews, supportsInnerJoins, supportsInsertWithQueryExpression, supportsIntersect, supportsIsDistinctCriteria, supportsIsNullCriteria, supportsLateralJoin, supportsLateralJoinCondition, supportsLikeCriteriaEscapeCharacter, supportsLikeRegex, supportsListAgg, supportsMultipleOpenExecutions, supportsNativeQueries, supportsOnlyCorrelatedSubqueries, supportsOnlyFormatLiterals, supportsOnlyLateralJoinProcedure, supportsOnlyLiteralComparison, supportsOnlySingleTableGroupBy, supportsOnlyTimestampAddLiteral, supportsOrderByNullOrdering, supportsOrderByUnrelated, supportsOrderByWithExtendedGrouping, supportsOuterJoins, supportsPartialFiltering, supportsProcedureTable, supportsQuantifiedCompareCriteriaAll, supportsQuantifiedCompareCriteriaSome, supportsRecursiveCommonTableExpressions, supportsScalarSubqueries, supportsScalarSubqueryProjection, supportsSearchedCaseExpressions, supportsSelectDistinct, supportsSelectExpression, supportsSelectExpressionArrayType, supportsSelectWithoutFrom, supportsSelfJoins, supportsSetQueryLimitOffset, supportsSetQueryOrderBy, supportsSimilarTo, supportsStringAgg, supportsSubqueryCommonTableExpressions, supportsSubqueryInOn, supportsUnions, supportsUpsert, supportsWindowDistinctAggregates, supportsWindowFrameClause, supportsWindowFunctionCumeDist, supportsWindowFunctionNthValue, supportsWindowFunctionNtile, supportsWindowFunctionPercentRank, supportsWindowOrderByWithAggregates, useAnsiJoin, useBindingsForDependentJoinpublic static final BundleUtil UTIL
public void start()
throws TranslatorException
start in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>TranslatorExceptionpublic ResultSetExecution createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection) throws TranslatorException
createResultSetExecution in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>TranslatorExceptionpublic UpdateExecution createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection) throws TranslatorException
createUpdateExecution in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>TranslatorExceptionpublic ProcedureExecution createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection) throws TranslatorException
createDirectExecution in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>TranslatorExceptionpublic ProcedureExecution createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection) throws TranslatorException
createProcedureExecution in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>TranslatorExceptionpublic MetadataProcessor<GoogleSpreadsheetConnection> getMetadataProcessor()
getMetadataProcessor in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsCompareCriteriaEquals()
supportsCompareCriteriaEquals in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsInCriteria()
supportsInCriteria in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsLikeCriteria()
supportsLikeCriteria in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsOrCriteria()
supportsOrCriteria in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsNotCriteria()
supportsNotCriteria in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsAggregatesCount()
supportsAggregatesCount in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsAggregatesMax()
supportsAggregatesMax in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsAggregatesMin()
supportsAggregatesMin in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsAggregatesSum()
supportsAggregatesSum in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsAggregatesAvg()
supportsAggregatesAvg in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsGroupBy()
supportsGroupBy in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsOrderBy()
supportsOrderBy in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsHaving()
supportsHaving in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsCompareCriteriaOrdered()
supportsCompareCriteriaOrdered in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsRowLimit()
supportsRowLimit in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public boolean supportsRowOffset()
supportsRowOffset in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>public List<String> getSupportedFunctions()
getSupportedFunctions in class ExecutionFactory<javax.resource.cci.ConnectionFactory,GoogleSpreadsheetConnection>Copyright © 2018 JBoss by Red Hat. All rights reserved.