The java.sql.ICFSecuritySchemaObj is an interface in Java that defines methods for managing the security schema objects in a database. This interface provides functionality to create, modify, and delete security schema objects such as users, groups, and roles. It also allows the retrieval of information about these objects, such as their names, permissions, and relationships. By implementing this interface, developers can interact with the security schema of a database and perform various security-related operations.
Java ICFSecuritySchemaObj - 30 examples found. These are the top rated real world Java examples of java.sql.ICFSecuritySchemaObj extracted from open source projects. You can rate examples to help us improve the quality of examples.