Uses of Interface
technology.openpool.ldap.adapter.api.database.result.Result
-
Packages that use Result Package Description technology.openpool.ldap.adapter.api.database technology.openpool.ldap.adapter.api.database.result technology.openpool.ldap.adapter.sql.impl -
-
Uses of Result in technology.openpool.ldap.adapter.api.database
Methods in technology.openpool.ldap.adapter.api.database with type parameters of type Result Modifier and Type Method Description <T extends Result>
TQueryDef. execute(Class<T> clazz)Executes a query.<T extends Result>
TQueryDef. executeWithAutoCommit(Class<T> clazz)Executes a query with autocommit on. -
Uses of Result in technology.openpool.ldap.adapter.api.database.result
Subinterfaces of Result in technology.openpool.ldap.adapter.api.database.result Modifier and Type Interface Description interfaceCursorResultResult for a list of values.interfaceEnrichedResultResult with processable values.interfaceIgnoredResultResult for non expected or ignored data.interfaceIndexedNonEmptySeqResultResult for a non empty list of values.interfaceIndexedSeqResultResult for a list of values.interfaceSingleOptResultResult for an optional single value.interfaceSingleResultResult for a single value. -
Uses of Result in technology.openpool.ldap.adapter.sql.impl
Methods in technology.openpool.ldap.adapter.sql.impl with type parameters of type Result Modifier and Type Method Description <T extends Result>
TExecutor. execute(String clause, Map<String,Object> parameters, Class<T> clazz)<T extends Result>
TExecutor. executeById(String clauseId, Map<String,Object> parameters, Class<T> clazz)
-