You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package de.superx.access; |
|
|
|
import net.sf.jsqlparser.statement.select.Select; |
|
|
|
public interface SqlRestrictionProvider { |
|
|
|
public Select getRestriction(String username, String userrole, String schemaName, String tableName, int orgunitLid); |
|
}
|
|
|