A B C D E F G H I J K L M N O P Q R S T U V W X

D

DBConnDirect - class xbn.db.DBConnDirect.
Convenience class for handling a single database connection.
DBConnDirect(Connection, String, Outputter) - Constructor for class xbn.db.DBConnDirect
Create a DBConnDirect.
DBConnDirect(String) - Constructor for class xbn.db.DBConnDirect
Create a DBConnDirect.
DBConnDirect(String, Outputter) - Constructor for class xbn.db.DBConnDirect
Create a DBConnDirect.
DBConnection - class xbn.db.DBConnection.
Convenience class for handling a single database connection created from the user/pass/JDBC characteristics.
DBConnection(String, String, String, String, String) - Constructor for class xbn.db.DBConnection
Create a DBConnection.
DBConnection(String, String, String, String, String, Outputter) - Constructor for class xbn.db.DBConnection
Create a DBConnection.
DBConnStatement - class xbn.db.DBConnStatement.
A convenience class to manage a Statement, and the associated DBConnDirect and sql text.
DBConnStatement(DBConnDirect, String) - Constructor for class xbn.db.DBConnStatement
Create a DBConnStatement.
DBConnStatement(DBConnDirect, String, int, int) - Constructor for class xbn.db.DBConnStatement
Create a DBConnStatement.
DBCSPlain - class xbn.db.DBCSPlain.
A DBConnStatement that manages a plain java.sql.Statement.
DBCSPlain(DBConnDirect, String) - Constructor for class xbn.db.DBCSPlain
 
DBCSPlain(DBConnDirect, String, int, int) - Constructor for class xbn.db.DBCSPlain
 
DBCSPrepared - class xbn.db.DBCSPrepared.
A DBConnStatement that handles a java.sql.PreparedStatement.
DBCSPrepared(DBConnDirect, String) - Constructor for class xbn.db.DBCSPrepared
 
DBCSPrepared(DBConnDirect, String, int, int) - Constructor for class xbn.db.DBCSPrepared
 
dbg(String) - Method in class xbn.db.DBConnDirect
 
dbg(String) - Method in interface xbn.output.Debuggable
Output a line of text.
dbg(String) - Method in class xbn.template.TemplateFiller
 
dbgnl(String) - Method in class xbn.db.DBConnDirect
 
dbgnl(String) - Method in interface xbn.output.Debuggable
Output a line of text without an ending newline.
dbgnl(String) - Method in class xbn.template.TemplateFiller
 
deactivate() - Method in class xbn.output.OWFile
Deactivate this OWFile.
Debuggable - interface xbn.output.Debuggable.
A class implementing Debuggable has permanent, optional and configurable output.
declareExtFillComplete() - Method in class xbn.template.TemplateFiller
Declare that the external fill has been completed.
declareNoViolation() - Method in class xbn.array.AOOValid
When extending the isValid function, you must call this immediately before your function returns true.
declareNoViolation() - Method in class xbn.array.primitive.PrimitiveArray
Declare that this PrimitiveArray and its contents are truly valid.
declareNoViolation() - Method in class xbn.array.primitive.PAViolation
Declare that this PrimitiveArray and its contents are truly valid.
delete(int, int) - Method in class xbn.string.StringOrBuffer
Delete a range of characters.
delete(int, int) - Method in class xbn.string.SOBString
Delete a range of characters.
delete(int, int) - Method in class xbn.string.SOBStringBuffer
Delete a range of characters.
deleteAll() - Method in class xbn.string.StringOrBuffer
Delete all characters.
deleteCharAt(int) - Method in class xbn.string.StringOrBuffer
Delete a character.
deleteCharAt(int) - Method in class xbn.string.SOBString
Delete a character.
deleteCharAt(int) - Method in class xbn.string.SOBStringBuffer
Delete a character.
DirFile - class xbn.util.DirFile.
[Deprecated for DirScan] Represents a directory, and all files/directories/sub-directories/...
DirFile(String) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, FileFilter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, FileFilter, Outputter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, int) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, int, FileFilter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, int, FileFilter, Outputter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, int, Outputter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirFile(String, Outputter) - Constructor for class xbn.util.DirFile
Create a DirFile.
DirScan - class xbn.util.DirScan.
Retrive the paths to all files/dirs contained in a directory.
DirScan(String) - Constructor for class xbn.util.DirScan
Create a DirScan.
DirScan(String, DSConfig) - Constructor for class xbn.util.DirScan
Create a DirScan.
disconnect() - Method in class xbn.db.DBConnDirect
Disconnect from the database.
doAddInOrder() - Method in class xbn.array.VectorWrapper
When elements are added, should they be added in order of something?
doAllowOWSetInMidFill() - Method in class xbn.template.TemplateFiller
Is it legal to call setOWriter/setOWIntoSB in mid-fill?
doAssumePAActlValid() - Method in class xbn.array.CompareArrays
Should it be assumed (by hasRqdValues) that the actual PrimitiveArray is (individually) valid and ready for comparison?
doAssumePARqdValid() - Method in class xbn.array.CompareArrays
Should it be assumed (by hasRqdValues) that the required PrimitiveArray is (individually) valid and ready for comparison?
doAssumePAsValid() - Method in class xbn.array.CompareArrays
Should it be assumed (by hasRqdValues) that both the required and actual PrimitiveArrays are (individually) valid and ready for comparison?
doAutoFlush() - Method in class xbn.output.OWWrapper
Should the [writer/stream] be automatically flushed, after each output?
doCheckRightForEsc() - Method in class xbn.string.TrimChars
Should only non-escaped characters be trimmed from the right side?
doChop() - Method in class xbn.string.padchop.PCSConfig
If the string's length exceeds getLength, should it it be chopped?.
doCrashIfNull() - Method in class xbn.string.padchop.SpcfcCfgIfNull
If [the string to be padded/trimmed] is null, should an exception be thrown?
doCrashIfStartStart() - Method in class xbn.util.TimerUnits
When the timer is already started, is it legal to start it again?
doCrashIfStopStop() - Method in class xbn.util.TimerUnits
When the timer is already stopped, is it legal to stop it again?
doCrashIfUnacceptable() - Method in interface xbn.config.CRFilter
If an unacceptable variable exists in the source text, should a crash occur?
doesExist(char) - Method in class xbn.array.VWChar
Was an char already added?
doesExist(double) - Method in class xbn.array.VWDouble
Was an double already added?
doesExist(int) - Method in class xbn.array.VWInt
Was an int already added?
doesExist(String) - Method in class xbn.array.VWString
Was a string already added?
doesExist(String) - Method in class xbn.named.NamedArray
Does the provided name represent an actually-existing Named object?
doesExist(String) - Method in class xbn.named.VWNamed
Was a Named object with the provided name already added?
doesExist(String) - Method in class xbn.named.ManualNamedArray
Does the provided name exist in the Named array?
doesExistInSrtd(char) - Method in class xbn.array.APChar
Does the provided character exist in the sorted char-array-being-protected?
doesExistInSrtd(int) - Method in class xbn.array.APInt
Does the provided int exist in the sorted int-array-being-protected?
doesExpire() - Method in class xbn.util.TimerUnits
Does this timer ever expire?
doFlushCloseInFinalize() - Method in class xbn.output.OWWrapper
Should the [writer/stream] be flushed and closed in finalize?.
doIgnoreAll() - Method in class xbn.string.escape.USCIgnore
Should all non-should-be-escaped characters be ignored?
doIgnoreDirs() - Method in class xbn.util.DSConfig
Are directories included suppressed from the resulting Vector?.
doIgnoreSurrTxt() - Method in class xbn.template.TParseConfig
Should surrounding text be ignored?
doListStrsOnError() - Method in class xbn.array.AOSLCreator
In the case of an error, should the list of strings be presented in the error message?
doListUnqStrs() - Method in class xbn.array.AOSLookup
Should getUnqStrList and appendUSLToSB print out the list of strings?
doMakeVisible() - Method in class xbn.array.primitive.LPAConfig
Get the string that should precede the entire list.
doPad() - Method in class xbn.string.padchop.PCSConfig
If the string's length does not meet getLength, should it it be padded?.
doSuppressFinalizeIOX() - Method in class xbn.output.OWWrapper
If an IOException should occur in finalize, should it be suppressed?
doThrowOnNoRowUpdate() - Method in class xbn.db.QueryBase
If true, and no rows are affected in an update statement, then throw an SQLException, instead of returning 0.
doTrimLeft() - Method in class xbn.string.TALConfig
Should characters be trimmed off the left side of each line?
doTrimName() - Method in class xbn.config.CRCVTrim
Should name of a configuration variable be trimmed?
doTrimRight() - Method in class xbn.string.TALConfig
Should characters be trimmed off the right side of each line?
doTrimVLs() - Method in class xbn.config.CRCVTrim
Should every line in the value of a configuration variable be trimmed?
doUseESChar() - Method in class xbn.config.CRCVTrim
Should the special empty-string character be used?
DSConfig - class xbn.util.DSConfig.
Configuration for a DirScan.
DSConfig() - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean, boolean) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean, boolean, FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean, FileFilter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean, FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(boolean, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(FileFilter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, boolean) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, boolean, FileFilter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, boolean, FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, boolean, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, FileFilter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, boolean, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, FileFilter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, FileFilter, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(int, Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
DSConfig(Outputter) - Constructor for class xbn.util.DSConfig
Create a DSConfig.
dupAppend(StringBuffer, String, int) - Method in class xbn.string.UtilStringBuffer
Append a duplicated string onto the StringBuffer.
dupAppend(StringOrBuffer, String, int) - Method in class xbn.string.UtilSOB
Append a duplicated string onto the StringOrBuffer.

A B C D E F G H I J K L M N O P Q R S T U V W X


Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo