Uses of Interface
org.jooq.Block
-
Packages that use Block Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of Block in org.jooq
Methods in org.jooq that return Block Modifier and Type Method Description BlockDSLContext. begin(java.util.Collection<? extends Statement> statements)Wrap a collection of statements in an anoymous procedural block.BlockDSLContext. begin(Statement... statements)Wrap a collection of statements in an anonymous procedural block.BlockQueries. block()The wrapped collection of queries as aBlock.BlockParser. parseStatements(java.lang.String sql)Parse a SQL string to a set of procedural statements.BlockParser. parseStatements(java.lang.String sql, java.lang.Object... bindings)Parse a SQL string with bind variables to a set of procedural statements.BlockDSLContext. statements(java.util.Collection<? extends Statement> statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN ..BlockDSLContext. statements(Statement... statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN .. -
Uses of Block in org.jooq.impl
Methods in org.jooq.impl that return Block Modifier and Type Method Description BlockDefaultDSLContext. begin(java.util.Collection<? extends Statement> statements)BlockDefaultDSLContext. begin(Statement... statements)static BlockDSL. begin(java.util.Collection<? extends Statement> statements)Wrap a collection of statements in an anonymous procedural block.static BlockDSL. begin(Statement... statements)Wrap a collection of statements in an anonymous procedural block.BlockDefaultDSLContext. statements(java.util.Collection<? extends Statement> statements)BlockDefaultDSLContext. statements(Statement... statements)static BlockDSL. statements(java.util.Collection<? extends Statement> statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN ..static BlockDSL. statements(Statement... statements)Wrap a collection of statements in an anonymous procedural block that does not wrap inBEGIN ..
-