Package org.hibernate.engine.jdbc.internal
package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
-
ClassDescriptionImplementation of
BinaryStreambacked by abyte[]array.Performs formatting of basic SQL statements (DML + query).Implementation ofCharacterStreamPerforms formatting of DDL SQL statements.Represents the understood types or styles of formatting.Formatter contractPerforms basic syntax highlighting for SQL using ANSI escape codes.Standard implementation ofJdbcCoordinator.Standard implementation of theJdbcServicescontractStandard initiator for the standardJdbcServicesservice TODO : should this maybe be a SessionFactory service?Standard implementation of theResultSetReturncontractTheSqlStatementLoggeris accessible viaJdbcServices, but during service initialization, it might be needed before theJdbcServicesservice is initialized.Implementation ofBinaryStreambacked by anInputStream.