diff --git a/jOOQ/src/main/java/org/jooq/Period.java b/jOOQ/src/main/java/org/jooq/Period.java index f982dfb0d6..649a8e70ed 100644 --- a/jOOQ/src/main/java/org/jooq/Period.java +++ b/jOOQ/src/main/java/org/jooq/Period.java @@ -59,6 +59,71 @@ package org.jooq; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jOOQ/src/main/java/org/jooq/PeriodSpecificationBetweenAndStep.java b/jOOQ/src/main/java/org/jooq/PeriodSpecificationBetweenAndStep.java new file mode 100644 index 0000000000..6abca20dd2 --- /dev/null +++ b/jOOQ/src/main/java/org/jooq/PeriodSpecificationBetweenAndStep.java @@ -0,0 +1,59 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Other licenses: + * ----------------------------------------------------------------------------- + * Commercial licenses for this work are available. These replace the above + * ASL 2.0 and offer limited warranties, support, maintenance, and commercial + * database integrations. + * + * For more information, please visit: http://www.jooq.org/licenses + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + */ +package org.jooq; + + + + + + + + + + + + + + + + + + + + + diff --git a/jOOQ/src/main/java/org/jooq/PeriodSpecificationFromToStep.java b/jOOQ/src/main/java/org/jooq/PeriodSpecificationFromToStep.java new file mode 100644 index 0000000000..6abca20dd2 --- /dev/null +++ b/jOOQ/src/main/java/org/jooq/PeriodSpecificationFromToStep.java @@ -0,0 +1,59 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Other licenses: + * ----------------------------------------------------------------------------- + * Commercial licenses for this work are available. These replace the above + * ASL 2.0 and offer limited warranties, support, maintenance, and commercial + * database integrations. + * + * For more information, please visit: http://www.jooq.org/licenses + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + */ +package org.jooq; + + + + + + + + + + + + + + + + + + + + + diff --git a/jOOQ/src/main/java/org/jooq/Table.java b/jOOQ/src/main/java/org/jooq/Table.java index 4d1c01c9a9..088802f415 100644 --- a/jOOQ/src/main/java/org/jooq/Table.java +++ b/jOOQ/src/main/java/org/jooq/Table.java @@ -54,6 +54,7 @@ import static org.jooq.SQLDialect.HSQLDB; // ... import static org.jooq.SQLDialect.MARIADB; // ... +// ... import static org.jooq.SQLDialect.MYSQL; // ... // ... diff --git a/jOOQ/src/main/java/org/jooq/impl/PeriodImpl.java b/jOOQ/src/main/java/org/jooq/impl/PeriodImpl.java index 779741b7d3..a7c40c3dd4 100644 --- a/jOOQ/src/main/java/org/jooq/impl/PeriodImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/PeriodImpl.java @@ -90,6 +90,68 @@ package org.jooq.impl; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jOOQ/src/main/java/org/jooq/impl/PeriodSpecificationImpl.java b/jOOQ/src/main/java/org/jooq/impl/PeriodSpecificationImpl.java index 65cd1ef8bd..10d5c40fbd 100644 --- a/jOOQ/src/main/java/org/jooq/impl/PeriodSpecificationImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/PeriodSpecificationImpl.java @@ -64,6 +64,65 @@ package org.jooq.impl; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +