com.atlassian.crowd.migration.legacy.database.sql
Class SqlServerLegacyTableQueries

java.lang.Object
  extended by com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
      extended by com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
All Implemented Interfaces:
LegacyTableQueries

public class SqlServerLegacyTableQueries
extends GenericLegacyTableQueries

Extends GenericLegacyTableQueries and overrides where SQL Server requires different syntax.


Constructor Summary
SqlServerLegacyTableQueries()
           
 
Method Summary
 String getAllowedOperationsSQL()
           
 String getAssociatedGroupsSQL()
           
 String getDirectoryOperationsSQL()
           
 String getSALPropertiesSQL()
           
 String getUserCredentialsHistorySQL()
           
 
Methods inherited from class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
getAllUserAttributesSQL, getApplicationAttributesSQL, getApplicationPasswordCredentialsSQL, getApplicationsSQL, getDirectoriesSQL, getDirectoryAttributesSQL, getDirectoryMappingDataSQL, getGroupAttributesSQL, getGroupMembershipsSQL, getGroupsSQL, getInternalEntityTemplatesForUsersSQL, getPropertiesSQL, getRemoteAddressesSQL, getRoleAttributesSQL, getRoleMembershipsSQL, getRolesSQL, getUserCredentialsSQL, getVerifyGroupsSQL, getVerifyRolesSQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlServerLegacyTableQueries

public SqlServerLegacyTableQueries()
Method Detail

getDirectoryOperationsSQL

public String getDirectoryOperationsSQL()
Specified by:
getDirectoryOperationsSQL in interface LegacyTableQueries
Overrides:
getDirectoryOperationsSQL in class GenericLegacyTableQueries

getUserCredentialsHistorySQL

public String getUserCredentialsHistorySQL()
Specified by:
getUserCredentialsHistorySQL in interface LegacyTableQueries
Overrides:
getUserCredentialsHistorySQL in class GenericLegacyTableQueries

getAllowedOperationsSQL

public String getAllowedOperationsSQL()
Specified by:
getAllowedOperationsSQL in interface LegacyTableQueries
Overrides:
getAllowedOperationsSQL in class GenericLegacyTableQueries

getAssociatedGroupsSQL

public String getAssociatedGroupsSQL()
Specified by:
getAssociatedGroupsSQL in interface LegacyTableQueries
Overrides:
getAssociatedGroupsSQL in class GenericLegacyTableQueries

getSALPropertiesSQL

public String getSALPropertiesSQL()
Specified by:
getSALPropertiesSQL in interface LegacyTableQueries
Overrides:
getSALPropertiesSQL in class GenericLegacyTableQueries


Copyright © 2013 Atlassian. All Rights Reserved.