Java org.springframework.jdbc.datasource.init ScriptUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.datasource.init ScriptUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.datasource.init ScriptUtils.

The text is from its open source code.

Field

StringDEFAULT_COMMENT_PREFIX
Default prefix for single-line comments within SQL scripts: "--" .
StringDEFAULT_BLOCK_COMMENT_START_DELIMITER
Default start delimiter for block comments within SQL scripts: "/*" .
StringDEFAULT_BLOCK_COMMENT_END_DELIMITER
Default end delimiter for block comments within SQL scripts: "*/".

Method