Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apacheNaturalJiraReport(String) - Static method in class org.apache.derbyDemo.vtis.example.DerbyJiraReportVTI
-
Create from an file name identifying the server log file
- apacheNaturalLogFile(String) - Static method in class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
-
Create from a file name identifying the server log file
- ApacheServerLogVTI - Class in org.apache.derbyDemo.vtis.example
-
This is an XML-reading VTI which has been tweaked to handle the formatting of timestamps and nulls found in Apache server logs.
- ApacheServerLogVTI(InputStream) - Constructor for class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
-
Construct from the same arguments as our superclass.
C
- close() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- COLUMN_NAMES - Static variable in class org.apache.derbyDemo.vtis.example.LineListVTI
- COLUMN_NAMES - Static variable in class org.apache.derbyDemo.vtis.example.PropertyFileVTI
- COLUMN_NAMES - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
- COMMIT_TIME - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
- COMMITTER - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
D
- DerbyJiraReportVTI - Class in org.apache.derbyDemo.vtis.example
-
This is an XML-reading VTI which has been tweaked to handle the formatting of JIRA ids found in Derby JIRA reports.
- DerbyJiraReportVTI(InputStream) - Constructor for class org.apache.derbyDemo.vtis.example.DerbyJiraReportVTI
-
Construct from the same arguments as our superclass.
- DESCRIPTION - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
F
- FlatFileVTI - Class in org.apache.derbyDemo.vtis.core
-
This VTI makes a table out of the records in a flat file.
- FlatFileVTI(String[], String) - Constructor for class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Build a StringColumnVTI with the given column names
G
- getDateFormatter() - Method in class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
-
The Apache Server's logs format timestamps thusly: "01/Jul/2002:17:31:19 +0200"
- getDateFormatter() - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Subversion formats timestamps thusly: "2007-09-16 11:17:37 -0700 (Sun, 16 Sep 2007)"
- getLineNumber() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Get the current line number.
- getMetaData() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- getRawColumn(int) - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Get the string value of the column in the current row identified by the 1-based columnNumber.
- getRawColumn(int) - Method in class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
-
The Apache Server's logs represent nulls as "-".
- getString(int) - Method in class org.apache.derbyDemo.vtis.example.DerbyJiraReportVTI
-
JIRA prepends "DERBY-" to the issue key.
- getTextFileName() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Get the name of the file being read.
- getTimestamp(int) - Method in class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
-
The Apache Server's logs format timestamps thusly: "01/Jul/2002:17:31:19 +0200"
- getTimestamp(int) - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Subversion formats timestamps thusly: "2007-09-16 11:17:37 -0700 (Sun, 16 Sep 2007)"
I
- isRecordHeader(String) - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Returns true if a line is a record header.
L
- LINE - Static variable in class org.apache.derbyDemo.vtis.example.LineListVTI
- LINE_COUNT - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
- lineListVTI(String) - Static method in class org.apache.derbyDemo.vtis.example.LineListVTI
-
This is the method which is registered as a table function.
- LineListVTI - Class in org.apache.derbyDemo.vtis.example
-
This VTI makes a table out of a text file.
- LineListVTI(String) - Constructor for class org.apache.derbyDemo.vtis.example.LineListVTI
-
Build a LineListVTI given the name of a file.
N
- next() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
O
- org.apache.derbyDemo.vtis.core - package org.apache.derbyDemo.vtis.core
- org.apache.derbyDemo.vtis.example - package org.apache.derbyDemo.vtis.example
P
- parseRow() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Parse the next chunk of text, using readLine(), and return the next row.
- parseRow() - Method in class org.apache.derbyDemo.vtis.example.LineListVTI
-
Parse the next chunk of text, using readLine(), and return the next row.
- parseRow() - Method in class org.apache.derbyDemo.vtis.example.PropertyFileVTI
-
Parse the next chunk of text, using readLine(), and return the next row.
- parseRow() - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Parse the next chunk of text, using readLine(), and return the next row.
- PROPERTY_KEY - Static variable in class org.apache.derbyDemo.vtis.example.PropertyFileVTI
- PROPERTY_VALUE - Static variable in class org.apache.derbyDemo.vtis.example.PropertyFileVTI
- propertyFileVTI(String) - Static method in class org.apache.derbyDemo.vtis.example.PropertyFileVTI
-
This is the method which is registered as a table function.
- PropertyFileVTI - Class in org.apache.derbyDemo.vtis.example
-
This VTI makes a table out of a property file.
- PropertyFileVTI(String) - Constructor for class org.apache.derbyDemo.vtis.example.PropertyFileVTI
-
Build a PropertyFileVTI given the name of a Derby message file in the source tree.
R
- readField(String, int[]) - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Read the next field in the main line of the record.
- readLine() - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Read the next line from the file and return it.
- readNextLine() - Method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Read a line, possibly just using the last line that was pushed back.
- RECORD_HEADER - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
S
- subversionLogVTI(String) - Static method in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
This is the method which is registered as a table function.
- SubversionLogVTI - Class in org.apache.derbyDemo.vtis.example
-
This VTI makes a table out of the output of the subversion log ("svn log") command.
- SubversionLogVTI(String) - Constructor for class org.apache.derbyDemo.vtis.example.SubversionLogVTI
-
Build a SubversionLogVTI given the name of the output file created by the "svn log" command.
W
- wrap(String, Throwable) - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Wrap an exception in a SQLException.
- wrap(Throwable) - Method in class org.apache.derbyDemo.vtis.core.FlatFileVTI
-
Wrap an exception in a SQLException.
X
- XID - Static variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
_
- _closed - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _dateFormatter - Variable in class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI
- _dateFormatter - Variable in class org.apache.derbyDemo.vtis.example.DerbyJiraReportVTI
- _dateFormatter - Variable in class org.apache.derbyDemo.vtis.example.SubversionLogVTI
- _file - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _fileReader - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _lineNumber - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _lineReader - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _row - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
- _textFileName - Variable in class org.apache.derbyDemo.vtis.core.FlatFileVTI
All Classes and Interfaces|All Packages|Constant Field Values