Class DialectSQLServer
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect
-
- org.nuxeo.ecm.core.storage.sql.jdbc.dialect.DialectSQLServer
-
public class DialectSQLServer extends Dialect
Microsoft SQL Server-specific dialect.- Author:
- Florent Guillaume
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect
Dialect.ArraySubQuery, Dialect.DialectIdType, Dialect.FulltextMatchInfo, Dialect.JDBCInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
azure
static String
CLUSTER_INDEX_COL
Column containing an IDENTITY used to create a clustered index.protected boolean
disableReadVersionPermission
protected boolean
disableVersionACL
protected int
engineEdition
5 = Azureprotected String
fulltextAnalyzer
protected String
fulltextCatalog
protected String
idSequenceName
protected Dialect.DialectIdType
idType
protected int
majorVersion
9 = SQL Server 2005, 10 = SQL Server 2008, 11 = SQL Server 2012 / Azureprotected boolean
noRepositoryDescriptor
protected boolean
pathOptimizationsEnabled
protected String
usersSeparator
-
Fields inherited from class org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect
aclOptimizationsEnabled, ARRAY_SEP, clusteringEnabled, DEBUG_REAL_UUIDS, DEBUG_UUIDS, descending, DIALECT_CLASS, DIALECTS, fulltextDisabled, fulltextSearchDisabled, HEX_DIGITS, NULLS_LAST_ON_DESC_PROP, proxiesEnabled, readAclMaxSize, softDeleteEnabled, storesUpperCaseIdentifiers
-
-
Constructor Summary
Constructors Constructor Description DialectSQLServer(DatabaseMetaData metadata, RepositoryDescriptor repositoryDescriptor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
addPagingClause(String sql, long limit, long offset)
Returns the SQL query with a paging clauseString
castIdToVarchar(String expr)
Casts an id column to a VARCHAR type.protected void
checkDatabaseConfiguration(Connection connection)
List<String>
checkStoredProcedure(String procName, String procCreate, String ddlMode, Connection connection, JDBCLogger logger, Map<String,Serializable> properties)
Checks if a given stored procedure exists and is identical to the passed creation SQL.char
closeQuote()
boolean
doesUpdateFromRepeatSelf()
When doing an UPDATE t SET ...String
getAddColumnString()
String
getAncestorsIdsSql()
Gets the SQL query to get the ancestors of a set of ids.String
getBlobLengthFunction()
Gets the SQL function that returns the length of a blob, in bytes.String
getClusterGetInvalidations()
Gets the SQL to query invalidations for this cluster node.String
getClusterInsertInvalidations()
Gets the SQL to send an invalidation to the cluster.String
getCreateFulltextIndexSql(String indexName, String quotedIndexName, Table table, List<Column> columns, Model model)
Gets a CREATE INDEX statement for a fulltext index.String
getCustomColumnDefinition(Table table)
Additional column definitions for CREATE TABLE.List<String>
getCustomPostCreateSqls(Table table, Model model)
Additional things to execute after CREATE TABLE.String
getDateCast()
Get the expression to use to cast a column to a DATE type.String
getDialectFulltextQuery(String query)
Get the dialect-specific version of a fulltext query.protected int
getEngineEdition(Connection connection)
Serializable
getFromResultSet(ResultSet rs, int index, Column column)
int
getFulltextIndexedColumns()
Specifies what columns of the fulltext table have to be indexed.Dialect.FulltextMatchInfo
getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
Gets the SQL information needed to do a a fulltext match, either with a direct expression in the WHERE clause, or using a join with an additional table.Serializable
getGeneratedId(Connection connection)
Gets a generated id if so configured, otherwise returns null.Dialect.DialectIdType
getIdType()
Gets the type of id when stored in the database.List<String>
getIgnoredColumns(Table table)
Columns ignored if we see them in existing tables.String
getInsertOnConflictDoNothingSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues)
Gets the SQL string for an INSERT ...String
getInTreeSql(String idColumnName, String id)
Gets the expression to use to check tree membership.Dialect.JDBCInfo
getJDBCTypeAndString(ColumnType type)
Gets the JDBC type and string from Nuxeo's type abstraction.String
getLikeEscaping()
Gets the SQL fragment to add after a LIKE match to specify the escaping character.boolean
getMaterializeFulltextSyntheticColumn()
Does the fulltext synthetic column have to be materialized.protected int
getMaxNameSize()
protected String
getMd5HashString()
protected String
getMergeSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues, boolean updateWhenMatched)
String
getNoColumnsInsertString(Column idColumn)
String
getNullColumnString()
String
getPrepareUserReadAclsSql()
Gets the SQL expression to prepare the user read acls cache.protected String
getQuotedFulltextAnalyzer()
String
getReadAclsCheckSql(String userIdCol)
Gets the expression to check if access is allowed using read acls.String
getRebuildReadAclsSql()
Gets the statement to rebuild the wall read aclsString
getSecurityCheckSql(String idColumnName)
Gets the expression to use to check security.String
getSoftDeleteCleanupSql()
SQL to clean soft-delete documents.String
getSoftDeleteSql()
SQL to soft delete documents.String
getSQLForDump(String sql)
Returns the SQL statement with proper terminator to use in a dump.String
getSQLStatementsFilename()
Gets the name of the file containing the SQL statements.Map<String,Serializable>
getSQLStatementsProperties(Model model, Database database)
Gets the properties to use with the SQL statements.List<String>
getStartupSqls(Model model, Database database)
Gets the sql statements to execute after the repository init (at startup).String
getTestSQLStatementsFilename()
String
getUpdateReadAclsSql()
Gets the statement to update the read aclsString
getUpsertSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues)
Gets the SQL string for an UPSERT expression.String
getUsersSeparator()
boolean
isAllowedConversion(int expected, int actual, String actualName, int actualSize)
Check mismatches between expected and actual JDBC types read from database introspection.boolean
isClusteringSupported()
Checks that clustering is supported.boolean
isConcurrentUpdateException(Throwable t)
Checks if an exception received means that a concurrent update was detected.boolean
needsAliasForDerivedTable()
Whether a derived table (subselect in a FROM statement) needs an alias.protected boolean
needsClusteredColumn(Table table)
Tables created for directories don't need a clustered column automatically defined.boolean
needsOriginalColumnInGroupBy()
Whether a GROUP BY can only be used with the original column name and not an alias.protected static String
normalizeString(String string)
char
openQuote()
void
performPostOpenStatements(Connection connection)
Set transaction isolation level to snapshotboolean
qualifyIndexName()
void
setId(PreparedStatement ps, int index, Serializable value)
Sets a prepared statement value that is a Nuxeo main id (usually UUID).void
setToPreparedStatement(PreparedStatement ps, int index, Serializable value, Column column)
boolean
supportsCircularCascadeDeleteConstraints()
boolean
supportsFastDescendants()
Checks whetherDialect.getInTreeSql(String, String)
is optimized for fast results (using an ancestors or descendants table).protected boolean
supportsLockEscalationDisable()
boolean
supportsMultipleFulltextIndexes()
SQL Server supports only one fulltext index.boolean
supportsPaging()
Indicates if dialect supports pagingboolean
supportsReadAcl()
Does the dialect support an optimized read security checksboolean
supportsUpdateFrom()
Does the dialect support UPDATE t SET ...-
Methods inherited from class org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect
createArrayOf, createDialect, getAddForeignKeyConstraintString, getAddPrimaryKeyConstraintString, getArrayElementString, getArrayIlikeSql, getArrayInSql, getArrayLikeSql, getArrayResult, getArraySubQuery, getBinaryFulltextSql, getCalendarFromTimestamp, getCalendarFromTimestamp, getCascadeDropConstraintsString, getClobCast, getColumnName, getConnectionSchema, getCreateIndexSql, getDescending, getDumpStart, getDumpStop, getForeignKeyConstraintName, getFreeVariableSetterForType, getFromResultSetString, getFromResultSetTimestamp, getFulltextType, getIdentityGeneratedKeySql, getIndexName, getMatchMixinType, getMaximumArgsForIn, getMaxIndexNameSize, getPostCreateIdentityColumnSql, getPrimaryKeyConstraintName, getQuotedNameForExpression, getReturnResultSet, getTableName, getTableTypeString, getTimestampFromCalendar, getTimestampFromCalendar, getValidationQuery, hasIdentityGeneratedKey, hasNullEmptyString, isClusteringDeleteNeeded, isIdentityAlreadyPrimary, jdbcInfo, jdbcInfo, jdbcInfo, jdbcInfo, makeName, makeName, needsNullsLastOnDescSort, needsOracleJoins, needsOrderByKeysAfterDistinct, needsPrepareUserReadAcls, performAdditionalStatements, registerReturnParameter, setIdLong, setToPreparedStatementString, setToPreparedStatementTimestamp, storesUpperCaseIdentifiers, supportsAncestorsTable, supportsArrayColumns, supportsArrays, supportsArraysReturnInsteadOfRows, supportsBatchUpdateCount, supportsIfExistsAfterTableName, supportsIfExistsBeforeTableName, supportsIlike, supportsScroll, supportsSysNameArray, supportsWith, toBooleanValueString, toHexString
-
-
-
-
Field Detail
-
CLUSTER_INDEX_COL
public static final String CLUSTER_INDEX_COL
Column containing an IDENTITY used to create a clustered index.- See Also:
- Constant Field Values
-
noRepositoryDescriptor
protected final boolean noRepositoryDescriptor
-
fulltextAnalyzer
protected final String fulltextAnalyzer
-
fulltextCatalog
protected final String fulltextCatalog
-
usersSeparator
protected final String usersSeparator
-
idType
protected final Dialect.DialectIdType idType
-
idSequenceName
protected String idSequenceName
-
pathOptimizationsEnabled
protected boolean pathOptimizationsEnabled
-
disableVersionACL
protected final boolean disableVersionACL
-
disableReadVersionPermission
protected final boolean disableReadVersionPermission
-
majorVersion
protected int majorVersion
9 = SQL Server 2005, 10 = SQL Server 2008, 11 = SQL Server 2012 / Azure
-
engineEdition
protected int engineEdition
5 = Azure
-
azure
protected boolean azure
-
-
Constructor Detail
-
DialectSQLServer
public DialectSQLServer(DatabaseMetaData metadata, RepositoryDescriptor repositoryDescriptor)
-
-
Method Detail
-
supportsPaging
public boolean supportsPaging()
Description copied from class:Dialect
Indicates if dialect supports paging- Overrides:
supportsPaging
in classDialect
- Returns:
- true if the dialect supports paging
-
addPagingClause
public String addPagingClause(String sql, long limit, long offset)
Description copied from class:Dialect
Returns the SQL query with a paging clause- Overrides:
addPagingClause
in classDialect
-
getEngineEdition
protected int getEngineEdition(Connection connection) throws SQLException
- Throws:
SQLException
-
checkDatabaseConfiguration
protected void checkDatabaseConfiguration(Connection connection) throws SQLException
- Throws:
SQLException
-
closeQuote
public char closeQuote()
- Overrides:
closeQuote
in classDialect
-
getNoColumnsInsertString
public String getNoColumnsInsertString(Column idColumn)
- Overrides:
getNoColumnsInsertString
in classDialect
-
getNullColumnString
public String getNullColumnString()
- Overrides:
getNullColumnString
in classDialect
-
qualifyIndexName
public boolean qualifyIndexName()
- Overrides:
qualifyIndexName
in classDialect
-
getAddColumnString
public String getAddColumnString()
- Overrides:
getAddColumnString
in classDialect
-
getJDBCTypeAndString
public Dialect.JDBCInfo getJDBCTypeAndString(ColumnType type)
Description copied from class:Dialect
Gets the JDBC type and string from Nuxeo's type abstraction.- Specified by:
getJDBCTypeAndString
in classDialect
-
isAllowedConversion
public boolean isAllowedConversion(int expected, int actual, String actualName, int actualSize)
Description copied from class:Dialect
Check mismatches between expected and actual JDBC types read from database introspection.- Overrides:
isAllowedConversion
in classDialect
-
setId
public void setId(PreparedStatement ps, int index, Serializable value) throws SQLException
Description copied from class:Dialect
Sets a prepared statement value that is a Nuxeo main id (usually UUID).- Overrides:
setId
in classDialect
- Parameters:
ps
- the prepared statementindex
- the parameter index in the prepared statementvalue
- the value to set- Throws:
SQLException
-
setToPreparedStatement
public void setToPreparedStatement(PreparedStatement ps, int index, Serializable value, Column column) throws SQLException
- Specified by:
setToPreparedStatement
in classDialect
- Throws:
SQLException
-
getFromResultSet
public Serializable getFromResultSet(ResultSet rs, int index, Column column) throws SQLException
- Specified by:
getFromResultSet
in classDialect
- Throws:
SQLException
-
getMaxNameSize
protected int getMaxNameSize()
- Overrides:
getMaxNameSize
in classDialect
-
getMaterializeFulltextSyntheticColumn
public boolean getMaterializeFulltextSyntheticColumn()
Description copied from class:Dialect
Does the fulltext synthetic column have to be materialized.- Specified by:
getMaterializeFulltextSyntheticColumn
in classDialect
-
getFulltextIndexedColumns
public int getFulltextIndexedColumns()
Description copied from class:Dialect
Specifies what columns of the fulltext table have to be indexed.- Specified by:
getFulltextIndexedColumns
in classDialect
- Returns:
- 0 for none, 1 for the synthetic one, 2 for the individual ones
-
supportsMultipleFulltextIndexes
public boolean supportsMultipleFulltextIndexes()
Description copied from class:Dialect
SQL Server supports only one fulltext index.- Overrides:
supportsMultipleFulltextIndexes
in classDialect
-
getCreateFulltextIndexSql
public String getCreateFulltextIndexSql(String indexName, String quotedIndexName, Table table, List<Column> columns, Model model)
Description copied from class:Dialect
Gets a CREATE INDEX statement for a fulltext index.- Specified by:
getCreateFulltextIndexSql
in classDialect
-
getDialectFulltextQuery
public String getDialectFulltextQuery(String query)
Description copied from class:Dialect
Get the dialect-specific version of a fulltext query.- Specified by:
getDialectFulltextQuery
in classDialect
- Parameters:
query
- the CMIS-syntax-based fulltext query string- Returns:
- the dialect native fulltext query string
-
getFulltextScoredMatchInfo
public Dialect.FulltextMatchInfo getFulltextScoredMatchInfo(String fulltextQuery, String indexName, int nthMatch, Column mainColumn, Model model, Database database)
Description copied from class:Dialect
Gets the SQL information needed to do a a fulltext match, either with a direct expression in the WHERE clause, or using a join with an additional table.- Specified by:
getFulltextScoredMatchInfo
in classDialect
-
getQuotedFulltextAnalyzer
protected String getQuotedFulltextAnalyzer()
-
getLikeEscaping
public String getLikeEscaping()
Description copied from class:Dialect
Gets the SQL fragment to add after a LIKE match to specify the escaping character.- Overrides:
getLikeEscaping
in classDialect
-
supportsCircularCascadeDeleteConstraints
public boolean supportsCircularCascadeDeleteConstraints()
- Overrides:
supportsCircularCascadeDeleteConstraints
in classDialect
-
supportsUpdateFrom
public boolean supportsUpdateFrom()
Description copied from class:Dialect
Does the dialect support UPDATE t SET ... FROM t, u WHERE ... ?- Specified by:
supportsUpdateFrom
in classDialect
-
doesUpdateFromRepeatSelf
public boolean doesUpdateFromRepeatSelf()
Description copied from class:Dialect
When doing an UPDATE t SET ... FROM t, u WHERE ..., does the FROM clause need to repeate the updated table (t).- Specified by:
doesUpdateFromRepeatSelf
in classDialect
-
needsAliasForDerivedTable
public boolean needsAliasForDerivedTable()
Description copied from class:Dialect
Whether a derived table (subselect in a FROM statement) needs an alias.- Overrides:
needsAliasForDerivedTable
in classDialect
-
needsOriginalColumnInGroupBy
public boolean needsOriginalColumnInGroupBy()
Description copied from class:Dialect
Whether a GROUP BY can only be used with the original column name and not an alias.- Overrides:
needsOriginalColumnInGroupBy
in classDialect
-
getSecurityCheckSql
public String getSecurityCheckSql(String idColumnName)
Description copied from class:Dialect
Gets the expression to use to check security.- Specified by:
getSecurityCheckSql
in classDialect
- Parameters:
idColumnName
- the quoted name of the id column to use- Returns:
- an SQL expression with two parameters (principals and permissions) that is true if access is allowed
-
supportsFastDescendants
public boolean supportsFastDescendants()
Description copied from class:Dialect
Checks whetherDialect.getInTreeSql(String, String)
is optimized for fast results (using an ancestors or descendants table).- Overrides:
supportsFastDescendants
in classDialect
-
getInTreeSql
public String getInTreeSql(String idColumnName, String id)
Description copied from class:Dialect
Gets the expression to use to check tree membership.- Specified by:
getInTreeSql
in classDialect
- Parameters:
idColumnName
- the quoted name of the id column to useid
- the id, to check syntax with respect to specialized id column types- Returns:
- an SQL expression with one parameters for the based id that is true if the document is under base id, or
null
if the query cannot match
-
getUpsertSql
public String getUpsertSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues)
Description copied from class:Dialect
Gets the SQL string for an UPSERT expression.- Specified by:
getUpsertSql
in classDialect
- Parameters:
columns
- the columns to upsert (first one being the key column)values
- the values to upsert (first one being the key value)outColumns
- the columns to use in the prepared statementoutValues
- the values to use in the prepared statement
-
getInsertOnConflictDoNothingSql
public String getInsertOnConflictDoNothingSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues)
Description copied from class:Dialect
Gets the SQL string for an INSERT ... ON CONFLICT DO NOTHING expression.- Overrides:
getInsertOnConflictDoNothingSql
in classDialect
- Parameters:
columns
- the columns to insert (first one being the key column)values
- the values to insert (first one being the key value)outColumns
- the columns to use in the prepared statementoutValues
- the values to use in the prepared statement
-
getMergeSql
protected String getMergeSql(List<Column> columns, List<Serializable> values, List<Column> outColumns, List<Serializable> outValues, boolean updateWhenMatched)
-
getSQLStatementsFilename
public String getSQLStatementsFilename()
Description copied from class:Dialect
Gets the name of the file containing the SQL statements.- Specified by:
getSQLStatementsFilename
in classDialect
-
getTestSQLStatementsFilename
public String getTestSQLStatementsFilename()
- Specified by:
getTestSQLStatementsFilename
in classDialect
-
getSQLStatementsProperties
public Map<String,Serializable> getSQLStatementsProperties(Model model, Database database)
Description copied from class:Dialect
Gets the properties to use with the SQL statements.- Specified by:
getSQLStatementsProperties
in classDialect
-
getMd5HashString
protected String getMd5HashString()
-
supportsLockEscalationDisable
protected boolean supportsLockEscalationDisable()
-
supportsReadAcl
public boolean supportsReadAcl()
Description copied from class:Dialect
Does the dialect support an optimized read security checks- Overrides:
supportsReadAcl
in classDialect
-
getPrepareUserReadAclsSql
public String getPrepareUserReadAclsSql()
Description copied from class:Dialect
Gets the SQL expression to prepare the user read acls cache. This can be used to populate a table cache.- Overrides:
getPrepareUserReadAclsSql
in classDialect
- Returns:
- and SQL expression with one parameter (principals)
-
getReadAclsCheckSql
public String getReadAclsCheckSql(String userIdCol)
Description copied from class:Dialect
Gets the expression to check if access is allowed using read acls. The dialect must suppportsReadAcl.- Overrides:
getReadAclsCheckSql
in classDialect
- Parameters:
userIdCol
- the quoted name of the aclr_user_map user_id column to use- Returns:
- an SQL expression with one parameter (principals) that is true if access is allowed
-
getUpdateReadAclsSql
public String getUpdateReadAclsSql()
Description copied from class:Dialect
Gets the statement to update the read acls- Overrides:
getUpdateReadAclsSql
in classDialect
-
getRebuildReadAclsSql
public String getRebuildReadAclsSql()
Description copied from class:Dialect
Gets the statement to rebuild the wall read acls- Overrides:
getRebuildReadAclsSql
in classDialect
-
getStartupSqls
public List<String> getStartupSqls(Model model, Database database)
Description copied from class:Dialect
Gets the sql statements to execute after the repository init (at startup).Used for vacuum-like operations.
- Overrides:
getStartupSqls
in classDialect
-
isClusteringSupported
public boolean isClusteringSupported()
Description copied from class:Dialect
Checks that clustering is supported.- Overrides:
isClusteringSupported
in classDialect
-
getClusterInsertInvalidations
public String getClusterInsertInvalidations()
Description copied from class:Dialect
Gets the SQL to send an invalidation to the cluster.- Overrides:
getClusterInsertInvalidations
in classDialect
- Returns:
- an SQL statement with parameters for: nodeId, id, fragments, kind
-
getClusterGetInvalidations
public String getClusterGetInvalidations()
Description copied from class:Dialect
Gets the SQL to query invalidations for this cluster node.- Overrides:
getClusterGetInvalidations
in classDialect
- Returns:
- an SQL statement returning a result set
-
isConcurrentUpdateException
public boolean isConcurrentUpdateException(Throwable t)
Description copied from class:Dialect
Checks if an exception received means that a concurrent update was detected.- Overrides:
isConcurrentUpdateException
in classDialect
-
getBlobLengthFunction
public String getBlobLengthFunction()
Description copied from class:Dialect
Gets the SQL function that returns the length of a blob, in bytes.- Overrides:
getBlobLengthFunction
in classDialect
-
getUsersSeparator
public String getUsersSeparator()
-
getGeneratedId
public Serializable getGeneratedId(Connection connection) throws SQLException
Description copied from class:Dialect
Gets a generated id if so configured, otherwise returns null.- Overrides:
getGeneratedId
in classDialect
- Throws:
SQLException
-
performPostOpenStatements
public void performPostOpenStatements(Connection connection) throws SQLException
Set transaction isolation level to snapshot- Overrides:
performPostOpenStatements
in classDialect
- Throws:
SQLException
-
getAncestorsIdsSql
public String getAncestorsIdsSql()
Description copied from class:Dialect
Gets the SQL query to get the ancestors of a set of ids.- Overrides:
getAncestorsIdsSql
in classDialect
- Returns:
- null if not available
-
getDateCast
public String getDateCast()
Description copied from class:Dialect
Get the expression to use to cast a column to a DATE type.- Overrides:
getDateCast
in classDialect
- Returns:
- a pattern for String.format with one parameter for the column name
-
castIdToVarchar
public String castIdToVarchar(String expr)
Description copied from class:Dialect
Casts an id column to a VARCHAR type.Used for uuid/varchar joins.
- Overrides:
castIdToVarchar
in classDialect
- Returns:
- the casted expression
-
getIdType
public Dialect.DialectIdType getIdType()
Description copied from class:Dialect
Gets the type of id when stored in the database.
-
getIgnoredColumns
public List<String> getIgnoredColumns(Table table)
Description copied from class:Dialect
Columns ignored if we see them in existing tables.- Overrides:
getIgnoredColumns
in classDialect
-
needsClusteredColumn
protected boolean needsClusteredColumn(Table table)
Tables created for directories don't need a clustered column automatically defined.
-
getCustomColumnDefinition
public String getCustomColumnDefinition(Table table)
Description copied from class:Dialect
Additional column definitions for CREATE TABLE.- Overrides:
getCustomColumnDefinition
in classDialect
-
getCustomPostCreateSqls
public List<String> getCustomPostCreateSqls(Table table, Model model)
Description copied from class:Dialect
Additional things to execute after CREATE TABLE.- Overrides:
getCustomPostCreateSqls
in classDialect
-
getSoftDeleteSql
public String getSoftDeleteSql()
Description copied from class:Dialect
SQL to soft delete documents. SQL returned has free parameters for the array of ids and time.- Overrides:
getSoftDeleteSql
in classDialect
-
getSoftDeleteCleanupSql
public String getSoftDeleteCleanupSql()
Description copied from class:Dialect
SQL to clean soft-delete documents. SQL returned has free parameters max and beforeTime.- Overrides:
getSoftDeleteCleanupSql
in classDialect
-
checkStoredProcedure
public List<String> checkStoredProcedure(String procName, String procCreate, String ddlMode, Connection connection, JDBCLogger logger, Map<String,Serializable> properties) throws SQLException
Description copied from class:Dialect
Checks if a given stored procedure exists and is identical to the passed creation SQL.There are 3 cases to deal with, and actions to perform:
- the stored procedure doesn't exist, and must be created (create the stored procedure);
- the stored procedure exists but is not up to date (drop the old stored procedure and re-create it);
- the stored procedure exists and is up to date (nothing to do).
When there is nothing to do,
null
is returned. Otherwise the returned value is a list of SQL statements to execute. Note that the SQL statements will include also INSERT statements to be executed to remember the creation SQL itself.- Specified by:
checkStoredProcedure
in classDialect
- Parameters:
procName
- the stored procedure nameprocCreate
- the creation SQL for the stored procedureddlMode
- the DDL modeconnection
- the connectionlogger
- the loggerproperties
- the statement execution properties- Returns:
- a list of SQL statements
- Throws:
SQLException
-
getSQLForDump
public String getSQLForDump(String sql)
Description copied from class:Dialect
Returns the SQL statement with proper terminator to use in a dump.- Overrides:
getSQLForDump
in classDialect
- Returns:
- the SQL statement
-
-