Underlying
Value members
Inherited methods
ZIO Contexts do not managed DB connections so this is a no-op
ZIO Contexts do not managed DB connections so this is a no-op
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Inherited from
- EncodingDsl
- Inherited from
- EncodingDsl
Parses instances of java.sql.Types to string form so it can be used in creation of sql arrays. Some databases does not support each of generic types, hence it's welcome to override this method and provide alternatives to non-existent types.
Parses instances of java.sql.Types to string form so it can be used in creation of sql arrays. Some databases does not support each of generic types, hence it's welcome to override this method and provide alternatives to non-existent types.
- Value Params
- intType
one of java.sql.Types
- Returns
JDBC type in string form
- Inherited from
- JdbcComposition
- Inherited from
- PrepareContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- Inherited from
- ZioJdbcUnderlyingContext
Execute SQL on connection and return prepared statement. Closes the statement in a bracket.
Execute SQL on connection and return prepared statement. Closes the statement in a bracket.
- Inherited from
- ZioPrepareContext
Override to enable specific vendor options needed for streaming
Override to enable specific vendor options needed for streaming
- Inherited from
- ZioJdbcUnderlyingContext
- Inherited from
- JdbcRunContext
- Definition Classes
- ZioJdbcUnderlyingContext -> JdbcRunContext
- Inherited from
- ZioJdbcUnderlyingContext
- Inherited from
- Context
- Definition Classes
- ZioJdbcUnderlyingContext -> JdbcRunContext
- Inherited from
- ZioJdbcUnderlyingContext
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- ZioJdbcUnderlyingContext -> JdbcRunContext
- Inherited from
- ZioJdbcUnderlyingContext
- Definition Classes
- ZioJdbcUnderlyingContext -> JdbcRunContext
- Inherited from
- ZioJdbcUnderlyingContext
Concrete fields
Inherited fields
Extensions
Inherited extensions
When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.
When using this with FilterColumns make sure it comes FIRST. Otherwise the columns are you filtering may have been nullified in the SQL before the filteration has actually happened.
- Inherited from
- Context