C D G M N P U V

C

com.trendmicro.grid.acl.mssql - package com.trendmicro.grid.acl.mssql
Implements the MSSQL specific DB operations and bindings.
CONFIGURATION_USE_XA - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 
CONFIGURATION_VERSION - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 
CONFIGURATION_VERSION_VALUE - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 

D

detectIfApplicable(EntityManager, boolean) - Method in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
 

G

getMatchingFilesQuery(EntityManager, TagQueryExpression, DaysRange) - Method in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
 
getMatchingPackageNamesQuery(EntityManager, TagQueryExpression, DaysRange) - Method in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
 

M

MSSQL2008Dialect - Class in com.trendmicro.grid.acl.mssql
Dialect for MSSQL-2008 with support for Unicode field types.
MSSQL2008Dialect() - Constructor for class com.trendmicro.grid.acl.mssql.MSSQL2008Dialect
 
MSSQL_NO_XA - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
Indicates whether the MSSQL driver is used with emulated instead of full XA support.
MSSQL_USE_AO - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 
MSSQLConfigurator - Class in com.trendmicro.grid.acl.mssql
Configures the MSSQL Datasource inside the main configuration file.
MSSQLConfigurator() - Constructor for class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 
MSSQLSystemProperties - Interface in com.trendmicro.grid.acl.mssql
Defines all system properties that are used by the MSSQL binding.
MSSQLTagQueryProvider - Class in com.trendmicro.grid.acl.mssql
Defines the MSSQL specific queries to use for issuing fulltext tag queries.
MSSQLTagQueryProvider() - Constructor for class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
 

N

NAME_CONNECTION - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 

P

PROPERTY_AO_READONLY - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Is a boolean property that toggles whether the SQLServer driver is used with readonly Always On feature
PROPERTY_FAILOVER_HOST - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Is a property defining the hostname or IP-address of the MSSQL server that hosts a hot standby mirror of the GRID CoreDB.
PROPERTY_HOST - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Is a property defining the hostname or IP-address of the MSSQL server that hosts the GRID CoreDB.
PROPERTY_MOSUL_USE_PARAMETRIZED_TAG_QUERIES - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
When set to true, uses prepared parametrized queries with FT searches instead of building adhoc search queries with values being included as text.
PROPERTY_MSSQL_USE_FTSEARCH_TAG_QUERIES - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Tuning property to enable fulltext search in MSSQL instead of using full table scan for tag queries.
PROPERTY_MSSQL_USE_TAG_QUERY_PROVIDER_ALWAYS - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Tuning property to force enabling this tag query provider even when fulltext search is not enabled.
PROPERTY_NO_XA - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Is a boolean property that toggles whether the SQLServer driver is used with the classic Driver interface wrapped in an XA.emulating datasource instead of using the driver's real XA interface which provides true distributed transactions at the cost of additional database configuration inside the SQLServer.
PROPERTY_USE_AO - Static variable in interface com.trendmicro.grid.acl.mssql.MSSQLSystemProperties
Is a boolean property that toggles whether the SQLServer driver is used with Always On feature

U

useFTSearchQueries - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
Check #PROPERTY_MSSQL_USE_FTSEARCH_TAG_QUERIES for details.
useParameterizedQueries - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
Check #PROPERTY_MSSQL_USE_PARAMETERIZED_TAG_QUERIES for details.
useProviderAlways - Static variable in class com.trendmicro.grid.acl.mssql.MSSQLTagQueryProvider
Check #PROPERTY_MSSQL_USE_TAG_QUERY_PROVIDER_ALWAYS for details.

V

visitConfiguration(Configuration) - Method in class com.trendmicro.grid.acl.mssql.MSSQLConfigurator
 

C D G M N P U V