|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcContext | |
|---|---|
| org.kuali.common.jdbc.model.context | |
| org.kuali.common.jdbc.model.event | |
| org.kuali.common.jdbc.service | |
| org.kuali.common.jdbc.sql.spring | |
| Uses of JdbcContext in org.kuali.common.jdbc.model.context |
|---|
| Methods in org.kuali.common.jdbc.model.context that return JdbcContext | |
|---|---|
JdbcContext |
JdbcContext.Builder.build()
|
JdbcContext |
SqlBucketContext.getContext()
|
| Constructors in org.kuali.common.jdbc.model.context with parameters of type JdbcContext | |
|---|---|
SqlBucketContext(SqlBucket bucket,
JdbcContext context,
JdbcService service)
|
|
| Uses of JdbcContext in org.kuali.common.jdbc.model.event |
|---|
| Methods in org.kuali.common.jdbc.model.event that return JdbcContext | |
|---|---|
JdbcContext |
SqlExecutionEvent.getContext()
|
JdbcContext |
BucketEvent.getContext()
|
JdbcContext |
SqlMetaDataEvent.getContext()
|
| Constructors in org.kuali.common.jdbc.model.event with parameters of type JdbcContext | |
|---|---|
BucketEvent(JdbcContext context,
List<SqlBucket> buckets)
|
|
SqlExecutionEvent(JdbcContext context,
long startTimeMillis,
long stopTimeMillis)
|
|
SqlMetaDataEvent(JdbcContext context,
long startTimeMillis,
long stopTimeMillis)
|
|
| Uses of JdbcContext in org.kuali.common.jdbc.service |
|---|
| Methods in org.kuali.common.jdbc.service that return JdbcContext | |
|---|---|
JdbcContext |
JdbcExecutable.getContext()
|
protected JdbcContext |
DefaultJdbcService.getJdbcContext(JdbcContext original,
SqlBucket bucket,
SqlListener listener)
|
| Methods in org.kuali.common.jdbc.service with parameters of type JdbcContext | |
|---|---|
protected ExecutionStats |
DefaultJdbcService.excecuteSupplier(Statement statement,
JdbcContext context,
SqlSupplier supplier)
|
protected ExecutionStats |
DefaultJdbcService.executeMultiThreaded(JdbcContext context)
|
protected ExecutionStats |
DefaultJdbcService.executeSequentially(JdbcContext context)
|
ExecutionResult |
DefaultJdbcService.executeSql(JdbcContext context)
|
ExecutionResult |
JdbcService.executeSql(JdbcContext context)
Execute SQL as dictated by the context |
protected int |
DefaultJdbcService.executeSql(Statement statement,
String sql,
JdbcContext context)
|
protected JdbcContext |
DefaultJdbcService.getJdbcContext(JdbcContext original,
SqlBucket bucket,
SqlListener listener)
|
protected List<SqlBucketContext> |
DefaultJdbcService.getSqlBucketContexts(List<SqlBucket> buckets,
JdbcContext context,
SqlListener listener)
|
protected List<SqlBucket> |
DefaultJdbcService.getSqlBuckets(JdbcContext context)
|
protected ThreadsContext |
DefaultJdbcService.getThreadsContext(JdbcContext context)
|
| Constructors in org.kuali.common.jdbc.service with parameters of type JdbcContext | |
|---|---|
JdbcExecutable(JdbcService service,
JdbcContext context)
|
|
JdbcExecutable(JdbcService service,
JdbcContext context,
boolean skip)
|
|
| Uses of JdbcContext in org.kuali.common.jdbc.sql.spring |
|---|
| Methods in org.kuali.common.jdbc.sql.spring that return JdbcContext | |
|---|---|
JdbcContext |
DbaContextConfig.dbaAfterContext()
|
JdbcContext |
DbaContextConfig.dbaBeforeContext()
|
protected JdbcContext |
DbaContextConfig.getContext(String message,
String sql)
|
| Methods in org.kuali.common.jdbc.sql.spring that return types with arguments of type JdbcContext | |
|---|---|
List<JdbcContext> |
JdbcContextsConfig.jdbcContexts()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||