ZioJdbcUnderlyingContext
Value members
Concrete 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
- Context -> Closeable -> AutoCloseable
- Definition Classes
- JdbcRunContext -> ProtoContext
- Definition Classes
- JdbcRunContext -> ProtoContext
- Definition Classes
- JdbcRunContext -> ZioContext -> ProtoContext
- Definition Classes
- JdbcRunContext -> ZioContext -> ProtoContext
- Definition Classes
- ZioPrepareContext -> PrepareContext
- Definition Classes
- ZioPrepareContext -> PrepareContext
- Definition Classes
- ZioPrepareContext -> PrepareContext
Override to enable specific vendor options needed for streaming
Override to enable specific vendor options needed for streaming
- Definition Classes
- JdbcRunContext
Inherited methods
- 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
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
- Inherited from
- JdbcRunContext
- Inherited from
- Context
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