PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/javadoc/2.6.2/core/org/sqlproc/engine/validation/package-summary.html

https://github.com/hudec/hudec.github.com
HTML | 204 lines | 165 code | 23 blank | 16 comment | 0 complexity | 7ec5dcfc1a20263ee31cd6ad02212935 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_43) on Sun May 17 06:41:32 CEST 2015 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. org.sqlproc.engine.validation (SQL Processor, Core Module 2.6.2 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2015-05-17">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="org.sqlproc.engine.validation (SQL Processor, Core Module 2.6.2 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../org/sqlproc/engine/util/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  52. &nbsp;NEXT PACKAGE</FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../index.html?org/sqlproc/engine/validation/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. </TABLE>
  69. <A NAME="skip-navbar_top"></A>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <HR>
  72. <H2>
  73. Package org.sqlproc.engine.validation
  74. </H2>
  75. The validator is used to validate input values in INSERT or UPDATE statements.
  76. <P>
  77. <B>See:</B>
  78. <BR>
  79. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  80. <P>
  81. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  82. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  83. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  84. <B>Interface Summary</B></FONT></TH>
  85. </TR>
  86. <TR BGCOLOR="white" CLASS="TableRowColor">
  87. <TD WIDTH="15%"><B><A HREF="../../../../org/sqlproc/engine/validation/SqlValidationContext.html" title="interface in org.sqlproc.engine.validation">SqlValidationContext&lt;T&gt;</A></B></TD>
  88. <TD>The generic interface definition for the validation context.</TD>
  89. </TR>
  90. <TR BGCOLOR="white" CLASS="TableRowColor">
  91. <TD WIDTH="15%"><B><A HREF="../../../../org/sqlproc/engine/validation/SqlValidationResult.html" title="interface in org.sqlproc.engine.validation">SqlValidationResult&lt;T&gt;</A></B></TD>
  92. <TD>The generic interface definition for the validation result.</TD>
  93. </TR>
  94. <TR BGCOLOR="white" CLASS="TableRowColor">
  95. <TD WIDTH="15%"><B><A HREF="../../../../org/sqlproc/engine/validation/SqlValidator.html" title="interface in org.sqlproc.engine.validation">SqlValidator</A></B></TD>
  96. <TD>The vehicle interface definition, which can be used to validate input values in INSERT or UPDATE statements.</TD>
  97. </TR>
  98. <TR BGCOLOR="white" CLASS="TableRowColor">
  99. <TD WIDTH="15%"><B><A HREF="../../../../org/sqlproc/engine/validation/SqlValidatorFactory.html" title="interface in org.sqlproc.engine.validation">SqlValidatorFactory</A></B></TD>
  100. <TD>The factory definition, which can be used to construct the <A HREF="../../../../org/sqlproc/engine/validation/SqlValidator.html" title="interface in org.sqlproc.engine.validation"><CODE>SqlValidator</CODE></A> instances.</TD>
  101. </TR>
  102. </TABLE>
  103. &nbsp;
  104. <P>
  105. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  106. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  107. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  108. <B>Exception Summary</B></FONT></TH>
  109. </TR>
  110. <TR BGCOLOR="white" CLASS="TableRowColor">
  111. <TD WIDTH="15%"><B><A HREF="../../../../org/sqlproc/engine/validation/SqlValidationException.html" title="class in org.sqlproc.engine.validation">SqlValidationException</A></B></TD>
  112. <TD>The general runtime exception class for the SQL Processor engine.</TD>
  113. </TR>
  114. </TABLE>
  115. &nbsp;
  116. <P>
  117. <A NAME="package_description"><!-- --></A><H2>
  118. Package org.sqlproc.engine.validation Description
  119. </H2>
  120. <P>
  121. The validator is used to validate input values in INSERT or UPDATE statements. To prevent the SQL Processor dependency
  122. on some specific validator library, the set of interfaces in this package are very general ones.
  123. <p>
  124. For more information please see <A HREF="../../../../org/sqlproc/engine/validation/SqlValidator.html" title="interface in org.sqlproc.engine.validation"><CODE>SqlValidator</CODE></A>.
  125. <P>
  126. <P>
  127. <DL>
  128. <DT><B>Author:</B></DT>
  129. <DD><a href="mailto:Vladimir.Hudec@gmail.com">Vladimir Hudec</a></DD>
  130. </DL>
  131. <HR>
  132. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  133. <A NAME="navbar_bottom"><!-- --></A>
  134. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  135. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  136. <TR>
  137. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  138. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  139. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  140. <TR ALIGN="center" VALIGN="top">
  141. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  142. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  143. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  144. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  145. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  146. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  147. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  148. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  149. </TR>
  150. </TABLE>
  151. </TD>
  152. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  153. </EM>
  154. </TD>
  155. </TR>
  156. <TR>
  157. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  158. &nbsp;<A HREF="../../../../org/sqlproc/engine/util/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  159. &nbsp;NEXT PACKAGE</FONT></TD>
  160. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  161. <A HREF="../../../../index.html?org/sqlproc/engine/validation/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  162. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  163. &nbsp;<SCRIPT type="text/javascript">
  164. <!--
  165. if(window==top) {
  166. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  167. }
  168. //-->
  169. </SCRIPT>
  170. <NOSCRIPT>
  171. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  172. </NOSCRIPT>
  173. </FONT></TD>
  174. </TR>
  175. </TABLE>
  176. <A NAME="skip-navbar_bottom"></A>
  177. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  178. <HR>
  179. Copyright &#169; 2015. All rights reserved.
  180. </BODY>
  181. </HTML>