This file is indexed.

/usr/share/doc/libjosql-java/api/index-files/index-7.html is in libjosql-java-doc 2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Thu Jun 30 09:42:05 UTC 2011 -->
<TITLE>
G-Index (JoSQL 2.2 - SQL for Java Objects)
</TITLE>

<META NAME="date" CONTENT="2011-06-30">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../javadocsStyle.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="G-Index (JoSQL 2.2 - SQL for Java Objects)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Y</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../org/josql/parser/JoSQLParser.html#generateParseException()"><B>generateParseException()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>Generate ParseException.
<DT><A HREF="../org/josql/functions/CollectionFunctions.html#get(java.util.Map, org.josql.expressions.Expression)"><B>get(Map, Expression)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/CollectionFunctions.html" title="class in org.josql.functions">CollectionFunctions</A>
<DD>Get a value from the specified Map.
<DT><A HREF="../org/josql/functions/CollectionFunctions.html#get(java.util.List, java.lang.Number)"><B>get(List, Number)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/CollectionFunctions.html" title="class in org.josql.functions">CollectionFunctions</A>
<DD>Get a value from the specified List.
<DT><A HREF="../org/josql/functions/MiscellaneousFunctions.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/MiscellaneousFunctions.html" title="class in org.josql.functions">MiscellaneousFunctions</A>
<DD>Get a property from the current object using the "get" method, if one exists, the <b>name</b> value
 will be used as the property name.
<DT><A HREF="../org/josql/functions/MiscellaneousFunctions.html#get(java.lang.Object, java.lang.String)"><B>get(Object, String)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/MiscellaneousFunctions.html" title="class in org.josql.functions">MiscellaneousFunctions</A>
<DD>Get a property from the object using the "get" method, if one exists, the <b>name</b> value
 will be used as the property name.
<DT><A HREF="../org/josql/expressions/Accessor.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Accessor.html" title="class in org.josql.expressions">Accessor</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/BindVariable.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BindVariable.html" title="class in org.josql.expressions">BindVariable</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/Function.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Function.html" title="class in org.josql.expressions">Function</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SaveValue.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SaveValue.html" title="class in org.josql.expressions">SaveValue</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SubQueryExpression.html#getAccessor()"><B>getAccessor()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SubQueryExpression.html" title="class in org.josql.expressions">SubQueryExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SelectItemExpression.html#getAddItems(java.lang.Object)"><B>getAddItems(Object)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SelectItemExpression.html" title="class in org.josql.expressions">SelectItemExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/AliasedExpression.html#getAlias()"><B>getAlias()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/AliasedExpression.html" title="class in org.josql.expressions">AliasedExpression</A>
<DD>Get the alias for the expression.
<DT><A HREF="../org/josql/expressions/SelectItemExpression.html#getAlias()"><B>getAlias()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SelectItemExpression.html" title="class in org.josql.expressions">SelectItemExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getAliases()"><B>getAliases()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getAllObjects()"><B>getAllObjects()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the current list of objects in context (value of the :_allobjs special bind variable).
<DT><A HREF="../org/josql/Query.html#getAnonymousBindVariableName()"><B>getAnonymousBindVariableName()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Setter.html#getBaseClass()"><B>getBaseClass()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/Setter.html" title="class in org.josql.internal">Setter</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getBeginColumn()"><B>getBeginColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getBeginColumn()"><B>getBeginColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getBeginLine()"><B>getBeginLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getBeginLine()"><B>getBeginLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getClassLoader()"><B>getClassLoader()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/FileMatch.html#getColumn()"><B>getColumn()</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/FileMatch.html" title="class in org.josql.functions">FileMatch</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getColumn()"><B>getColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getColumn()"><B>getColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>The expected class of the object at column <b>i</b>.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>Get the number of columns.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getColumnIndex(java.lang.Comparable)"><B>getColumnIndex(Comparable)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getColumnKey(int)"><B>getColumnKey(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getColumnKeys()"><B>getColumnKeys()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>Get the name of the column, if the query has not yet been parsed then <code>null</code> is returned,
 if the column does not have an alias then "ind + 1" is returned.
<DT><A HREF="../org/josql/Query.html#getColumns()"><B>getColumns()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/GroupByExpressionComparator.html#getCount()"><B>getCount()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/GroupByExpressionComparator.html" title="class in org.josql.internal">GroupByExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/ListExpressionComparator.html#getCount()"><B>getCount()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/ListExpressionComparator.html" title="class in org.josql.internal">ListExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getCurrentObject()"><B>getCurrentObject()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the current object (value of the :_currobj special bind variable).
<DT><A HREF="../org/josql/Query.html#getDefaultFunctionHandlers()"><B>getDefaultFunctionHandlers()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/RegExpFactory.html#getDefaultInstance(org.josql.Query)"><B>getDefaultInstance(Query)</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/RegExpFactory.html" title="class in org.josql.functions.regexp">RegExpFactory</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/RegExpFactory.html#getDefaultInstanceName()"><B>getDefaultInstanceName()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/RegExpFactory.html" title="class in org.josql.functions.regexp">RegExpFactory</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/filters/JoSQLSwingFileFilter.html#getDescription()"><B>getDescription()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/JoSQLSwingFileFilter.html" title="class in org.josql.filters">JoSQLSwingFileFilter</A>
<DD>Return the description for the filter.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getDomainOrder()"><B>getDomainOrder()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getDomainOrder()"><B>getDomainOrder()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Utilities.html#getDouble(java.lang.Object)"><B>getDouble(Object)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Utilities.html#getDoubleObject(java.lang.Object)"><B>getDoubleObject(Object)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/BetweenExpression.html#getEnd()"><B>getEnd()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BetweenExpression.html" title="class in org.josql.expressions">BetweenExpression</A>
<DD>Get the end expression.
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getEndColumn()"><B>getEndColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>Get end column.
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getEndColumn()"><B>getEndColumn()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getEndLine()"><B>getEndLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>Get end line.
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getEndLine()"><B>getEndLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLVelocityExecuteTool.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLVelocityExecuteTool.html" title="class in org.josql.contrib">JoSQLVelocityExecuteTool</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/filters/AbstractJoSQLFilter.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/AbstractJoSQLFilter.html" title="class in org.josql.filters">AbstractJoSQLFilter</A>
<DD>Most "filter accept" methods do not allow for any exceptions to be thrown however since
 the execution of the WHERE clause on the object can cause the throwing of a
 <A HREF="../org/josql/QueryParseException.html" title="class in org.josql"><CODE>QueryParseException</CODE></A> it should be captured.
<DT><A HREF="../org/josql/incubator/FilteredArrayList.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.incubator.<A HREF="../org/josql/incubator/FilteredArrayList.html" title="class in org.josql.incubator">FilteredArrayList</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/GroupByExpressionComparator.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/GroupByExpressionComparator.html" title="class in org.josql.internal">GroupByExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/ListExpressionComparator.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/ListExpressionComparator.html" title="class in org.josql.internal">ListExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/utils/JoSQLComparator.html#getException()"><B>getException()</B></A> - 
Method in class org.josql.utils.<A HREF="../org/josql/utils/JoSQLComparator.html" title="class in org.josql.utils">JoSQLComparator</A>
<DD>The <A HREF="/usr/share/doc/default-jdk-doc/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util"><CODE>Comparator.compare(Object,Object)</CODE></A> method does not allow for 
 any exceptions to be thrown however since the execution of the ORDER BY clause 
 on the objects can cause the throwing of a <A HREF="../org/josql/QueryParseException.html" title="class in org.josql"><CODE>QueryParseException</CODE></A> it should 
 be captured.
<DT><A HREF="../org/josql/Query.html#getExecuteOnFunctions()"><B>getExecuteOnFunctions()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/filters/AbstractJoSQLFilter.html#getExpectedClass()"><B>getExpectedClass()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/AbstractJoSQLFilter.html" title="class in org.josql.filters">AbstractJoSQLFilter</A>
<DD>Should sub-classes should return the type that they expect to be present in 
 a Query.
<DT><A HREF="../org/josql/filters/DefaultObjectFilter.html#getExpectedClass()"><B>getExpectedClass()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/DefaultObjectFilter.html" title="class in org.josql.filters">DefaultObjectFilter</A>
<DD>Get the class the Query expects to operate on.
<DT><A HREF="../org/josql/filters/JoSQLFileFilter.html#getExpectedClass()"><B>getExpectedClass()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/JoSQLFileFilter.html" title="class in org.josql.filters">JoSQLFileFilter</A>
<DD>Always returns <A HREF="/usr/share/doc/default-jdk-doc/api/java/io/File.html?is-external=true" title="class or interface in java.io"><CODE>File</CODE></A>.
<DT><A HREF="../org/josql/filters/JoSQLLogRecordFilter.html#getExpectedClass()"><B>getExpectedClass()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/JoSQLLogRecordFilter.html" title="class in org.josql.filters">JoSQLLogRecordFilter</A>
<DD>Always returns <A HREF="/usr/share/doc/default-jdk-doc/api/java/util/logging/LogRecord.html?is-external=true" title="class or interface in java.util.logging"><CODE>LogRecord</CODE></A>.
<DT><A HREF="../org/josql/filters/StackTraceElementFilter.html#getExpectedClass()"><B>getExpectedClass()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/StackTraceElementFilter.html" title="class in org.josql.filters">StackTraceElementFilter</A>
<DD>Get the expected class.
<DT><A HREF="../org/josql/expressions/Accessor.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Accessor.html" title="class in org.josql.expressions">Accessor</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/AliasedExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/AliasedExpression.html" title="class in org.josql.expressions">AliasedExpression</A>
<DD>Get the expected return type for the expression.
<DT><A HREF="../org/josql/expressions/ArithmeticExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ArithmeticExpression.html" title="class in org.josql.expressions">ArithmeticExpression</A>
<DD>Return the expected return type.
<DT><A HREF="../org/josql/expressions/BinaryExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BinaryExpression.html" title="class in org.josql.expressions">BinaryExpression</A>
<DD>Return the expected return type from this expression.
<DT><A HREF="../org/josql/expressions/BindVariable.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BindVariable.html" title="class in org.josql.expressions">BindVariable</A>
<DD>Get the expected return type.
<DT><A HREF="../org/josql/expressions/BooleanExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BooleanExpression.html" title="class in org.josql.expressions">BooleanExpression</A>
<DD>Get the expected return type.
<DT><A HREF="../org/josql/expressions/ConstantExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ConstantExpression.html" title="class in org.josql.expressions">ConstantExpression</A>
<DD>Get the expected return type.
<DT><A HREF="../org/josql/expressions/Expression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Expression.html" title="class in org.josql.expressions">Expression</A>
<DD>Return the class of the object that "should" be returned from a call to the:
 <A HREF="../org/josql/expressions/Expression.html#getValue(java.lang.Object, org.josql.Query)"><CODE>Expression.getValue(Object,Query)</CODE></A> method.
<DT><A HREF="../org/josql/expressions/ExpressionList.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ExpressionList.html" title="class in org.josql.expressions">ExpressionList</A>
<DD>Get the expected return type, which is <A HREF="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A>.
<DT><A HREF="../org/josql/expressions/Function.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Function.html" title="class in org.josql.expressions">Function</A>
<DD>Get the expected return type from the function.
<DT><A HREF="../org/josql/expressions/NewObjectExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/NewObjectExpression.html" title="class in org.josql.expressions">NewObjectExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SaveValue.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SaveValue.html" title="class in org.josql.expressions">SaveValue</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SelectItemExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SelectItemExpression.html" title="class in org.josql.expressions">SelectItemExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SubQueryExpression.html#getExpectedReturnType(org.josql.Query)"><B>getExpectedReturnType(Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SubQueryExpression.html" title="class in org.josql.expressions">SubQueryExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/AliasedExpression.html#getExpression()"><B>getExpression()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/AliasedExpression.html" title="class in org.josql.expressions">AliasedExpression</A>
<DD>Get the expression being aliased.
<DT><A HREF="../org/josql/expressions/SelectItemExpression.html#getExpression()"><B>getExpression()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SelectItemExpression.html" title="class in org.josql.expressions">SelectItemExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/OrderBy.html#getExpression()"><B>getExpression()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/OrderBy.html" title="class in org.josql.internal">OrderBy</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/ExpressionList.html#getExpressions()"><B>getExpressions()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ExpressionList.html" title="class in org.josql.expressions">ExpressionList</A>
<DD>Returns the expressions, a list of <A HREF="../org/josql/expressions/Expression.html" title="class in org.josql.expressions"><CODE>Expression</CODE></A> objects.
<DT><A HREF="../org/josql/internal/Grouper.html#getExpressions()"><B>getExpressions()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/Grouper.html" title="class in org.josql.internal">Grouper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLJRDataSource.html#getFieldValue(JRField)"><B>getFieldValue(JRField)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLJRDataSource.html" title="class in org.josql.contrib">JoSQLJRDataSource</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/FileMatch.html#getFile()"><B>getFile()</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/FileMatch.html" title="class in org.josql.functions">FileMatch</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/BindVariableChangedEvent.html#getFrom()"><B>getFrom()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/BindVariableChangedEvent.html" title="class in org.josql.events">BindVariableChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/SaveValueChangedEvent.html#getFrom()"><B>getFrom()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/SaveValueChangedEvent.html" title="class in org.josql.events">SaveValueChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getFrom()"><B>getFrom()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getFromObjectClass()"><B>getFromObjectClass()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/AliasedFunction.html#getFunction()"><B>getFunction()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/AliasedFunction.html" title="class in org.josql.expressions">AliasedFunction</A>
<DD>Get the function that is aliased.
<DT><A HREF="../org/josql/Query.html#getFunctionHandler(java.lang.String)"><B>getFunctionHandler(String)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getFunctionHandlers()"><B>getFunctionHandlers()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/Accessor.html#getGetter()"><B>getGetter()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Accessor.html" title="class in org.josql.expressions">Accessor</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/Function.html#getGetter()"><B>getGetter()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Function.html" title="class in org.josql.expressions">Function</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SubQueryExpression.html#getGetter()"><B>getGetter()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SubQueryExpression.html" title="class in org.josql.expressions">SubQueryExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getGroup()"><B>getGroup()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getGroup()"><B>getGroup()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getGroup()"><B>getGroup()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getGroupByColumns()"><B>getGroupByColumns()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/QueryResults.html#getGroupByResults()"><B>getGroupByResults()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the group by results.
<DT><A HREF="../org/josql/Query.html#getGroupBySaveValue(java.lang.Object, java.util.List)"><B>getGroupBySaveValue(Object, List)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the save value for a particular key and group by list.
<DT><A HREF="../org/josql/Query.html#getGroupBySaveValues(java.util.List)"><B>getGroupBySaveValues(List)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the save values for the specified group bys.
<DT><A HREF="../org/josql/QueryResults.html#getGroupBySaveValues(java.util.List)"><B>getGroupBySaveValues(List)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getGroupByVariable(int)"><B>getGroupByVariable(int)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the value of a group by variable from the current group bys.
<DT><A HREF="../org/josql/Query.html#getHavingClause()"><B>getHavingClause()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Return the HAVING clause expression.
<DT><A HREF="../org/josql/QueryResults.html#getHavingResults()"><B>getHavingResults()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the having results.
<DT><A HREF="../org/josql/parser/JavaCharStream.html#GetImage()"><B>GetImage()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#GetImage()"><B>GetImage()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getIndex(java.lang.Comparable)"><B>getIndex(Comparable)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/ColumnReference.html#getIndex()"><B>getIndex()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/ColumnReference.html" title="class in org.josql.internal">ColumnReference</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/OrderBy.html#getIndex()"><B>getIndex()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/OrderBy.html" title="class in org.josql.internal">OrderBy</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/RegExpFactory.html#getInstance(java.lang.String, org.josql.Query)"><B>getInstance(String, Query)</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/RegExpFactory.html" title="class in org.josql.functions.regexp">RegExpFactory</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getItemCount()"><B>getItemCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getItemCount(int)"><B>getItemCount(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/InExpression.html#getItems()"><B>getItems()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/InExpression.html" title="class in org.josql.expressions">InExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/filters/JoSQLSwingFileFilter.html#getJoSQLFileFilter()"><B>getJoSQLFileFilter()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/JoSQLSwingFileFilter.html" title="class in org.josql.filters">JoSQLSwingFileFilter</A>
<DD>Get the file filter being used "under the hoodie" in the <A HREF="../org/josql/filters/JoSQLSwingFileFilter.html#accept(java.io.File)"><CODE>JoSQLSwingFileFilter.accept(File)</CODE></A> method.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getKey(int)"><B>getKey(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getKeys()"><B>getKeys()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Utilities.html#getLastMatch(java.lang.String, java.lang.String, int)"><B>getLastMatch(String, String, int)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/ArithmeticExpression.html#getLeft()"><B>getLeft()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ArithmeticExpression.html" title="class in org.josql.expressions">ArithmeticExpression</A>
<DD>Get the LHS value expression.
<DT><A HREF="../org/josql/expressions/BinaryExpression.html#getLeft()"><B>getLeft()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BinaryExpression.html" title="class in org.josql.expressions">BinaryExpression</A>
<DD>Get the LHS.
<DT><A HREF="../org/josql/internal/Utilities.html#getLikePattern(java.lang.String, java.lang.String)"><B>getLikePattern(String, String)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getLimit()"><B>getLimit()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the object that represents the <a href="http://josql.sourceforge.net/limit-clause.html" target="_blank">limit clause</a>.
<DT><A HREF="../org/josql/functions/FileMatch.html#getLine()"><B>getLine()</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/FileMatch.html" title="class in org.josql.functions">FileMatch</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getLine()"><B>getLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#getLine()"><B>getLine()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="../org/josql/parser/TokenMgrError.html#getMessage()"><B>getMessage()</B></A> - 
Method in error org.josql.parser.<A HREF="../org/josql/parser/TokenMgrError.html" title="class in org.josql.parser">TokenMgrError</A>
<DD>You can also modify the body of this method to customize your error messages.
<DT><A HREF="../org/josql/internal/Utilities.html#getMethods(java.lang.Class, java.lang.String, int, java.util.List)"><B>getMethods(Class, String, int, List)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/BindVariableChangedEvent.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/BindVariableChangedEvent.html" title="class in org.josql.events">BindVariableChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/SaveValueChangedEvent.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/SaveValueChangedEvent.html" title="class in org.josql.events">SaveValueChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/BindVariable.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BindVariable.html" title="class in org.josql.expressions">BindVariable</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/Function.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Function.html" title="class in org.josql.expressions">Function</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SaveValue.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SaveValue.html" title="class in org.josql.expressions">SaveValue</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/ColumnReference.html#getName()"><B>getName()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/ColumnReference.html" title="class in org.josql.internal">ColumnReference</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JoSQLParser.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>Get the next Token.
<DT><A HREF="../org/josql/parser/JoSQLParserTokenManager.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParserTokenManager.html" title="class in org.josql.parser">JoSQLParserTokenManager</A>
<DD>Get the next Token.
<DT><A HREF="../org/josql/internal/Utilities.html#getObjectClass(java.lang.Class)"><B>getObjectClass(Class)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getObjectComparator()"><B>getObjectComparator()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/incubator/ObjectIndex.html#getObjects(java.util.List)"><B>getObjects(List)</B></A> - 
Method in class org.josql.incubator.<A HREF="../org/josql/incubator/ObjectIndex.html" title="class in org.josql.incubator">ObjectIndex</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getOrderByColumns()"><B>getOrderByColumns()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the "order bys".
<DT><A HREF="../org/josql/Query.html#getOrderByComparator()"><B>getOrderByComparator()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Return the <A HREF="/usr/share/doc/default-jdk-doc/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><CODE>Comparator</CODE></A> we will use to do the ordering of the results, may be null.
<DT><A HREF="../org/josql/functions/FileMatch.html#getOriginalLine()"><B>getOriginalLine()</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/FileMatch.html" title="class in org.josql.functions">FileMatch</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/Function.html#getParameters()"><B>getParameters()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Function.html" title="class in org.josql.expressions">Function</A>
<DD>Return the List of <A HREF="../org/josql/expressions/Expression.html" title="class in org.josql.expressions"><CODE>Expression</CODE></A> objects that constitute the arguments
 to the function, no guarantee is made here as to whether they have been inited.
<DT><A HREF="../org/josql/Query.html#getParent()"><B>getParent()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the parent query.
<DT><A HREF="../org/josql/internal/Utilities.html#getPrimitiveClass(java.lang.Class)"><B>getPrimitiveClass(Class)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/BindVariableChangedEvent.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/BindVariableChangedEvent.html" title="class in org.josql.events">BindVariableChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/SaveValueChangedEvent.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/SaveValueChangedEvent.html" title="class in org.josql.events">SaveValueChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SubQueryExpression.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SubQueryExpression.html" title="class in org.josql.expressions">SubQueryExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/filters/AbstractJoSQLFilter.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.filters.<A HREF="../org/josql/filters/AbstractJoSQLFilter.html" title="class in org.josql.filters">AbstractJoSQLFilter</A>
<DD>Get the Query we are using to process objects.
<DT><A HREF="../org/josql/incubator/FilteredArrayList.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.incubator.<A HREF="../org/josql/incubator/FilteredArrayList.html" title="class in org.josql.incubator">FilteredArrayList</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the query string that this Query object represents.
<DT><A HREF="../org/josql/utils/ExpressionEvaluator.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.utils.<A HREF="../org/josql/utils/ExpressionEvaluator.html" title="class in org.josql.utils">ExpressionEvaluator</A>
<DD>Get the query associated with the expression, use this to setup
 bind variables, function handlers and so on, which of course must
 be setup prior to evaluating the expression.
<DT><A HREF="../org/josql/utils/JoSQLComparator.html#getQuery()"><B>getQuery()</B></A> - 
Method in class org.josql.utils.<A HREF="../org/josql/utils/JoSQLComparator.html" title="class in org.josql.utils">JoSQLComparator</A>
<DD>Get the Query we are using to process objects.
<DT><A HREF="../org/josql/Query.html#getQueryResults()"><B>getQueryResults()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the results of <A HREF="../org/josql/Query.html#execute(java.util.List)"><CODE>executing</CODE></A> this query.
<DT><A HREF="../org/josql/internal/Utilities.html#getResult(boolean, boolean)"><B>getResult(boolean, boolean)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getResults()"><B>getResults()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>Get any results, will be null unless <A HREF="../org/josql/Query.html#execute(java.util.List)"><CODE>Query.execute(List)</CODE></A> has been called.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getResults()"><B>getResults()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLJRDataSource.html#getResults()"><B>getResults()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLJRDataSource.html" title="class in org.josql.contrib">JoSQLJRDataSource</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getResults()"><B>getResults()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>Get any results, will be null unless <A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#execute(java.util.List)"><CODE>JoSQLSwingTableModel.execute(List)</CODE></A> has been called.
<DT><A HREF="../org/josql/QueryResults.html#getResults()"><B>getResults()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the results of executing the query, this is the "final" results, i.e.
<DT><A HREF="../org/josql/expressions/ArithmeticExpression.html#getRight()"><B>getRight()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ArithmeticExpression.html" title="class in org.josql.expressions">ArithmeticExpression</A>
<DD>Get the RHS value expression.
<DT><A HREF="../org/josql/expressions/BinaryExpression.html#getRight()"><B>getRight()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BinaryExpression.html" title="class in org.josql.expressions">BinaryExpression</A>
<DD>Get the RHS.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>Number of rows.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getRowIndex(java.lang.Comparable)"><B>getRowIndex(Comparable)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getRowKey(int)"><B>getRowKey(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getRowKeys()"><B>getRowKeys()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#getSaveValue(java.lang.Object)"><B>getSaveValue(Object)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the save values for a particular key.
<DT><A HREF="../org/josql/QueryResults.html#getSaveValue(java.lang.Object)"><B>getSaveValue(Object)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get a particular save value for the passed in key.
<DT><A HREF="../org/josql/QueryResults.html#getSaveValues()"><B>getSaveValues()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the save values.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getSeriesCount()"><B>getSeriesCount()</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getSeriesKey(int)"><B>getSeriesKey(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/ListExpressionComparator.html#getSortItems()"><B>getSortItems()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/ListExpressionComparator.html" title="class in org.josql.internal">ListExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/BetweenExpression.html#getStart()"><B>getStart()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BetweenExpression.html" title="class in org.josql.expressions">BetweenExpression</A>
<DD>Get the start expression.
<DT><A HREF="../org/josql/functions/FileMatch.html#getString()"><B>getString()</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/FileMatch.html" title="class in org.josql.functions">FileMatch</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Limit.html#getSubList(java.util.List, org.josql.Query)"><B>getSubList(List, Query)</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/Limit.html" title="class in org.josql.internal">Limit</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#GetSuffix(int)"><B>GetSuffix(int)</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/SimpleCharStream.html#GetSuffix(int)"><B>GetSuffix(int)</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/SimpleCharStream.html" title="class in org.josql.parser">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/AbstractRegExpWrapper.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/AbstractRegExpWrapper.html" title="class in org.josql.functions.regexp">AbstractRegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/ApacheRegExpWrapper.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/ApacheRegExpWrapper.html" title="class in org.josql.functions.regexp">ApacheRegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/GNURegExpWrapper.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/GNURegExpWrapper.html" title="class in org.josql.functions.regexp">GNURegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/OroApacheRegExpWrapper.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/OroApacheRegExpWrapper.html" title="class in org.josql.functions.regexp">OroApacheRegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/RegExpFactory.html#getSupportedVersion(java.lang.String)"><B>getSupportedVersion(String)</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/RegExpFactory.html" title="class in org.josql.functions.regexp">RegExpFactory</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/StandardJavaRegExpWrapper.html#getSupportedVersion()"><B>getSupportedVersion()</B></A> - 
Method in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/StandardJavaRegExpWrapper.html" title="class in org.josql.functions.regexp">StandardJavaRegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/LikePatternSymbol.html#getSymbol(int)"><B>getSymbol(int)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/LikePatternSymbol.html" title="class in org.josql.internal">LikePatternSymbol</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/LikePatternSymbol.html#getSymbol(java.lang.String)"><B>getSymbol(String)</B></A> - 
Static method in class org.josql.internal.<A HREF="../org/josql/internal/LikePatternSymbol.html" title="class in org.josql.internal">LikePatternSymbol</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JavaCharStream.html#getTabSize(int)"><B>getTabSize(int)</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JavaCharStream.html" title="class in org.josql.parser">JavaCharStream</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/QueryResults.html#getTimings()"><B>getTimings()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the timing information, is a Map of string to double values.
<DT><A HREF="../org/josql/events/BindVariableChangedEvent.html#getTo()"><B>getTo()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/BindVariableChangedEvent.html" title="class in org.josql.events">BindVariableChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/events/SaveValueChangedEvent.html#getTo()"><B>getTo()</B></A> - 
Method in class org.josql.events.<A HREF="../org/josql/events/SaveValueChangedEvent.html" title="class in org.josql.events">SaveValueChangedEvent</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JoSQLParser.html#getToken(int)"><B>getToken(int)</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>Get the specific Token.
<DT><A HREF="../org/josql/Query.html#getTopLevelQuery()"><B>getTopLevelQuery()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the top level query if "this" is a sub-query, the query chain is traversed until
 the top level query is found, i.e.
<DT><A HREF="../org/josql/expressions/ArithmeticExpression.html#getType()"><B>getType()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ArithmeticExpression.html" title="class in org.josql.expressions">ArithmeticExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/GTLTExpression.html#getType()"><B>getType()</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/GTLTExpression.html" title="class in org.josql.expressions">GTLTExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/OrderBy.html#getType()"><B>getType()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/OrderBy.html" title="class in org.josql.internal">OrderBy</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Setter.html#getType()"><B>getType()</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/Setter.html" title="class in org.josql.internal">Setter</A>
<DD>Get the class of the type of object we expect in the <A HREF="../org/josql/internal/Setter.html#setValue(java.lang.Object, java.lang.Object)"><CODE>Setter.setValue(Object,Object)</CODE></A>
 method.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getValue(int, int)"><B>getValue(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html#getValue(java.lang.Comparable, java.lang.Comparable)"><B>getValue(Comparable, Comparable)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartCategoryDataset.html" title="class in org.josql.contrib">JoSQLFreeChartCategoryDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getValue(int)"><B>getValue(int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html#getValue(java.lang.Comparable)"><B>getValue(Comparable)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartPieDataset.html" title="class in org.josql.contrib">JoSQLFreeChartPieDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/AliasedExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/AliasedExpression.html" title="class in org.josql.expressions">AliasedExpression</A>
<DD>Get the value for this expression.
<DT><A HREF="../org/josql/expressions/BinaryExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BinaryExpression.html" title="class in org.josql.expressions">BinaryExpression</A>
<DD>Get the value of this expression.
<DT><A HREF="../org/josql/expressions/BindVariable.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BindVariable.html" title="class in org.josql.expressions">BindVariable</A>
<DD>Gets the value of this bind variable.
<DT><A HREF="../org/josql/expressions/BooleanExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/BooleanExpression.html" title="class in org.josql.expressions">BooleanExpression</A>
<DD>Get the value of this boolean.
<DT><A HREF="../org/josql/expressions/ConstantExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ConstantExpression.html" title="class in org.josql.expressions">ConstantExpression</A>
<DD>Get the value of this constant.
<DT><A HREF="../org/josql/expressions/Expression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/Expression.html" title="class in org.josql.expressions">Expression</A>
<DD>Get the value for this expression based upon the object passed in.
<DT><A HREF="../org/josql/expressions/ExpressionList.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ExpressionList.html" title="class in org.josql.expressions">ExpressionList</A>
<DD>Gets the value of the expressions, this will return a list of the values for
 each of the expressions in the list.
<DT><A HREF="../org/josql/expressions/NewObjectExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/NewObjectExpression.html" title="class in org.josql.expressions">NewObjectExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SaveValue.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SaveValue.html" title="class in org.josql.expressions">SaveValue</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/SelectItemExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/SelectItemExpression.html" title="class in org.josql.expressions">SelectItemExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/ValueExpression.html#getValue(java.lang.Object, org.josql.Query)"><B>getValue(Object, Query)</B></A> - 
Method in class org.josql.expressions.<A HREF="../org/josql/expressions/ValueExpression.html" title="class in org.josql.expressions">ValueExpression</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/Token.html#getValue()"><B>getValue()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/Token.html" title="class in org.josql.parser">Token</A>
<DD>An optional attribute value of the Token.
<DT><A HREF="../org/josql/utils/ExpressionEvaluator.html#getValue(java.lang.Object)"><B>getValue(Object)</B></A> - 
Method in class org.josql.utils.<A HREF="../org/josql/utils/ExpressionEvaluator.html" title="class in org.josql.utils">ExpressionEvaluator</A>
<DD>Evaluate the expression against the object passed in and return the
 value.
<DT><A HREF="../org/josql/utils/ExpressionEvaluator.html#getValue(java.lang.String, java.lang.Object)"><B>getValue(String, Object)</B></A> - 
Static method in class org.josql.utils.<A HREF="../org/josql/utils/ExpressionEvaluator.html" title="class in org.josql.utils">ExpressionEvaluator</A>
<DD>Evaluate the expression against the object passed in and return the
 value.
<DT><A HREF="../org/josql/contrib/JoSQLSwingTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLSwingTableModel.html" title="class in org.josql.contrib">JoSQLSwingTableModel</A>
<DD>Get the object at row <b>r</b>, column <b>c</b>.
<DT><A HREF="../org/josql/utils/ExpressionEvaluator.html#getValues(java.util.List)"><B>getValues(List)</B></A> - 
Method in class org.josql.utils.<A HREF="../org/josql/utils/ExpressionEvaluator.html" title="class in org.josql.utils">ExpressionEvaluator</A>
<DD>Evaluate the expression against the list of objects passed in and
 return the value.
<DT><A HREF="../org/josql/utils/ExpressionEvaluator.html#getValues(java.lang.String, java.util.List)"><B>getValues(String, List)</B></A> - 
Static method in class org.josql.utils.<A HREF="../org/josql/utils/ExpressionEvaluator.html" title="class in org.josql.utils">ExpressionEvaluator</A>
<DD>Evaluate the expression against the list of objects passed in and
 return the value.
<DT><A HREF="../org/josql/Query.html#getVariable(int)"><B>getVariable(int)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the value of an indexed bind variable.
<DT><A HREF="../org/josql/Query.html#getVariable(java.lang.String)"><B>getVariable(String)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the value of a named bind variable.
<DT><A HREF="../org/josql/Query.html#getVariableClass(java.lang.String)"><B>getVariableClass(String)</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the class that the named variable has.
<DT><A HREF="../org/josql/Query.html#getVariables()"><B>getVariables()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get all the bind variables as a Map.
<DT><A HREF="../org/josql/Query.html#getWhereClause()"><B>getWhereClause()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Return the WHERE clause expression.
<DT><A HREF="../org/josql/QueryResults.html#getWhereResults()"><B>getWhereResults()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/QueryResults.html" title="class in org.josql">QueryResults</A>
<DD>Get the where results.
<DT><A HREF="../org/josql/Query.html#getWildcardCharacter()"><B>getWildcardCharacter()</B></A> - 
Method in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>Get the character that represents a wildcard in LIKE searches.
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getX(int, int)"><B>getX(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getXValue(int, int)"><B>getXValue(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getY(int, int)"><B>getY(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html#getYValue(int, int)"><B>getYValue(int, int)</B></A> - 
Method in class org.josql.contrib.<A HREF="../org/josql/contrib/JoSQLFreeChartXYDataset.html" title="class in org.josql.contrib">JoSQLFreeChartXYDataset</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/regexp/RegExpFactory.html#GNU_INST"><B>GNU_INST</B></A> - 
Static variable in class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/RegExpFactory.html" title="class in org.josql.functions.regexp">RegExpFactory</A>
<DD>The instance name to use for the GNU regular expression library.
<DT><A HREF="../org/josql/functions/regexp/GNURegExpWrapper.html" title="class in org.josql.functions.regexp"><B>GNURegExpWrapper</B></A> - Class in <A HREF="../org/josql/functions/regexp/package-summary.html">org.josql.functions.regexp</A><DD>The wrapper implementation for the GNU implementation of regular expression matching.<DT><A HREF="../org/josql/functions/regexp/GNURegExpWrapper.html#GNURegExpWrapper()"><B>GNURegExpWrapper()</B></A> - 
Constructor for class org.josql.functions.regexp.<A HREF="../org/josql/functions/regexp/GNURegExpWrapper.html" title="class in org.josql.functions.regexp">GNURegExpWrapper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/GroupingFunctions.html#greatest(java.util.List, org.josql.expressions.Expression, java.lang.String)"><B>greatest(List, Expression, String)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/GroupingFunctions.html" title="class in org.josql.functions">GroupingFunctions</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/GroupingFunctions.html#greatest(java.util.List, org.josql.expressions.Expression)"><B>greatest(List, Expression)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/GroupingFunctions.html" title="class in org.josql.functions">GroupingFunctions</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/GroupingFunctions.html#greatestObject(java.util.List, org.josql.expressions.Expression)"><B>greatestObject(List, Expression)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/GroupingFunctions.html" title="class in org.josql.functions">GroupingFunctions</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/StringFunctions.html#grep(java.io.File, java.lang.String, boolean)"><B>grep(File, String, boolean)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/StringFunctions.html" title="class in org.josql.functions">StringFunctions</A>
<DD><a target="../org/josql/functions/_blank" href="http://www.gnu.org/software/grep/grep.html">grep</a> 
 through a file, line by line, and determine what matches there are to the nominated
 String.
<DT><A HREF="../org/josql/functions/StringFunctions.html#grep(java.io.File, java.lang.String)"><B>grep(File, String)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/StringFunctions.html" title="class in org.josql.functions">StringFunctions</A>
<DD><a target="../org/josql/functions/_blank" href="http://www.gnu.org/software/grep/grep.html">grep</a>
 through a file, line by line, and determine what matches there are to the nominated
 String.
<DT><A HREF="../org/josql/internal/Grouper.html#group(java.util.List)"><B>group(List)</B></A> - 
Method in class org.josql.internal.<A HREF="../org/josql/internal/Grouper.html" title="class in org.josql.internal">Grouper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#GROUP_BY_RESULTS"><B>GROUP_BY_RESULTS</B></A> - 
Static variable in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/GroupByExpressionComparator.html" title="class in org.josql.internal"><B>GroupByExpressionComparator</B></A> - Class in <A HREF="../org/josql/internal/package-summary.html">org.josql.internal</A><DD>&nbsp;<DT><A HREF="../org/josql/internal/GroupByExpressionComparator.html#GroupByExpressionComparator(org.josql.Query, java.util.Comparator, boolean)"><B>GroupByExpressionComparator(Query, Comparator, boolean)</B></A> - 
Constructor for class org.josql.internal.<A HREF="../org/josql/internal/GroupByExpressionComparator.html" title="class in org.josql.internal">GroupByExpressionComparator</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JoSQLParser.html#GroupBys()"><B>GroupBys()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Grouper.html" title="class in org.josql.internal"><B>Grouper</B></A> - Class in <A HREF="../org/josql/internal/package-summary.html">org.josql.internal</A><DD>&nbsp;<DT><A HREF="../org/josql/internal/Grouper.html#Grouper(org.josql.Query)"><B>Grouper(Query)</B></A> - 
Constructor for class org.josql.internal.<A HREF="../org/josql/internal/Grouper.html" title="class in org.josql.internal">Grouper</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/GroupingFunctions.html" title="class in org.josql.functions"><B>GroupingFunctions</B></A> - Class in <A HREF="../org/josql/functions/package-summary.html">org.josql.functions</A><DD>&nbsp;<DT><A HREF="../org/josql/functions/GroupingFunctions.html#GroupingFunctions()"><B>GroupingFunctions()</B></A> - 
Constructor for class org.josql.functions.<A HREF="../org/josql/functions/GroupingFunctions.html" title="class in org.josql.functions">GroupingFunctions</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JoSQLParser.html#GroupLimit()"><B>GroupLimit()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/parser/JoSQLParser.html#GroupOrderBys()"><B>GroupOrderBys()</B></A> - 
Method in class org.josql.parser.<A HREF="../org/josql/parser/JoSQLParser.html" title="class in org.josql.parser">JoSQLParser</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/functions/CollectionFunctions.html#grp(java.util.List, org.josql.expressions.Expression)"><B>grp(List, Expression)</B></A> - 
Method in class org.josql.functions.<A HREF="../org/josql/functions/CollectionFunctions.html" title="class in org.josql.functions">CollectionFunctions</A>
<DD>Group objects from the List based upon the expression passed in.
<DT><A HREF="../org/josql/Query.html#GRPBY_OBJ_VAR_NAME"><B>GRPBY_OBJ_VAR_NAME</B></A> - 
Static variable in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/Query.html#GRPBY_OBJ_VAR_NAME_SYNONYM"><B>GRPBY_OBJ_VAR_NAME_SYNONYM</B></A> - 
Static variable in class org.josql.<A HREF="../org/josql/Query.html" title="class in org.josql">Query</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Utilities.html#GT"><B>GT</B></A> - 
Static variable in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/internal/Utilities.html#GTE"><B>GTE</B></A> - 
Static variable in class org.josql.internal.<A HREF="../org/josql/internal/Utilities.html" title="class in org.josql.internal">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../org/josql/expressions/GTLTExpression.html" title="class in org.josql.expressions"><B>GTLTExpression</B></A> - Class in <A HREF="../org/josql/expressions/package-summary.html">org.josql.expressions</A><DD>This class represents one of the following:
 
   <b>></b> - Greater than
   <b><</b> - Less than
   <b>>=</b> - Greater than or equal to
   <b><=</b> - Less than or equal to
 <DT><A HREF="../org/josql/expressions/GTLTExpression.html#GTLTExpression()"><B>GTLTExpression()</B></A> - 
Constructor for class org.josql.expressions.<A HREF="../org/josql/expressions/GTLTExpression.html" title="class in org.josql.expressions">GTLTExpression</A>
<DD>&nbsp;
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Y</A> <HR>
<center><dd><a href='http://sourceforge.net'><img border='0' height='31' width='88' title='SourceForge' src='http://sourceforge.net/sflogo.php?group_id=josql&type=1' />&#160;&#160;</a>Copyright &#169; 2010 Gary Bentley. All Rights Reserved.</dd></center>
</BODY>
</HTML>