<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.google.code.maven-replacer-plugin</groupId>
+ <artifactId>replacer</artifactId>
+ <version>1.5.3</version>
+ <executions>
+ <execution>
+ <id>no-regex</id>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ <configuration>
+ <includes>
+ <include>${project.build.directory}/site/apidocs/**/*.html</include>
+ </includes>
+ <regex>false</regex>
+ <replacements>
+ <replacement>
+ <token><pre></token>
+ <value><div class="source"><pre class="prettyprint linenums"></value>
+ </replacement>
+ <replacement>
+ <token></pre></token>
+ <value></pre></div></value>
+ </replacement>
+ </replacements>
+ </configuration>
+ </execution>
+ <execution>
+ <id>with-regex</id>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ <configuration>
+ <includes>
+ <include>${project.build.directory}/site/apidocs/**/*.html</include>
+ </includes>
+ <replacements>
+ <replacement>
+ <token>\s+</pre></token>
+ <value></pre></value>
+ </replacement>
+ </replacements>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>
</taglet>
</taglets>
<quiet>true</quiet>
+ <top><![CDATA[
+ <script type="text/javascript" src="{@docRoot}/../js/apache-maven-fluido-1.4.min.js"></script>
+ ]]></top>
</configuration>
</plugin>
</plugins>
<p>Data validation in Access is controlled via a variety of
mechanisms, not all of which are supported by Jackces. See the
table below for details:</p>
- <table>
+ <div class="indented">
+ <table border="1">
<tr>
<th>Data Validation Type</th>
<th>Support</th>
<td>No (but Jackcess does provide access to the Properties)</td>
</tr>
</table>
+ </div>
</answer>
</faq>
.UsageGeneral { background: #efefef }
.UsageIntermediate { background: #efefef }
.UsageAdvanced { background: #efefef }
+
+
+/* Customizations pulled in from fluido 1.4 (and custom site.css) */
+ul,ol {
+ padding:0;
+ margin:0 0 10px 25px
+}
+ul ul,ul ol,ol ol,ol ul {
+ margin-bottom:0
+}
+li {
+ line-height:20px
+}
+ul.unstyled,ol.unstyled {
+ margin-left:0;
+ list-style:none
+}
+ul.inline,ol.inline {
+ margin-left:0;
+ list-style:none
+}
+ul.inline>li,ol.inline>li {
+ display:inline-block;
+ *display:inline;
+ padding-right:5px;
+ padding-left:5px;
+ *zoom:1
+}
+
+
+pre.prettyprint {
+ border:1px solid #999;
+ page-break-inside:avoid
+}
+pre.prettyprint {
+ padding:0 3px 2px;
+ font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
+ font-size:12px;
+ color:#333;
+ -webkit-border-radius:3px;
+ -moz-border-radius:3px;
+ border-radius:3px
+}
+/* code { */
+/* padding:2px 4px; */
+/* color:#d14; */
+/* white-space:nowrap; */
+/* background-color:#f7f7f9; */
+/* border:1px solid #e1e1e8 */
+/* } */
+pre.prettyprint {
+ display:block;
+ padding:9.5px;
+ margin:0 0 10px;
+ font-size:13px;
+ line-height:20px;
+ word-break:break-all;
+ word-wrap:break-word;
+ white-space:pre;
+ white-space:pre-wrap;
+ background-color:#f5f5f5;
+ border:1px solid #ccc;
+ border:1px solid rgba(0,0,0,0.15);
+ -webkit-border-radius:4px;
+ -moz-border-radius:4px;
+ border-radius:4px
+}
+pre.prettyprint {
+ margin-bottom:20px
+}
+pre.prettyprint code {
+ padding:0;
+ color:inherit;
+ white-space:pre;
+ white-space:pre-wrap;
+ background-color:transparent;
+ border:0
+}
+.pre-scrollable {
+ max-height:340px;
+ overflow-y:scroll
+}
+
+.pln {
+ color:#000
+}
+@media screen {
+ .str {
+ color:#080
+ }
+ .kwd {
+ color:#008
+ }
+ .com {
+ color:#800
+ }
+ .typ {
+ color:#606
+ }
+ .lit {
+ color:#066
+ }
+ .pun,.opn,.clo {
+ color:#660
+ }
+ .tag {
+ color:#008
+ }
+ .atn {
+ color:#606
+ }
+ .atv {
+ color:#080
+ }
+ .dec,.var {
+ color:#606
+ }
+ .fun {
+ color:red
+ }
+
+}
+@media print,projection {
+ .str {
+ color:#060
+ }
+ .kwd {
+ color:#006;
+ font-weight:bold
+ }
+ .com {
+ color:#600;
+ font-style:italic
+ }
+ .typ {
+ color:#404;
+ font-weight:bold
+ }
+ .lit {
+ color:#044
+ }
+ .pun,.opn,.clo {
+ color:#440
+ }
+ .tag {
+ color:#006;
+ font-weight:bold
+ }
+ .atn {
+ color:#404
+ }
+ .atv {
+ color:#060
+ }
+
+}
+pre.prettyprint {
+ padding:2px;
+ border:1px solid #888
+}
+ol.linenums {
+ margin-top:0;
+ margin-bottom:0;
+ padding-left:15px
+}
+li.L1,li.L3,li.L5,li.L7,li.L9 {
+ background:#eee
+}
+
+li.L1,li.L3,li.L5,li.L7,li.L9 {
+ color:#888
+}
+li.L0,li.L2,li.L4,li.L6,li.L8 {
+ color:#888
+}
+.source
+{
+ padding-left: 10pt;
+ padding-right: 10pt;
+}
--- /dev/null
+/* You can override this file with your own styles */
+
+li.L1,li.L3,li.L5,li.L7,li.L9 {
+ color:#888
+}
+li.L0,li.L2,li.L4,li.L6,li.L8 {
+ color:#888
+}
+a.externalLink[href^=https] {
+ background:url('../images/internet-web-browser.png') right center no-repeat;
+ padding-right:18px
+}
+tt {
+ background:#eee
+}
+.indented {
+ padding-left: 10pt;
+ padding-right: 100pt;
+}
+.source {
+ padding-top: 5pt;
+ padding-left: 10pt;
+ padding-right: 100pt;
+}
+dl {
+ background-color: #ffc;
+ border: 1px solid #aaa;
+ padding: 4px 4px 4px 6px;
+}
+dd {
+ padding-top:5pt;
+}
+dt {
+ padding:5pt;
+}
+hr {
+ border-color:#aaa;
+}
+.table-striped tbody>tr:nth-child(even)>td {
+ background-color:#EEE
+}
+th {
+ background-color: #BBB;
+}
+.section h3 {
+ padding: 0px 8px;
+ border: 1px solid #AAA;
+ background-color: #EEE;
+ color: #BF7D30;
+ font-size: large;
+}
+.section h2 {
+ padding: 0px 8px;
+ border: 1px solid #999;
+ background-color: #DDD;
+ color: #BF7D30;
+ font-size: x-large;
+}
+.table-striped tbody>tr:nth-child(even)>th,.table-striped tbody>tr:nth-child(odd)>th {
+ background-color:#BBB;
+ color: #FFF;
+}
+.section h2 > a,.section h3 > a {
+ color: #BF7D30;
+}
+#bannerLeft h2 {
+ color: #005985;
+}
+#breadcrumbs > ul {
+ padding-right: 50pt;
+}
<?xml version="1.0"?>
<project name="Jackcess">
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.4</version>
+ </skin>
+ <bannerLeft>
+ <name>${project.name}</name>
+ </bannerLeft>
<body>
<menu name="Jackcess">
<item name="About" href="index.html"/>
<menu ref="reports"/>
</body>
+
+ <custom>
+ <fluidoSkin>
+ <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+ <copyrightClass>center</copyrightClass>
+ <gitHub>
+ <projectId>jahlborn/jackcess</projectId>
+ <ribbonOrientation>right</ribbonOrientation>
+ <ribbonColor>gray</ribbonColor>
+ </gitHub>
+ </fluidoSkin>
+ </custom>
</project>
So, what's in a row? Well, let's assume your "Test" table is
defined in the following way in Access:
</p>
- <blockquote>
- <table>
+ <div class="indented">
+ <table border="1">
<tr>
<th>Field Name</th><th>Data Type</th>
</tr>
<td>StartDate</td><td>Date/Time</td>
</tr>
</table>
- </blockquote>
+ </div>
<p>
Then, given a row of data, we could inspect the various <a href="apidocs/com/healthmarketscience/jackcess/Column.html">Columns</a> and
their values like so: