A B C D E F G I J L M N O P R S T U W

A

absolute(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the given row number in this ResultSet object.
acceptsURL(String) - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method
addBatch(String) - Method in class org.relique.jdbc.csv.CsvStatement
Adds a feature to the Batch attribute of the CsvStatement object
afterLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.

B

beforeFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
buf - Variable in class org.relique.jdbc.csv.CsvWriter
 
buf - Variable in class org.relique.jdbc.csv.CsvReader
 

C

cancel() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
cancelRowUpdates() - Method in class org.relique.jdbc.csv.CsvResultSet
Cancels the updates made to the current row in this ResultSet object.
charset - Variable in class org.relique.jdbc.csv.CsvReader
 
charset - Variable in class org.relique.jdbc.csv.CsvConnection
Charset that should be used to read the files
CHARSET - Static variable in class org.relique.jdbc.csv.CsvDriver
 
clearBatch() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
clearWarnings() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
clearWarnings() - Method in class org.relique.jdbc.csv.CsvResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.relique.jdbc.csv.CsvConnection
Clears all warnings reported for this Connection object.
close() - Method in class org.relique.jdbc.csv.CsvWriter
Description of the Method
close() - Method in class org.relique.jdbc.csv.CsvStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.relique.jdbc.csv.CsvResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.relique.jdbc.csv.CsvReader
Description of the Method
close() - Method in class org.relique.jdbc.csv.CsvConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
closed - Variable in class org.relique.jdbc.csv.CsvConnection
Stores whether this Connection is closed or not
columnNames - Variable in class org.relique.jdbc.csv.SqlParser
Description of the Field
columnNames - Variable in class org.relique.jdbc.csv.CsvWriter
 
columnNames - Variable in class org.relique.jdbc.csv.CsvResultSetMetaData
Names of columns
columnNames - Variable in class org.relique.jdbc.csv.CsvResultSet
Array of available columns for referenced table
columnNames - Variable in class org.relique.jdbc.csv.CsvReader
 
columns - Variable in class org.relique.jdbc.csv.CsvWriter
 
columns - Variable in class org.relique.jdbc.csv.CsvReader
 
columnValues - Variable in class org.relique.jdbc.csv.SqlParser
 
columnWhereNames - Variable in class org.relique.jdbc.csv.SqlParser
 
columnWhereValues - Variable in class org.relique.jdbc.csv.SqlParser
 
commit() - Method in class org.relique.jdbc.csv.CsvConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
connect(String, Properties) - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method
connection - Variable in class org.relique.jdbc.csv.CsvStatement
 
counter - Variable in class org.relique.jdbc.csv.CsvWriter
 
CREATE_TABLE - Static variable in class org.relique.jdbc.csv.SqlParser
Description of the Field
createStatement() - Method in class org.relique.jdbc.csv.CsvConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
createTable(String[], String) - Method in class org.relique.jdbc.csv.CsvWriter
 
CsvConnection - class org.relique.jdbc.csv.CsvConnection.
This class implements the Connection interface for the CsvJdbc driver.
CsvConnection(String) - Constructor for class org.relique.jdbc.csv.CsvConnection
Creates a new CsvConnection that takes the supplied path
CsvConnection(String, Properties) - Constructor for class org.relique.jdbc.csv.CsvConnection
Creates a new CsvConnection that takes the supplied path and properties
CsvDatabaseMetaData - class org.relique.jdbc.csv.CsvDatabaseMetaData.
This class will implement the DatabaseMetaData interface for the CsvJdbc driver.
CsvDatabaseMetaData() - Constructor for class org.relique.jdbc.csv.CsvDatabaseMetaData
 
CsvDriver - class org.relique.jdbc.csv.CsvDriver.
This class implements the Driver interface for the CsvJdbc driver.
CsvDriver() - Constructor for class org.relique.jdbc.csv.CsvDriver
 
CsvReader - class org.relique.jdbc.csv.CsvReader.
This class is a helper class that handles the reading and parsing of data from a .csv file.
CsvReader(String) - Constructor for class org.relique.jdbc.csv.CsvReader
Constructor for the CsvReader object
CsvReader(String, char, boolean, String) - Constructor for class org.relique.jdbc.csv.CsvReader
Insert the method's description here.
CsvResultSet - class org.relique.jdbc.csv.CsvResultSet.
This class implements the ResultSet interface for the CsvJdbc driver.
CsvResultSet(CsvStatement, CsvReader, String, String[]) - Constructor for class org.relique.jdbc.csv.CsvResultSet
Constructor for the CsvResultSet object
CsvResultSet(CsvStatement, CsvReader, String, String[], String[], String[]) - Constructor for class org.relique.jdbc.csv.CsvResultSet
Constructor for the CsvResultSet object
CsvResultSetMetaData - class org.relique.jdbc.csv.CsvResultSetMetaData.
This class implements the ResultSetMetaData interface for the CsvJdbc driver.
CsvResultSetMetaData(String, String[]) - Constructor for class org.relique.jdbc.csv.CsvResultSetMetaData
Constructor for the CsvResultSetMetaData object
CsvStatement - class org.relique.jdbc.csv.CsvStatement.
This class implements the Statement interface for the CsvJdbc driver.
CsvStatement(CsvConnection) - Constructor for class org.relique.jdbc.csv.CsvStatement
Constructor for the CsvStatement object
CsvWriter - class org.relique.jdbc.csv.CsvWriter.
This class is a helper class that handles the reading and parsing of data from a .csv file.
CsvWriter(String) - Constructor for class org.relique.jdbc.csv.CsvWriter
Constructor for the CsvReader object
CsvWriter(String, char) - Constructor for class org.relique.jdbc.csv.CsvWriter
Insert the method's description here.
current - Variable in class org.relique.jdbc.csv.CsvWriter
 

D

DEFAULT_EXTENSION - Static variable in class org.relique.jdbc.csv.CsvDriver
 
DEFAULT_SEPARATOR - Static variable in class org.relique.jdbc.csv.CsvDriver
 
DEFAULT_SUPPRESS - Static variable in class org.relique.jdbc.csv.CsvDriver
 
deleteRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Deletes the current row from this ResultSet object and from the underlying database.
DISPLAY_SIZE - Static variable in class org.relique.jdbc.csv.CsvResultSetMetaData
Default value for getColumnDisplaySize

E

endLine - Variable in class org.relique.jdbc.csv.CsvWriter
 
execute(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
execute(String, int) - Method in class org.relique.jdbc.csv.CsvStatement
 
execute(String, int[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
execute(String, String[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeBatch() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeQuery(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeUpdate(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeUpdate(String, int) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeUpdate(String, int[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeUpdate(String, String[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
extension - Variable in class org.relique.jdbc.csv.CsvConnection
File extension to use

F

FILE_EXTENSION - Static variable in class org.relique.jdbc.csv.CsvDriver
 
fileName - Variable in class org.relique.jdbc.csv.CsvWriter
 
fileName - Variable in class org.relique.jdbc.csv.CsvReader
 
filePath - Variable in class test.org.relique.jdbc.csv.TestCsvDriver
 
findColumn(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Maps the given ResultSet column name to its ResultSet column index.
first() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the first row in this ResultSet object.

G

getArray(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getAsciiStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAutoCommit() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the current auto-commit mode for this Connection object.
getBigDecimal(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated.  
getBigDecimal(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated.  
getBinaryStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getByte(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCatalog() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the catalog for the specified column.
getCharacterStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharset() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the charset property
getClob(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColumn(int) - Method in class org.relique.jdbc.csv.CsvWriter
Get the value of the column at the specified index.
getColumn(int) - Method in class org.relique.jdbc.csv.CsvReader
Get the value of the column at the specified index.
getColumn(String) - Method in class org.relique.jdbc.csv.CsvWriter
Get value from column at specified name.
getColumn(String) - Method in class org.relique.jdbc.csv.CsvReader
Get value from column at specified name.
getColumnClassName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the class for the specified column.
getColumnCount() - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the number of columns in the table.
getColumnDisplaySize(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the display column size for the specified column.
getColumnLabel(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the label for the specified column
getColumnName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the specified column
getColumnNames() - Method in class org.relique.jdbc.csv.SqlParser
Gets the columnNames attribute of the SqlParser object
getColumnNames() - Method in class org.relique.jdbc.csv.CsvWriter
Gets the columnNames attribute of the CsvReader object
getColumnNames() - Method in class org.relique.jdbc.csv.CsvReader
Gets the columnNames attribute of the CsvReader object
getColumnType(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getColumnTypeName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getConcurrency() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the concurrency mode of this ResultSet object.
getConnection() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the connection attribute of the CsvStatement object
getCursorName() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getDate(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDouble(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getExtension() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the extension property
getFetchDirection() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the fetchDirection attribute of the CsvStatement object
getFetchDirection() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchSize() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the fetchSize attribute of the CsvStatement object
getFetchSize() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the fetch size for this ResultSet object.
getFloat(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getGeneratedKeys() - Method in class org.relique.jdbc.csv.CsvStatement
 
getHoldability() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getInt(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getLong(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMajorVersion() - Method in class org.relique.jdbc.csv.CsvDriver
Gets the majorVersion attribute of the CsvDriver object
getMaxFieldSize() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the maxFieldSize attribute of the CsvStatement object
getMaxRows() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the maxRows attribute of the CsvStatement object
getMetaData() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMetaData() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMinorVersion() - Method in class org.relique.jdbc.csv.CsvDriver
Gets the minorVersion attribute of the CsvDriver object
getMoreResults() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the moreResults attribute of the CsvStatement object
getMoreResults(int) - Method in class org.relique.jdbc.csv.CsvStatement
 
getObject(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getPath() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the path property
getPrecision(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getPropertyInfo(String, Properties) - Method in class org.relique.jdbc.csv.CsvDriver
Gets the propertyInfo attribute of the CsvDriver object
getQueryTimeout() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the queryTimeout attribute of the CsvStatement object
getRef(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getResultSet() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSet attribute of the CsvStatement object
getResultSetConcurrency() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSetConcurrency attribute of the CsvStatement object
getResultSetHoldability() - Method in class org.relique.jdbc.csv.CsvStatement
 
getResultSetType() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSetType attribute of the CsvStatement object
getRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the current row number.
getScale(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getSchemaName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getSeperator() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the separator property
getShort(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getStatement() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getTableName() - Method in class org.relique.jdbc.csv.SqlParser
Gets the tableName attribute of the SqlParser object
getTableName() - Method in class org.relique.jdbc.csv.CsvWriter
 
getTableName() - Method in class org.relique.jdbc.csv.CsvReader
 
getTableName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getTime(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTimestamp(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTransactionIsolation() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves this Connection object's current transaction isolation level.
getType() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the type of this ResultSet object.
getTypeMap() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the Map object associated with this Connection object.
getUnicodeStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated. use getCharacterStream instead
getUpdateCount() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the updateCount attribute of the CsvStatement object
getURL(int) - Method in class org.relique.jdbc.csv.CsvResultSet
 
getURL(String) - Method in class org.relique.jdbc.csv.CsvResultSet
 
getWarnings() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the warnings attribute of the CsvStatement object
getWarnings() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the first warning reported by calls on this Connection object.
getWhereColumnNames() - Method in class org.relique.jdbc.csv.SqlParser
 
getWhereColumnValues() - Method in class org.relique.jdbc.csv.SqlParser
 

I

info - Variable in class org.relique.jdbc.csv.CsvDriver
 
input - Variable in class org.relique.jdbc.csv.CsvWriter
 
input - Variable in class org.relique.jdbc.csv.CsvReader
 
INSERT - Static variable in class org.relique.jdbc.csv.SqlParser
 
insertRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
is - Variable in class org.relique.jdbc.csv.CsvResultSet
InputStream to keep track of
isAfterLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Gets the auto increment falg for the specfied column.
isBeforeFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the case sensitivity flag for the specfied column
isClosed() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves whether this Connection object has been closed.
isCurrency(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the currency flag for the specified column
isDefinitelyWritable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
isFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNullable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the nullable flag for the specfied column
isReadOnly() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
isSearchable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the searchable flag for the specified column
isSigned(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the signed flag for the specfied column
isSuppressHeaders() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the suppressHeaders property
isWritable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done

J

jdbcCompliant() - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method

L

last() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the last row in this ResultSet object.
lastIndexRead - Variable in class org.relique.jdbc.csv.CsvResultSet
Last column name index read

M

main(String[]) - Static method in class test.org.relique.jdbc.csv.RunTests
 
moveToCurrentRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the insert row.

N

nativeSQL(String) - Method in class org.relique.jdbc.csv.CsvConnection
Converts the given SQL statement into the system's native SQL grammar.
newLine(String[], String[]) - Method in class org.relique.jdbc.csv.CsvWriter
 
next() - Method in class org.relique.jdbc.csv.CsvWriter
Description of the Method
next() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor down one row from its current position.
next() - Method in class org.relique.jdbc.csv.CsvReader
Description of the Method

O

org.relique.jdbc.csv - package org.relique.jdbc.csv
 
output - Variable in class org.relique.jdbc.csv.CsvWriter
 

P

parse(String) - Method in class org.relique.jdbc.csv.SqlParser
Description of the Method
parseCsvLine(String) - Method in class org.relique.jdbc.csv.CsvWriter
 
parseCsvLine(String) - Method in class org.relique.jdbc.csv.CsvReader
 
path - Variable in class org.relique.jdbc.csv.CsvConnection
Directory where the CSV files to use are located
preAccessor(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Perform pre-accessor method processing
preAccessor(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Perform pre-accessor method processing
prepareCall(String) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, int[]) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, String[]) - Method in class org.relique.jdbc.csv.CsvConnection
 
previous() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the previous row in this ResultSet object.

R

reader - Variable in class org.relique.jdbc.csv.CsvResultSet
Helper class that performs the actual file reads
refreshRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Refreshes the current row with its most recent value in the database.
relative(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class org.relique.jdbc.csv.CsvConnection
 
resultSetMetaData - Variable in class org.relique.jdbc.csv.CsvResultSet
Metadata for this ResultSet
resultSets - Variable in class org.relique.jdbc.csv.CsvStatement
 
rollback() - Method in class org.relique.jdbc.csv.CsvConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class org.relique.jdbc.csv.CsvConnection
 
rowDeleted() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the current row has been updated.
RunTests - class test.org.relique.jdbc.csv.RunTests.
 
RunTests() - Constructor for class test.org.relique.jdbc.csv.RunTests
 

S

SAMPLE_FILES_LOCATION_PROPERTY - Static variable in class test.org.relique.jdbc.csv.TestCsvDriver
 
SELECT - Static variable in class org.relique.jdbc.csv.SqlParser
 
separator - Variable in class org.relique.jdbc.csv.CsvWriter
 
separator - Variable in class org.relique.jdbc.csv.CsvReader
 
separator - Variable in class org.relique.jdbc.csv.CsvConnection
Field separator to use
SEPARATOR - Static variable in class org.relique.jdbc.csv.CsvDriver
 
setAutoCommit(boolean) - Method in class org.relique.jdbc.csv.CsvConnection
Sets this connection's auto-commit mode to the given state.
setCatalog(String) - Method in class org.relique.jdbc.csv.CsvConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCursorName(String) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the cursorName attribute of the CsvStatement object
setEscapeProcessing(boolean) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the escapeProcessing attribute of the CsvStatement object
setFetchDirection(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the fetchDirection attribute of the CsvStatement object
setFetchDirection(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchSize(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the fetchSize attribute of the CsvStatement object
setFetchSize(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setHoldability(int) - Method in class org.relique.jdbc.csv.CsvConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setMaxFieldSize(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the maxFieldSize attribute of the CsvStatement object
setMaxRows(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the maxRows attribute of the CsvStatement object
setQueryTimeout(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the queryTimeout attribute of the CsvStatement object
setReadOnly(boolean) - Method in class org.relique.jdbc.csv.CsvConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setSavepoint() - Method in class org.relique.jdbc.csv.CsvConnection
 
setSavepoint(String) - Method in class org.relique.jdbc.csv.CsvConnection
 
setTransactionIsolation(int) - Method in class org.relique.jdbc.csv.CsvConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTypeMap(Map) - Method in class org.relique.jdbc.csv.CsvConnection
Installs the given TypeMap object as the type map for this Connection object.
setUp() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 
SqlParser - class org.relique.jdbc.csv.SqlParser.
This is a very crude and SQL simple parser used by the Csv JDBC driver.
SqlParser() - Constructor for class org.relique.jdbc.csv.SqlParser
 
sqlType - Variable in class org.relique.jdbc.csv.SqlParser
 
statement - Variable in class org.relique.jdbc.csv.CsvResultSet
Statement that produced this ResultSet
statements - Variable in class org.relique.jdbc.csv.CsvConnection
Collection of all created Statements
suite() - Static method in class test.org.relique.jdbc.csv.RunTests
 
SUPPRESS_HEADERS - Static variable in class org.relique.jdbc.csv.CsvDriver
 
suppressHeaders - Variable in class org.relique.jdbc.csv.CsvReader
 
suppressHeaders - Variable in class org.relique.jdbc.csv.CsvConnection
Should headers be suppressed

T

tableName - Variable in class org.relique.jdbc.csv.SqlParser
 
tableName - Variable in class org.relique.jdbc.csv.CsvWriter
 
tableName - Variable in class org.relique.jdbc.csv.CsvResultSetMetaData
Name of table
tableName - Variable in class org.relique.jdbc.csv.CsvResultSet
Table referenced by the Statement
tableName - Variable in class org.relique.jdbc.csv.CsvReader
 
test.org.relique.jdbc.csv - package test.org.relique.jdbc.csv
 
TestCsvDriver - class test.org.relique.jdbc.csv.TestCsvDriver.
This class is used to test the CsvJdbc driver.
TestCsvDriver(String) - Constructor for class test.org.relique.jdbc.csv.TestCsvDriver
 
testMetadata() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 
testMetadataWithSupressedHeaders() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 
testParser() - Method in class test.org.relique.jdbc.csv.TestSqlParser
 
TestSqlParser - class test.org.relique.jdbc.csv.TestSqlParser.
This class is used to test the SqlParser class.
TestSqlParser(String) - Constructor for class test.org.relique.jdbc.csv.TestSqlParser
 
testWithDefaultValues() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 
testWithProperties() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 
testWithSuppressedHeaders() - Method in class test.org.relique.jdbc.csv.TestCsvDriver
 

U

UPDATE - Static variable in class org.relique.jdbc.csv.SqlParser
 
updateArray(int, Array) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateArray(String, Array) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateBlob(String, Blob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateBoolean(int, boolean) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateClob(String, Clob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateDate(int, Date) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a double value.
updateField(String[], String[], String[], String[]) - Method in class org.relique.jdbc.csv.CsvWriter
 
updateFloat(int, float) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a float value.
updateInt(int, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a long value.
updateNull(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a null value.
updateObject(int, Object) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateRef(String, Ref) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateShort(int, short) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a short value.
updateString(int, String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Timestamp value.
URL_PREFIX - Static variable in class org.relique.jdbc.csv.CsvDriver
 

W

wasNull() - Method in class org.relique.jdbc.csv.CsvResultSet
Reports whether the last column read had a value of SQL NULL.
whereColumnNames - Variable in class org.relique.jdbc.csv.CsvResultSet
 
whereColumnValues - Variable in class org.relique.jdbc.csv.CsvResultSet
 
whereStatement - Variable in class org.relique.jdbc.csv.SqlParser
 

A B C D E F G I J L M N O P R S T U W

Check out http://csvjdbc.sourceforge.net for more info.