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

A

append(File, String) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Appends a text at a spezified file.
ASCIIFile - class de.web.databasesupport.tools.iotools.ASCIIFile.
handles ASCII-files
ASCIIFile() - Constructor for class de.web.databasesupport.tools.iotools.ASCIIFile
 

B

BetterIOTools - class de.web.databasesupport.tools.iotools.BetterIOTools.
 
BetterIOTools() - Constructor for class de.web.databasesupport.tools.iotools.BetterIOTools
 
bodyHTML(TestedMethod) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a HTML-body using de.gmx.ndewitt.tools.test.TestedMenthod - objects.
bodyHTML(TestedMethod[]) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a HTML-body using de.gmx.ndewitt.tools.test.TestedMenthod - objects.

C

close() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Closes the connection to the database.
close() - Method in interface de.web.databasesupport.tools.database.Database
Closes the connection to the database.
COLUMN_BUFFER_LENGTH - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_CHAR_OCTET_LENGTH - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_DATA_TYPE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_DECIMAL_DIGITS - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_DEF - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_IS_NULLABLE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_NAME - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_NULLABLE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_NUM_PREC_RADIX - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_ORDINAL_POSITION - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_REMARKS - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_SIZE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_SQL_DATA_TYPE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_SQL_DATETIME_SUB - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
COLUMN_TYPE_NAME - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
columnExists(String, int) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Tests if a column exists.
columnExists(String, int) - Method in interface de.web.databasesupport.tools.database.Database
Tests if a column exists.
columnExists(String, String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Tests if a column exists.
columnExists(String, String) - Method in interface de.web.databasesupport.tools.database.Database
Tests if a column exists.
commit() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Commits pending data to the database.
commit() - Method in interface de.web.databasesupport.tools.database.Database
Commits pending data to the database.
countLines(File) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Counts the available lines of the given file.

D

Database - interface de.web.databasesupport.tools.database.Database.
This interface declares basic functionality to access a database.
de.web.databasesupport.tools.database - package de.web.databasesupport.tools.database
 
de.web.databasesupport.tools.iotools - package de.web.databasesupport.tools.iotools
 
de.web.databasesupport.tools.test - package de.web.databasesupport.tools.test
 

E

executeQuery(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Executes an Query from a SQL statement.
executeQuery(String) - Method in interface de.web.databasesupport.tools.database.Database
Executes an Query from a SQL statement.
executeUpdate(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Executes an Update statement.
executeUpdate(String) - Method in interface de.web.databasesupport.tools.database.Database
Executes an Update statement.

F

filecopy(String, String) - Static method in class de.web.databasesupport.tools.iotools.IOTools
Kopiert eine Datei.
filecopy(String, String) - Static method in class de.web.databasesupport.tools.iotools.BetterIOTools
 
filecopy(String, String, boolean) - Static method in class de.web.databasesupport.tools.iotools.IOTools
Kopiert eine Datei.
footerHTML() - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a HTML-footer.

G

generateLink(String) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a links from the method-name
generateLinkList(Vector) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a link-list from given HTML-Strings
getClassname() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the classname of the tested class.
getColumnCount(ResultSet) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the column count of a ResultSet.
getColumnCount(ResultSet) - Method in interface de.web.databasesupport.tools.database.Database
Returns the column count of a ResultSet.
getColumnCount(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the column count of the table.
getColumnCount(String) - Method in interface de.web.databasesupport.tools.database.Database
Returns the column count of the table.
getColumnDescription(String, int) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns a ResultSet containing a description of the column.
getColumnDescription(String, int) - Method in interface de.web.databasesupport.tools.database.Database
Returns a ResultSet containing a description of the column.
getColumnDescription(String, String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns a ResultSet containing a description of the column.
getColumnDescription(String, String) - Method in interface de.web.databasesupport.tools.database.Database
Returns a ResultSet containing a description of the column.
getColumnDescriptions(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns a ResultSet containing a description of all columns in table.
getColumnDescriptions(String) - Method in interface de.web.databasesupport.tools.database.Database
Returns a ResultSet containing a description of all columns in table.
getColumnNames(ResultSet) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the names of the Columns in a ResultSet.
getColumnNames(ResultSet) - Method in interface de.web.databasesupport.tools.database.Database
Returns the names of the Columns in a ResultSet.
getColumnNames(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns all column names for the table.
getColumnNames(String) - Method in interface de.web.databasesupport.tools.database.Database
Returns all column names for the table.
getColumnNamesVector(ResultSet) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the names of the Columns in a ResultSet.
getColumnNamesVector(ResultSet) - Method in interface de.web.databasesupport.tools.database.Database
Returns the names of the Columns in a ResultSet.
getColumnNamesVector(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns all column names for the table.
getColumnNamesVector(String) - Method in interface de.web.databasesupport.tools.database.Database
Returns all column names for the table.
getConnection() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the connection.
getDate() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the date of the start of the test.
getDate(long) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a Date-String (YYYY-MM-DD) from a date given in milliseconds since 1970.
getDriver() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the driver.
getExceptionlog() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the log of the throwns exception.
getMethodDescription() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the general method description.
getMethodLog() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the log of what the method has done.
getMethodName() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the methodname.
getParameter() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the parameter of the test.
getResultlog() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns a Vector with Strings containing all results the method has made.
getTableCount() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns the table count of the database.
getTableCount() - Method in interface de.web.databasesupport.tools.database.Database
Returns the table count of the database.
getTableDescription(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns a ResultSet containing description of a table.
getTableDescription(String) - Method in interface de.web.databasesupport.tools.database.Database
Returns a ResultSet containing description of a table.
getTableDescriptions() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns a ResultSet containing the descriptions of all tables.
getTableDescriptions() - Method in interface de.web.databasesupport.tools.database.Database
Returns a ResultSet containing the descriptions of all tables.
getTablenames() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns names of all tables within the database.
getTablenames() - Method in interface de.web.databasesupport.tools.database.Database
Returns names of all tables within the database.
getTablenamesVector() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Returns names of all tables within the database.
getTablenamesVector() - Method in interface de.web.databasesupport.tools.database.Database
Returns names of all tables within the database.
getTestClass() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the classname of the tester class who generated the TestedMethod-object..
getTester() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the testername.
getTime(long) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a Time-String (HH:MM:SS) from a date given in milliseconds since 1970.
getUsedMethodDescription() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns the description how the method was used in the test.

H

headerHTML(String) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a standard HTML-header
headerHTML(String, String, String, String, String) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a HTML-header including classname, tester, date, time and a class-description.

I

insert(File, String, int) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Inserts a text at the given linenumber of the spezified file.
IOTools - class de.web.databasesupport.tools.iotools.IOTools.
Diese Klasse stellt Methoden zur Dateiverwaltung zur Verfügung.
IOTools() - Constructor for class de.web.databasesupport.tools.iotools.IOTools
 
isClosed() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Tests if is opened.
isClosed() - Method in interface de.web.databasesupport.tools.database.Database
Tests if is closed.
isEmptyTestedMethod() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns if the TestedMethod is signed as empty.
isExistsResult() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns if a result exists.
isWithoutException() - Method in class de.web.databasesupport.tools.test.TestedMethod
Returns if there was no exception.

J

JDATA2_0_DRIVER - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
Driver for an ODBC-Database.
JDBC_ODBC_DRIVER - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
Driver for an JDBC-ODBC-Database like MS Access.

L

links - Static variable in class de.web.databasesupport.tools.test.MakeHTMLLog
 

M

makeAnchorTarget(String) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a anchor-point at the method-name
makeHTML(String, TestedMethod[], File, boolean) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a complete HTML-file and checks if file exists already.
MakeHTMLLog - class de.web.databasesupport.tools.test.MakeHTMLLog.
Generates a HTML-Log-file
MakeHTMLLog() - Constructor for class de.web.databasesupport.tools.test.MakeHTMLLog
 
makeToTop() - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates a link to the top (target is #linklist).

N

NotConnectedException - exception de.web.databasesupport.tools.database.NotConnectedException.
 
NotConnectedException() - Constructor for class de.web.databasesupport.tools.database.NotConnectedException
 
NotConnectedException(String) - Constructor for class de.web.databasesupport.tools.database.NotConnectedException
 

O

open() - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Opens the connection to the database.
open() - Method in interface de.web.databasesupport.tools.database.Database
Opens the connection to the database.

P

precompile(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Precompiles a SQL statement.
precompile(String) - Method in interface de.web.databasesupport.tools.database.Database
Precompiles a SQL statement.

R

read(File) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Reads a text from the spezified File and returns it as one big String.
readAsArray(File) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Reads a text from the spezified File and returns it as a String-array. each line is represented as one field in the array.
readAsVector(File) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Reads a text from the spezified File and returns it as a Vector of Strings. each line is represented through one String-object in the Vector.

S

setExceptionlog(String) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets the log of the thrown exceptions in the method.
setExistsResult(boolean) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets if there was a result generated by the tested method.
setMethodLog(String) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets the log of the method.
setParameter(String[]) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets the used parameters of this TestedMethod-object.
setResultlog(Vector) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets the log of the results produced in the method.
setWithoutException(boolean) - Method in class de.web.databasesupport.tools.test.TestedMethod
Sets if there was no exception in the testrun of the method.
showResult(ResultSet) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates from a ResultSet a Vector of Strings including a header, columnname and content.
showStringArray(String[]) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
generates from a String-array a Vector of Strings including a header, columnname and content.
showStringVector(Vector) - Static method in class de.web.databasesupport.tools.test.MakeHTMLLog
Adds to a Vector a information header at the front.
SimpleDatabase - class de.web.databasesupport.tools.database.SimpleDatabase.
Implemented Interface Database.
SimpleDatabase(String, String) - Constructor for class de.web.databasesupport.tools.database.SimpleDatabase
Constructor An URL for the JDBC:ODBC-Driver can look like "jdbc:odbc:YourDB".
SimpleDatabase(String, String, Properties) - Constructor for class de.web.databasesupport.tools.database.SimpleDatabase
Constructor An URL for the JDBC:ODBC-Driver can look like "jdbc:odbc:YourDB".
SimpleDatabase(String, String, String, String) - Constructor for class de.web.databasesupport.tools.database.SimpleDatabase
Constructor An URL for the JDBC:ODBC-Driver can look like "jdbc:odbc:YourDB".

T

TABLE_CAT - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
TABLE_NAME - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
TABLE_REMARKS - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
TABLE_SCHEM - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
TABLE_TYPE - Static variable in class de.web.databasesupport.tools.database.SimpleDatabase
 
tableExists(String) - Method in class de.web.databasesupport.tools.database.SimpleDatabase
Tests if a table exists.
tableExists(String) - Method in interface de.web.databasesupport.tools.database.Database
Tests if a table exists.
TestedMethod - class de.web.databasesupport.tools.test.TestedMethod.
Contains Information about a testrun on a method
TestedMethod(String, String) - Constructor for class de.web.databasesupport.tools.test.TestedMethod
Constructs a new TestedMethod - object and sets the classname of the tested class, the methodname of the tested method and signs it as a empty TestedMethod - object.
TestedMethod(String, String, String, String, String, long, String) - Constructor for class de.web.databasesupport.tools.test.TestedMethod
Constructs a new TestedMethod - object and sets the classname of the tested class, the methodname of the tested method, the general description of the method, who tests this method the description how a tests will use this method and when the tests runs.

W

write(File, String, boolean) - Static method in class de.web.databasesupport.tools.iotools.ASCIIFile
Writes a text to the spezified File, if allowed.

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