Java Doc for ControlInfo.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » impl » load » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derby.impl.load 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.impl.load.ControlInfo

ControlInfo
class ControlInfo (Code)


Field Summary
final static  StringCOLUMN_DEFINITION
    
final static  StringCOLUMN_WIDTHS
    
final static  StringCOMMA
    
final static  StringCOMMIT_COUNT
    
final static  StringCR
    
final static  StringCRLF
    
final static  StringDATA_CODESET
    
final static  StringDB2_DELIMITED_FORMAT
    
final static  StringDEFAULT_COLUMN_DEFINITION
    
final static  StringDEFAULT_COMMIT_COUNT
    
final static  StringDEFAULT_ESCAPE
    
final static  StringDEFAULT_FIELD_END_DELIMITER
    
final static  StringDEFAULT_FIELD_SEPARATOR
    
final static  StringDEFAULT_FIELD_START_DELIMITER
    
final static  StringDEFAULT_FORMAT
    
final static  StringDEFAULT_NULL_STRING
    
final static  StringDEFAULT_QUOTE
    
final static  StringDEFAULT_RECORD_SEPARATOR
    
final static  StringDEFAULT_START_ROW
    
final static  StringDEFAULT_STOP_ROW
    
final static  StringDEFAULT_VERSION
    
final static  StringEMPTY_LINE
    
final static  StringESCAPE
    
final static  StringFF
    
final static  StringFIELD_END_DELIMITER
    
final static  StringFIELD_SEPARATOR
    
final static  StringFIELD_START_DELIMITER
    
final static  StringFORMAT
    
final static  StringHAS_DELIMETER_AT_END
    
final static  StringINTERNAL_COMMA
    
final static  StringINTERNAL_CR
    
final static  StringINTERNAL_CRLF
    
final static  StringINTERNAL_EMPTY_LINE
    
final static  StringINTERNAL_FALSE
    
final static  StringINTERNAL_FF
    
final static  StringINTERNAL_LF
    
final static  StringINTERNAL_LFCR
    
final static  StringINTERNAL_NEWLINE
    
final static  StringINTERNAL_NONE
    
final static  StringINTERNAL_SEMICOLON
    
final static  StringINTERNAL_SPACE
    
final static  StringINTERNAL_TAB
    
final static  StringINTERNAL_TRUE
    
final static  StringLF
    
final static  StringLFCR
    
final static  StringMESSAGE_FILE
    
final static  StringNEWLINE
    
final static  StringNULL_STRING
    
final static  StringQUOTE
    
final static  StringRECORD_SEPARATOR
    
final static  StringSEMICOLON
    
final static  StringSPACE
    
final static  StringSTART_ROW
    
final static  StringSTOP_ROW
    
final static  StringTAB
    
final static  StringVERSION
    

Constructor Summary
public  ControlInfo()
    

Method Summary
 StringgetColumnDefinition()
    
 int[]getColumnWidths()
    
 PropertiesgetCurrentProperties()
    
 StringgetCurrentVersion()
    
 StringgetDataCodeset()
    
 StringgetFieldEndDelimiter()
    
 StringgetFieldSeparator()
    
 StringgetFieldStartDelimiter()
    
 StringgetFormat()
    
 StringgetHasDelimeterAtEndString()
    
 booleangetHasDelimiterAtEnd()
    
 StringgetNullString()
    
 StringgetPropertyValue(String aKey)
    
 StringgetRecordSeparator()
    
public  voidsetCharacterDelimiter(String charDelimiter)
    
public  voidsetColumnWidths(String columnWidths)
    
public  voidsetControlProperties(String characterDelimiter, String columnDelimiter, String codeset)
    
public  voidsetDataCodeset(String codeset)
    
public  voidsetFieldEndDelimiter(String fedl)
    
public  voidsetFieldSeparator(String fieldSeperator)
    
public  voidsetFieldStartDelimiter(String fsdl)
    
public  voidsetHasDelimiterAtEnd(String hasDelimeterAtEnd)
    
public  voidsetNullString(String nullString)
    
public  voidsetRecordSeparator(String recordSeperator)
    
public  voidsetcolumnDefinition(String columnDefinition)
    

Field Detail
COLUMN_DEFINITION
final static String COLUMN_DEFINITION(Code)



COLUMN_WIDTHS
final static String COLUMN_WIDTHS(Code)



COMMA
final static String COMMA(Code)



COMMIT_COUNT
final static String COMMIT_COUNT(Code)



CR
final static String CR(Code)



CRLF
final static String CRLF(Code)



DATA_CODESET
final static String DATA_CODESET(Code)



DB2_DELIMITED_FORMAT
final static String DB2_DELIMITED_FORMAT(Code)



DEFAULT_COLUMN_DEFINITION
final static String DEFAULT_COLUMN_DEFINITION(Code)



DEFAULT_COMMIT_COUNT
final static String DEFAULT_COMMIT_COUNT(Code)



DEFAULT_ESCAPE
final static String DEFAULT_ESCAPE(Code)



DEFAULT_FIELD_END_DELIMITER
final static String DEFAULT_FIELD_END_DELIMITER(Code)



DEFAULT_FIELD_SEPARATOR
final static String DEFAULT_FIELD_SEPARATOR(Code)



DEFAULT_FIELD_START_DELIMITER
final static String DEFAULT_FIELD_START_DELIMITER(Code)



DEFAULT_FORMAT
final static String DEFAULT_FORMAT(Code)



DEFAULT_NULL_STRING
final static String DEFAULT_NULL_STRING(Code)



DEFAULT_QUOTE
final static String DEFAULT_QUOTE(Code)



DEFAULT_RECORD_SEPARATOR
final static String DEFAULT_RECORD_SEPARATOR(Code)



DEFAULT_START_ROW
final static String DEFAULT_START_ROW(Code)



DEFAULT_STOP_ROW
final static String DEFAULT_STOP_ROW(Code)



DEFAULT_VERSION
final static String DEFAULT_VERSION(Code)



EMPTY_LINE
final static String EMPTY_LINE(Code)



ESCAPE
final static String ESCAPE(Code)



FF
final static String FF(Code)



FIELD_END_DELIMITER
final static String FIELD_END_DELIMITER(Code)



FIELD_SEPARATOR
final static String FIELD_SEPARATOR(Code)



FIELD_START_DELIMITER
final static String FIELD_START_DELIMITER(Code)



FORMAT
final static String FORMAT(Code)



HAS_DELIMETER_AT_END
final static String HAS_DELIMETER_AT_END(Code)



INTERNAL_COMMA
final static String INTERNAL_COMMA(Code)



INTERNAL_CR
final static String INTERNAL_CR(Code)



INTERNAL_CRLF
final static String INTERNAL_CRLF(Code)



INTERNAL_EMPTY_LINE
final static String INTERNAL_EMPTY_LINE(Code)



INTERNAL_FALSE
final static String INTERNAL_FALSE(Code)



INTERNAL_FF
final static String INTERNAL_FF(Code)



INTERNAL_LF
final static String INTERNAL_LF(Code)



INTERNAL_LFCR
final static String INTERNAL_LFCR(Code)



INTERNAL_NEWLINE
final static String INTERNAL_NEWLINE(Code)



INTERNAL_NONE
final static String INTERNAL_NONE(Code)



INTERNAL_SEMICOLON
final static String INTERNAL_SEMICOLON(Code)



INTERNAL_SPACE
final static String INTERNAL_SPACE(Code)



INTERNAL_TAB
final static String INTERNAL_TAB(Code)



INTERNAL_TRUE
final static String INTERNAL_TRUE(Code)



LF
final static String LF(Code)



LFCR
final static String LFCR(Code)



MESSAGE_FILE
final static String MESSAGE_FILE(Code)



NEWLINE
final static String NEWLINE(Code)



NULL_STRING
final static String NULL_STRING(Code)



QUOTE
final static String QUOTE(Code)



RECORD_SEPARATOR
final static String RECORD_SEPARATOR(Code)



SEMICOLON
final static String SEMICOLON(Code)



SPACE
final static String SPACE(Code)



START_ROW
final static String START_ROW(Code)



STOP_ROW
final static String STOP_ROW(Code)



TAB
final static String TAB(Code)



VERSION
final static String VERSION(Code)




Constructor Detail
ControlInfo
public ControlInfo() throws Exception(Code)




Method Detail
getColumnDefinition
String getColumnDefinition() throws Exception(Code)



getColumnWidths
int[] getColumnWidths()(Code)



getCurrentProperties
Properties getCurrentProperties() throws Exception(Code)
read the control file properties into a local variable which is used later on In case there is no control file, read the default values for these properties
exception:
  Exception - if there is an error



getCurrentVersion
String getCurrentVersion() throws Exception(Code)



getDataCodeset
String getDataCodeset() throws Exception(Code)
Code set, can return null for use the default code set.
throws:
  Exception -



getFieldEndDelimiter
String getFieldEndDelimiter() throws Exception(Code)



getFieldSeparator
String getFieldSeparator() throws Exception(Code)



getFieldStartDelimiter
String getFieldStartDelimiter() throws Exception(Code)



getFormat
String getFormat() throws Exception(Code)



getHasDelimeterAtEndString
String getHasDelimeterAtEndString() throws Exception(Code)



getHasDelimiterAtEnd
boolean getHasDelimiterAtEnd() throws Exception(Code)



getNullString
String getNullString() throws Exception(Code)



getPropertyValue
String getPropertyValue(String aKey) throws Exception(Code)



getRecordSeparator
String getRecordSeparator() throws Exception(Code)



setCharacterDelimiter
public void setCharacterDelimiter(String charDelimiter) throws Exception(Code)



setColumnWidths
public void setColumnWidths(String columnWidths) throws Exception(Code)



setControlProperties
public void setControlProperties(String characterDelimiter, String columnDelimiter, String codeset) throws Exception(Code)



setDataCodeset
public void setDataCodeset(String codeset) throws Exception(Code)



setFieldEndDelimiter
public void setFieldEndDelimiter(String fedl) throws Exception(Code)



setFieldSeparator
public void setFieldSeparator(String fieldSeperator) throws Exception(Code)



setFieldStartDelimiter
public void setFieldStartDelimiter(String fsdl) throws Exception(Code)



setHasDelimiterAtEnd
public void setHasDelimiterAtEnd(String hasDelimeterAtEnd) throws Exception(Code)



setNullString
public void setNullString(String nullString) throws Exception(Code)



setRecordSeparator
public void setRecordSeparator(String recordSeperator) throws Exception(Code)



setcolumnDefinition
public void setcolumnDefinition(String columnDefinition) throws Exception(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.