1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 1 PoetBO (1, 李白) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 1 李白 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."NAME" "author" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."NAME" "author" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" = 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |author| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 1 李白 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" <> cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" <> 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2|艾可翁 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 11|一灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 12|一灰灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 13|一灰灰Blog| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 14|yh | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |...record(s) truncated... DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 10 [PoetBO (2, 艾可翁), PoetBO (11, 一灰), PoetBO (12, 一灰灰), PoetBO (13, 一灰灰Blog), PoetBO (14, yh), PoetBO (15, yhh), PoetBO (16, yihui), PoetBO (17, yihuihui), PoetBO (18, YiHui), PoetBO (19, YiHuiBlog)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" > cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" > 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2|艾可翁 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 11|一灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 12|一灰灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 13|一灰灰Blog| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 14|yh | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |...record(s) truncated... DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 10 [PoetBO (2, 艾可翁), PoetBO (11, 一灰), PoetBO (12, 一灰灰), PoetBO (13, 一灰灰Blog), PoetBO (14, yh), PoetBO (15, yhh), PoetBO (16, yihui), PoetBO (17, yihuihui), PoetBO (18, YiHui), PoetBO (19, YiHuiBlog)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" >= cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" >= 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2|艾可翁 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 11|一灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 12|一灰灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 13|一灰灰Blog| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |...record(s) truncated... DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 11 [PoetBO (1, 李白), PoetBO (2, 艾可翁), PoetBO (11, 一灰), PoetBO (12, 一灰灰), PoetBO (13, 一灰灰Blog), PoetBO (14, yh), PoetBO (15, yhh), PoetBO (16, yihui), PoetBO (17, yihuihui), PoetBO (18, YiHui), PoetBO (19, YiHuiBlog)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" < cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" < 2 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 1 [PoetBO (1, 李白)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" in (cast(? as int), cast(? as int), cast(? as int)) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" in (1, 2, 3) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2|艾可翁 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetBO (1, 李白), PoetBO (2, 艾可翁)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" not in (cast(? as int), cast(? as int), cast(? as int)) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" not in (1, 2, 3) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 11|一灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 12|一灰灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 13|一灰灰Blog| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 14|yh | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 15|yhh | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : |...record(s) truncated... DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 9 [PoetBO (11, 一灰), PoetBO (12, 一灰灰), PoetBO (13, 一灰灰Blog), PoetBO (14, yh), PoetBO (15, yhh), PoetBO (16, yihui), PoetBO (17, yihuihui), PoetBO (18, YiHui), PoetBO (19, YiHuiBlog)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" between cast(? as int) and cast(? as int) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."ID" between 1 and 4 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2|艾可翁 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetBO (1, 李白), PoetBO (2, 艾可翁)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."NAME" like cast(? as varchar) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."NAME" like '%白 %' DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 0 [] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where "PUBLIC"."POET"."NAME" is null DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 0 [] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where ("PUBLIC"."POET"."ID" = cast(? as int) and "PUBLIC"."POET"."NAME" = cast(? as varchar)) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where ("PUBLIC"."POET"."ID" = 1 and "PUBLIC"."POET"."NAME" = '李白') DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 1 PoetBO (1, 李白) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where ("PUBLIC"."POET"."ID" = cast(? as int) or "PUBLIC"."POET"."NAME" = cast(? as varchar)) DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POET"."ID", "PUBLIC"."POET"."NAME" from "PUBLIC"."POET" where ("PUBLIC"."POET"."ID" = 1 or "PUBLIC"."POET"."NAME" = '一灰') DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|NAME| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1|李白 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 11|一灰 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+----+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetBO (1, 李白), PoetBO (11, 一灰)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" where "PUBLIC"."POETRY"."ID" > cast(? as int) order by "PUBLIC"."POETRY"."ID" desc DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" where "PUBLIC"."POETRY"."ID" > 1 order by "PUBLIC"."POETRY"."ID" desc DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|POET_ID|TITLE|CONTENT | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 4| 2|番阳道中 |督府春移檄,江城昼撤花。\n好书如隔世,久客似无家。\n畏路多言虎,荒村半是鸦。\n道逢西北客...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 3| 2|钓台 |云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2| 1|落日忆山中|雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 3 [PoetryBO (4, 2, 番阳道中, 督府春移檄,江城昼撤花。\n好书如隔世,久客似无家。\n畏路多言虎,荒村半是鸦。\n道逢西北客,挥泪问京华。), PoetryBO (3, 2, 钓台, 云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。), PoetryBO (2, 1, 落日忆山中, 雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去,学道飞丹砂。)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" where "PUBLIC"."POETRY"."ID" > cast(? as int) order by "PUBLIC"."POETRY"."POET_ID" asc, "PUBLIC"."POETRY"."ID" asc DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" where "PUBLIC"."POETRY"."ID" > 1 order by "PUBLIC"."POETRY"."POET_ID" asc, "PUBLIC"."POETRY"."ID" asc DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|POET_ID|TITLE|CONTENT | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2| 1|落日忆山中|雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 3| 2|钓台 |云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 4| 2|番阳道中 |督府春移檄,江城昼撤花。\n好书如隔世,久客似无家。\n畏路多言虎,荒村半是鸦。\n道逢西北客...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 3 [PoetryBO (2, 1, 落日忆山中, 雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去,学道飞丹砂。), PoetryBO (3, 2, 钓台, 云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。), PoetryBO (4, 2, 番阳道中, 督府春移檄,江城昼撤花。\n好书如隔世,久客似无家。\n畏路多言虎,荒村半是鸦。\n道逢西北客,挥泪问京华。)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit ? DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit 2 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|POET_ID|TITLE|CONTENT | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 1| 1|咏桂 |世人种桃李,皆在金张门。\n攀折争捷径,及此春风暄。\n一朝天霜下,荣耀难久存。\n安知南山桂...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2| 1|落日忆山中|雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetryBO (1, 1, 咏桂, 世人种桃李,皆在金张门。\n攀折争捷径,及此春风暄。\n一朝天霜下,荣耀难久存。\n安知南山桂,绿叶垂芳根。\n清阴亦可托,何惜树君园。), PoetryBO (2, 1, 落日忆山中, 雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去,学道飞丹砂。)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit ? offset ? DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit 2 offset 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|POET_ID|TITLE|CONTENT | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2| 1|落日忆山中|雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 3| 2|钓台 |云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetryBO (2, 1, 落日忆山中, 雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去,学道飞丹砂。), PoetryBO (3, 2, 钓台, 云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。)] DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Executing query : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit ? offset ? DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : -> with bind values : select "PUBLIC"."POETRY"."ID", "PUBLIC"."POETRY"."POET_ID", "PUBLIC"."POETRY"."TITLE", "PUBLIC"."POETRY"."CONTENT" from "PUBLIC"."POETRY" limit 2 offset 1 DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched result : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | ID|POET_ID|TITLE|CONTENT | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 2| 1|落日忆山中|雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去...| DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : | 3| 2|钓台 |云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。 | DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : : +----+-------+-----+--------------------------------------------------+ DEBUG 10420 --- [io-8080-exec-10] org.jooq.tools.LoggerListener : Fetched row(s) : 2 [PoetryBO (2, 1, 落日忆山中, 雨后烟景绿,晴天散馀霞。\n东风随春归,发我枝上花。\n花落时欲暮,见此令人嗟。\n愿游名山去,学道飞丹砂。), PoetryBO (3, 2, 钓台, 云台历历纪功臣,底事中间有子陵。\n未必故人同卧处,了无一语及中兴。)]
|