com.atlassian.crowd.migration.legacy.database.sql
Interface LegacyTableQueries

All Known Implementing Classes:
GenericLegacyTableQueries, HSQLLegacyTableQueries, MySQLLegacyTableQueries, PostgresLegacyTableQueries, SqlServerLegacyTableQueries

public interface LegacyTableQueries


Method Summary
 String getAllowedOperationsSQL()
           
 String getAllUserAttributesSQL()
           
 String getApplicationAttributesSQL()
           
 String getApplicationPasswordCredentialsSQL()
           
 String getApplicationsSQL()
           
 String getAssociatedGroupsSQL()
           
 String getDirectoriesSQL()
           
 String getDirectoryAttributesSQL()
           
 String getDirectoryMappingDataSQL()
           
 String getDirectoryOperationsSQL()
           
 String getGroupAttributesSQL()
           
 String getGroupMembershipsSQL()
           
 String getGroupsSQL()
           
 String getInternalEntityTemplatesForUsersSQL()
           
 String getPropertiesSQL()
           
 String getRemoteAddressesSQL()
           
 String getRoleAttributesSQL()
           
 String getRoleMembershipsSQL()
           
 String getRolesSQL()
           
 String getSALPropertiesSQL()
           
 String getUserCredentialsHistorySQL()
           
 String getUserCredentialsSQL()
           
 String getVerifyGroupsSQL()
           
 String getVerifyRolesSQL()
           
 

Method Detail

getVerifyGroupsSQL

String getVerifyGroupsSQL()

getVerifyRolesSQL

String getVerifyRolesSQL()

getDirectoriesSQL

String getDirectoriesSQL()

getDirectoryOperationsSQL

String getDirectoryOperationsSQL()

getDirectoryAttributesSQL

String getDirectoryAttributesSQL()

getInternalEntityTemplatesForUsersSQL

String getInternalEntityTemplatesForUsersSQL()

getUserCredentialsSQL

String getUserCredentialsSQL()

getAllUserAttributesSQL

String getAllUserAttributesSQL()

getUserCredentialsHistorySQL

String getUserCredentialsHistorySQL()

getGroupsSQL

String getGroupsSQL()

getGroupAttributesSQL

String getGroupAttributesSQL()

getGroupMembershipsSQL

String getGroupMembershipsSQL()

getRolesSQL

String getRolesSQL()

getRoleAttributesSQL

String getRoleAttributesSQL()

getRoleMembershipsSQL

String getRoleMembershipsSQL()

getApplicationsSQL

String getApplicationsSQL()

getDirectoryMappingDataSQL

String getDirectoryMappingDataSQL()

getRemoteAddressesSQL

String getRemoteAddressesSQL()

getApplicationPasswordCredentialsSQL

String getApplicationPasswordCredentialsSQL()

getApplicationAttributesSQL

String getApplicationAttributesSQL()

getAllowedOperationsSQL

String getAllowedOperationsSQL()

getAssociatedGroupsSQL

String getAssociatedGroupsSQL()

getPropertiesSQL

String getPropertiesSQL()

getSALPropertiesSQL

String getSALPropertiesSQL()


Copyright © 2013 Atlassian. All Rights Reserved.