@@ -8,42 +8,44 @@ Lightweight library to help simplify JDBC database access. Main features:
8
8
handling, updates, and batch statements
9
9
10
10
<!-- TOC -->
11
-
12
11
* [ lite-for-jdbc] ( #lite-for-jdbc )
13
12
* [ Gradle Setup] ( #gradle-setup )
14
13
* [ Db Setup] ( #db-setup )
14
+ * [ Custom Database Types] ( #custom-database-types )
15
15
* [ Methods] ( #methods )
16
- * [ executeQuery] ( #executequery )
17
- * [ findAll] ( #findall )
18
- * [ executeUpdate] ( #executeupdate )
19
- * [ executeWithGeneratedKeys] ( #executewithgeneratedkeys )
20
- * [ executeBatch] ( #executebatch )
21
- * [ useNamedParamPreparedStatement] ( #usenamedparampreparedstatement )
22
- * [ useNamedParamPreparedStatementWithAutoGenKeys] ( #usenamedparampreparedstatementwithautogenkeys )
23
- * [ useConnection] ( #useconnection )
16
+ * [ executeQuery] ( #executequery )
17
+ * [ findAll] ( #findall )
18
+ * [ executeUpdate] ( #executeupdate )
19
+ * [ executeWithGeneratedKeys] ( #executewithgeneratedkeys )
20
+ * [ executeBatch] ( #executebatch )
21
+ * [ executeBatch Counts only] ( #executebatch-counts-only )
22
+ * [ useNamedParamPreparedStatement] ( #usenamedparampreparedstatement )
23
+ * [ useNamedParamPreparedStatementWithAutoGenKeys] ( #usenamedparampreparedstatementwithautogenkeys )
24
+ * [ useConnection] ( #useconnection )
24
25
* [ Query Parameters] ( #query-parameters )
25
- * [ Named Parameters] ( #named-parameters )
26
- * [ Positional Params] ( #positional-params )
26
+ * [ Named Parameters] ( #named-parameters )
27
+ * [ Positional Params] ( #positional-params )
27
28
* [ Row Mapping] ( #row-mapping )
28
- * [ rowMapper] ( #rowmapper )
29
- * [ ResultSet/PreparedStatement extensions] ( #resultsetpreparedstatement-extensions )
30
- * [ Date Time in Postgresql] ( #date-time-in -postgresql )
31
- * [ Storing timestamps with timezone] ( #storing-timestamps-with-timezone )
32
- * [ propertiesToMap] ( #propertiestomap )
29
+ * [ rowMapper] ( #rowmapper )
30
+ * [ ResultSet/PreparedStatement extensions] ( #resultsetpreparedstatement-extensions )
31
+ * [ Java type to Postgresql column type mapping requirements ] ( #java-type-to -postgresql-column-type-mapping-requirements )
32
+ * [ Storing timestamps with timezone] ( #storing-timestamps-with-timezone )
33
+ * [ propertiesToMap] ( #propertiestomap )
33
34
* [ Transactions & Autocommit] ( #transactions--autocommit )
34
- * [ withAutoCommit] ( #withautocommit )
35
- * [ withTransaction] ( #withtransaction )
36
- * [ DataSource configuration & AutoCommit] ( #datasource-configuration--autocommit )
37
- * [ DataSource settings] ( #datasource-settings )
38
- * [ Testing with mockkTransaction] ( #testing-with-mockktransaction )
35
+ * [ withAutoCommit] ( #withautocommit )
36
+ * [ withTransaction] ( #withtransaction )
37
+ * [ DataSource configuration & AutoCommit] ( #datasource-configuration--autocommit )
38
+ * [ DataSource settings] ( #datasource-settings )
39
+ * [ Testing with mockkTransaction] ( #testing-with-mockktransaction )
39
40
* [ IntelliJ SQL language integration] ( #intellij-sql-language-integration )
40
41
* [ Development] ( #development )
41
- * [ Building] ( #building )
42
- * [ Issues] ( #issues )
43
- * [ Contributing] ( #contributing )
44
- * [ Code review standards] ( #code-review-standards )
45
- * [ Testing standards] ( #testing-standards )
46
-
42
+ * [ Building] ( #building )
43
+ * [ Issues] ( #issues )
44
+ * [ Contributing] ( #contributing )
45
+ * [ Code review standards] ( #code-review-standards )
46
+ * [ Testing standards] ( #testing-standards )
47
+ * [ Breaking version changes] ( #breaking-version-changes )
48
+ * [ ` 1.9.2 ` -> ` 2.0.0 ` ] ( #192---200 )
47
49
<!-- TOC -->
48
50
49
51
# Gradle Setup
0 commit comments