[jOOQ/jOOQ#12759] Document default initSeparator
This commit is contained in:
parent
2b54cf7f1c
commit
9efe79e7e3
@ -194,7 +194,7 @@ public class Jdbc implements Serializable, XMLAppendable
|
||||
}
|
||||
|
||||
/**
|
||||
* The separator used to separate statements in the initScript.
|
||||
* The separator used to separate statements in the initScript, defaulting to ";".
|
||||
*
|
||||
*/
|
||||
public String getInitSeparator() {
|
||||
@ -202,7 +202,7 @@ public class Jdbc implements Serializable, XMLAppendable
|
||||
}
|
||||
|
||||
/**
|
||||
* The separator used to separate statements in the initScript.
|
||||
* The separator used to separate statements in the initScript, defaulting to ";".
|
||||
*
|
||||
*/
|
||||
public void setInitSeparator(String value) {
|
||||
@ -290,7 +290,7 @@ public class Jdbc implements Serializable, XMLAppendable
|
||||
}
|
||||
|
||||
/**
|
||||
* The separator used to separate statements in the initScript.
|
||||
* The separator used to separate statements in the initScript, defaulting to ";".
|
||||
*
|
||||
*/
|
||||
public Jdbc withInitSeparator(String value) {
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
</element>
|
||||
|
||||
<element name="initSeparator" type="string" minOccurs="0" maxOccurs="1">
|
||||
<annotation><appinfo><jxb:property><jxb:javadoc><![CDATA[The separator used to separate statements in the initScript.]]></jxb:javadoc></jxb:property></appinfo></annotation>
|
||||
<annotation><appinfo><jxb:property><jxb:javadoc><![CDATA[The separator used to separate statements in the initScript, defaulting to ";".]]></jxb:javadoc></jxb:property></appinfo></annotation>
|
||||
</element>
|
||||
</all>
|
||||
</complexType>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user