Package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
Interface Summary Interface Description Formatter Formatter contractClass Summary Class Description BasicFormatterImpl Performs formatting of basic SQL statements (DML + query).BinaryStreamImpl Implementation ofBinaryStreamCharacterStreamImpl Implementation ofCharacterStreamDDLFormatterImpl Performs formatting of DDL SQL statements.HighlightingFormatter Performs basic syntax highlighting for SQL using ANSI escape codes.JdbcCoordinatorImpl Standard implementation ofJdbcCoordinator.JdbcServicesImpl Standard implementation of theJdbcServicescontractJdbcServicesInitiator Standard initiator for the standardJdbcServicesservice TODO : should this maybe be a SessionFactory service?MutationStatementPreparerImpl ResultSetReturnImpl Standard implementation of the ResultSetReturn contractSqlStatementLoggerInitiator TheSqlStatementLoggeris accessible viaJdbcServices, but during service initialization, it might be needed before theJdbcServicesservice is initialized.Enum Summary Enum Description FormatStyle Represents the understood types or styles of formatting.