Skip to content

Commit

Permalink
generate "DROP" statements too
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed Apr 24, 2024
1 parent 492b7aa commit 361f8b5
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,49 @@
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JLabel" name="jLabel7">
<Properties>
<Property name="text" type="java.lang.String" value="Content "/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
<GridBagConstraints gridX="1" gridY="18" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="6" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JRadioButton" name="createRadioButton">
<Properties>
<Property name="text" type="java.lang.String" value="Create"/>
<Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;Generate &quot;&lt;b&gt;CREATE&lt;/b&gt; TABLE/VIEW/INDEX etc.&quot; statements.&lt;/html&gt;"/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
<GridBagConstraints gridX="2" gridY="18" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="6" insetsLeft="4" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JRadioButton" name="createAndDropRadioButton">
<Properties>
<Property name="text" type="java.lang.String" value="Drop and Create"/>
<Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;Generate &#x201c;&lt;b&gt;DROP&lt;/b&gt; TABLE/VIEW/INDEX etc.&#x201d; statements, followed by &#x201c;&lt;b&gt;CREATE&lt;/b&gt; ...&#x201d; statements.&lt;/html&gt;"/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
<GridBagConstraints gridX="2" gridY="19" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="4" insetsLeft="4" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
</Constraint>
</Constraints>
</Component>
<Component class="javax.swing.JRadioButton" name="dropRadioButton">
<Properties>
<Property name="text" type="java.lang.String" value="Drop"/>
<Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;Generate &quot;&lt;b&gt;DROP&lt;/b&gt; TABLE/VIEW/INDEX etc.&quot; statements.&lt;/html&gt;"/>
</Properties>
<Constraints>
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
<GridBagConstraints gridX="2" gridY="20" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="4" insetsLeft="4" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
</Constraint>
</Constraints>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="jPanel3">
Expand Down
Loading

0 comments on commit 361f8b5

Please sign in to comment.