Java Doc for ExamplesModel.java in  » J2EE » Sofia » com » salmonllc » examples » example7 » 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 » J2EE » Sofia » com.salmonllc.examples.example7 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.salmonllc.sql.DataStoreBuffer
      com.salmonllc.sql.DataStore
         com.salmonllc.examples.example7.ExamplesModel

ExamplesModel
public class ExamplesModel extends DataStore (Code)
Most of this model was generated by the IDE Tool Utility. One method was hand code: populateNavBar which takes the tata from the model and fills in a navbar gui component.


Field Summary
final public static  StringEXAMPLES_NAME
    
final public static  StringEXAMPLES_PAGE_URL
    
final public static  StringSOURCE_CODE_EXAMPLE_ID
    
final public static  StringSOURCE_CODE_FILENAME
    

Constructor Summary
public  ExamplesModel(String appName)
    

Method Summary
public  StringgetExamplesName()
    
public  StringgetExamplesName(int row)
    
public  StringgetExamplesPageUrl()
    
public  StringgetExamplesPageUrl(int row)
    
public  intgetSourceCodeExampleId()
    
public  intgetSourceCodeExampleId(int row)
    
public  StringgetSourceCodeFilename()
    
public  StringgetSourceCodeFilename(int row)
    
public  voidpopulateNavBar(JspNavBar nav, int groupNo)
    
public  voidsetExamplesName(String newValue)
    
public  voidsetExamplesName(int row, String newValue)
    
public  voidsetExamplesPageUrl(String newValue)
    
public  voidsetExamplesPageUrl(int row, String newValue)
    
public  voidsetSourceCodeExampleId(int newValue)
    
public  voidsetSourceCodeExampleId(int row, int newValue)
    
public  voidsetSourceCodeFilename(String newValue)
    
public  voidsetSourceCodeFilename(int row, String newValue)
    

Field Detail
EXAMPLES_NAME
final public static String EXAMPLES_NAME(Code)



EXAMPLES_PAGE_URL
final public static String EXAMPLES_PAGE_URL(Code)



SOURCE_CODE_EXAMPLE_ID
final public static String SOURCE_CODE_EXAMPLE_ID(Code)



SOURCE_CODE_FILENAME
final public static String SOURCE_CODE_FILENAME(Code)




Constructor Detail
ExamplesModel
public ExamplesModel(String appName)(Code)




Method Detail
getExamplesName
public String getExamplesName() throws DataStoreException(Code)



getExamplesName
public String getExamplesName(int row) throws DataStoreException(Code)



getExamplesPageUrl
public String getExamplesPageUrl() throws DataStoreException(Code)



getExamplesPageUrl
public String getExamplesPageUrl(int row) throws DataStoreException(Code)



getSourceCodeExampleId
public int getSourceCodeExampleId() throws DataStoreException(Code)



getSourceCodeExampleId
public int getSourceCodeExampleId(int row) throws DataStoreException(Code)



getSourceCodeFilename
public String getSourceCodeFilename() throws DataStoreException(Code)



getSourceCodeFilename
public String getSourceCodeFilename(int row) throws DataStoreException(Code)



populateNavBar
public void populateNavBar(JspNavBar nav, int groupNo) throws SQLException, DataStoreException(Code)
Populates a navigation component with the contents of the model



setExamplesName
public void setExamplesName(String newValue) throws DataStoreException(Code)



setExamplesName
public void setExamplesName(int row, String newValue) throws DataStoreException(Code)



setExamplesPageUrl
public void setExamplesPageUrl(String newValue) throws DataStoreException(Code)



setExamplesPageUrl
public void setExamplesPageUrl(int row, String newValue) throws DataStoreException(Code)



setSourceCodeExampleId
public void setSourceCodeExampleId(int newValue) throws DataStoreException(Code)



setSourceCodeExampleId
public void setSourceCodeExampleId(int row, int newValue) throws DataStoreException(Code)



setSourceCodeFilename
public void setSourceCodeFilename(String newValue) throws DataStoreException(Code)



setSourceCodeFilename
public void setSourceCodeFilename(int row, String newValue) throws DataStoreException(Code)



Fields inherited from com.salmonllc.sql.DataStore
final public static String CONNECTION_PARM_CACHE_DATADICTIONARY(Code)(Java Doc)
final public static String CONNECTION_PARM_CHECK_CONCURRENCY(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_DATES(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_DATETIMES(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_DECIMALS(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_INTS(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_STRINGS(Code)(Java Doc)
final public static String CONNECTION_PARM_REPLACE_NULL_TIMES(Code)(Java Doc)
final public static String CONNECTION_PARM_TRIM_STRINGS(Code)(Java Doc)
final public static String CONNECTION_PARM_USE_BIND_FOR_UPDATES(Code)(Java Doc)
final public static String CONNECTION_PARM_USE_DELETE_INSERT_FOR_UPDATES(Code)(Java Doc)
final public static int UPDATEMETHOD_DELETEINSERTS(Code)(Java Doc)
final public static int UPDATEMETHOD_UPDATES(Code)(Java Doc)
protected String _appName(Code)(Java Doc)

Methods inherited from com.salmonllc.sql.DataStore
public void addColumn(String column, int type)(Code)(Java Doc)
public void addColumn(String column, int type, boolean primaryKey, boolean updatable)(Code)(Java Doc)
public void addColumn(String table, String column, int type)(Code)(Java Doc)
public void addColumn(String table, String column, int type, boolean primaryKey, boolean updateable)(Code)(Java Doc)
public void addColumn(String table, String column, int type, boolean primaryKey, boolean updateable, String internalName)(Code)(Java Doc)
public void addFormattedColumn(String table, String column, int type, boolean primaryKey, boolean updateable, String colFormat)(Code)(Java Doc)
public void addJoin(String columnList1, String columnList2, boolean outerJoin)(Code)(Java Doc)
public void addJoin(String columnList1, String columnList2, boolean outerJoin, int relationType)(Code)(Java Doc)
public void addSQLPreviewListener(SQLPreviewListener p)(Code)(Java Doc)
public void addTableAlias(String table, String alias)(Code)(Java Doc)
public boolean allDataRetrieved()(Code)(Java Doc)
public void autoRetrieve()(Code)(Java Doc)
public synchronized void buildBuffer(DBConnection conn, String sql) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void buildBuffer(String sql) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public static String buildCriteriaString(AutoRetrieveCriteria crit)(Code)(Java Doc)
public String buildCriteriaStringForRow(int row, String table) throws DataStoreException(Code)(Java Doc)
public void cancelRetrieve()(Code)(Java Doc)
public String computeTableAndFieldName(String fieldName)(Code)(Java Doc)
public String computeTableName(String nameIn)(Code)(Java Doc)
public static DataStoreBuffer constructDataStore(String className, String applicationName)(Code)(Java Doc)
public static DataStoreBuffer constructDataStore(String className, String applicationName, String profileName)(Code)(Java Doc)
public void destroy() throws Exception(Code)(Java Doc)
public int estimateRowsRetrieved() throws DataStoreException, SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(DBConnection conn) throws SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(DBConnection conn, QBEBuilder criteria) throws SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(QBEBuilder criteria) throws DataStoreException, SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(DBConnection conn, String criteria) throws SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(DBConnection conn, String criteria, PreparedStatementParms psp) throws SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(String criteria) throws DataStoreException, SQLException(Code)(Java Doc)
public int estimateRowsRetrieved(String criteria, PreparedStatementParms psp) throws DataStoreException, SQLException(Code)(Java Doc)
public synchronized void execute(DBConnection conn, String sql) throws java.sql.SQLException(Code)(Java Doc)
public synchronized void execute(String sql) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void executePrepStmt(DBConnection conn, String stmt) throws java.sql.SQLException(Code)(Java Doc)
public synchronized void executePrepStmt(DBConnection conn, String stmt, PreparedStatementParms parms) throws java.sql.SQLException(Code)(Java Doc)
public void executePrepStmt(String stmt) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void executePrepStmt(String stmt, PreparedStatementParms parms) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void executeProc(DBConnection conn, String proc) throws java.sql.SQLException(Code)(Java Doc)
public synchronized void executeProc(DBConnection conn, String proc, StoredProcedureParms parms) throws java.sql.SQLException(Code)(Java Doc)
public void executeProc(String proc) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void executeProc(String proc, StoredProcedureParms parms) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public String exportAsSQL(DBConnection conn, String sDBType, String separator) throws Exception(Code)(Java Doc)
public String fixQuote(String data)(Code)(Java Doc)
public String formatDateTime(java.util.Date data)(Code)(Java Doc)
public String getAlias(int tableNo) throws DataStoreException(Code)(Java Doc)
public int getAliasCount()(Code)(Java Doc)
public String getAppName()(Code)(Java Doc)
public boolean getAutoValidate()(Code)(Java Doc)
public boolean getBatchInserts()(Code)(Java Doc)
public boolean getCheckConcurrency()(Code)(Java Doc)
public String getColumnDBColumnName(int col) throws DataStoreException(Code)(Java Doc)
public String getColumnDatabaseName(int col) throws DataStoreException(Code)(Java Doc)
public String getColumnFormat(int col) throws DataStoreException(Code)(Java Doc)
public String getColumnInternalName(int col) throws DataStoreException(Code)(Java Doc)
public String getColumnTableName(int col) throws DataStoreException(Code)(Java Doc)
public ColumnDefinition[] getColumnsForTable(String table)(Code)(Java Doc)
public boolean getConcurrencyCheckColumn(int col) throws DataStoreException(Code)(Java Doc)
public boolean getConcurrencyCheckColumn(String col) throws DataStoreException(Code)(Java Doc)
public String getCriteria()(Code)(Java Doc)
public String getDBMS()(Code)(Java Doc)
public String getDbProfile()(Code)(Java Doc)
public String getDefaultTable()(Code)(Java Doc)
public boolean getDistinct()(Code)(Java Doc)
public boolean getEnableCancel()(Code)(Java Doc)
public boolean getEnableThreads()(Code)(Java Doc)
public AutoRetrieveCriteria getGroupAutoRetrieveCriteria()(Code)(Java Doc)
public String getGroupBy()(Code)(Java Doc)
public String getHaving()(Code)(Java Doc)
public int getJoinColumnCount(int joinNo)(Code)(Java Doc)
public int getJoinCount()(Code)(Java Doc)
public String getJoinLeftColumn(int joinNo, int colNo)(Code)(Java Doc)
public boolean getJoinOuter(int joinNo)(Code)(Java Doc)
public int getJoinRelationType(int joinNo)(Code)(Java Doc)
public String getJoinRightColumn(int joinNo, int colNo)(Code)(Java Doc)
public int getMaxRows()(Code)(Java Doc)
public String getOrderBy()(Code)(Java Doc)
public Properties getProperties()(Code)(Java Doc)
public String getSelectStatement(DBConnection conn, String criteria)(Code)(Java Doc)
public String getTable(int tableNo) throws DataStoreException(Code)(Java Doc)
public String[] getTableList(boolean updateable)(Code)(Java Doc)
public boolean getTrimStrings()(Code)(Java Doc)
public int getUpdateMethod()(Code)(Java Doc)
public int getUseBindColumn(int col) throws DataStoreException(Code)(Java Doc)
public int getUseBindColumn(String col) throws DataStoreException(Code)(Java Doc)
public boolean getUseBindForUpdate()(Code)(Java Doc)
public boolean isAutoIncrement(int col) throws DataStoreException(Code)(Java Doc)
public boolean isAutoIncrement(String col) throws DataStoreException(Code)(Java Doc)
public boolean isColumnPrimaryKey(int col) throws DataStoreException(Code)(Java Doc)
public boolean isPrimaryKey(int col) throws DataStoreException(Code)(Java Doc)
public boolean isPrimaryKey(String col) throws DataStoreException(Code)(Java Doc)
public boolean isUpdateable(int col) throws DataStoreException(Code)(Java Doc)
public boolean isUpdateable(String col) throws DataStoreException(Code)(Java Doc)
public void loadConnectionParms()(Code)(Java Doc)
public void loadConnectionParms(DBConnection conn)(Code)(Java Doc)
public static boolean parensMatch(String s)(Code)(Java Doc)
public boolean ping() throws Exception(Code)(Java Doc)
public void populateFromResultSet(ResultSet rs) throws Exception(Code)(Java Doc)
public synchronized void reloadRow() throws DataStoreException, SQLException(Code)(Java Doc)
public synchronized void reloadRow(int rowNo) throws DataStoreException, SQLException(Code)(Java Doc)
public synchronized void reloadRow(DBConnection conn, int rowNo) throws DataStoreException, SQLException(Code)(Java Doc)
public void removeColumn(String column)(Code)(Java Doc)
public void removeJoin(String left, String right)(Code)(Java Doc)
public void removeSQLPreviewListener(SQLPreviewListener p)(Code)(Java Doc)
public void removeTableAlias(String table)(Code)(Java Doc)
public synchronized void reset()(Code)(Java Doc)
public void retrieve() throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void retrieve(DBConnection conn) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void retrieve(DBConnection conn, String criteria) throws SQLException(Code)(Java Doc)
public void retrieve(DBConnection conn, String criteria, PreparedStatementParms psp) throws SQLException(Code)(Java Doc)
public void retrieve(DBConnection conn, QBEBuilder criteria) throws SQLException(Code)(Java Doc)
public void retrieve(QBEBuilder criteria) throws SQLException, DataStoreException(Code)(Java Doc)
public synchronized void retrieve(String criteria) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public synchronized void retrieve(String criteria, PreparedStatementParms psp) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void run()(Code)(Java Doc)
public void setAppName(String appName)(Code)(Java Doc)
public void setAutoIncrement(int col, boolean auto) throws DataStoreException(Code)(Java Doc)
public void setAutoIncrement(String col, boolean auto) throws DataStoreException(Code)(Java Doc)
public void setAutoValidate(boolean autoValidate)(Code)(Java Doc)
public void setBatchInserts(boolean batchInserts)(Code)(Java Doc)
public void setCheckConcurrency(boolean truefalse)(Code)(Java Doc)
public void setConcurrencyCheckColumn(int col, boolean truefalse) throws DataStoreException(Code)(Java Doc)
public void setConcurrencyCheckColumn(String col, boolean truefalse) throws DataStoreException(Code)(Java Doc)
public void setConnection(DBConnection conn)(Code)(Java Doc)
public void setCriteria(String criteria)(Code)(Java Doc)
public void setDBProfile(String dbProfile)(Code)(Java Doc)
public void setDataSourceIn(DataSourceIn dsIn)(Code)(Java Doc)
public void setDataSourceOut(DataSourceOut dsOut)(Code)(Java Doc)
public void setDefaultTable(String table)(Code)(Java Doc)
public void setDistinct(boolean distinct)(Code)(Java Doc)
public void setEnableCancel(boolean truefalse)(Code)(Java Doc)
public void setEnableThreads(boolean truefalse)(Code)(Java Doc)
public void setGroupAutoRetrieveCriteria(AutoRetrieveCriteria crit)(Code)(Java Doc)
public void setGroupBy(String groupByColumns)(Code)(Java Doc)
public void setHaving(String havingCriteria)(Code)(Java Doc)
public void setMaxRows(int max)(Code)(Java Doc)
public void setOrderBy(String orderBy)(Code)(Java Doc)
public void setPrimaryKey(int col, boolean pkey) throws DataStoreException(Code)(Java Doc)
public void setPrimaryKey(String col, boolean pkey) throws DataStoreException(Code)(Java Doc)
public void setProperties(Properties p)(Code)(Java Doc)
public void setTrimStrings(boolean trim)(Code)(Java Doc)
public void setUpdateMethod(int updateMethod)(Code)(Java Doc)
public void setUpdateable(int col, boolean updateable) throws DataStoreException(Code)(Java Doc)
public void setUpdateable(String col, boolean updateable) throws DataStoreException(Code)(Java Doc)
public void setUseBindColumn(int col, int useBind) throws DataStoreException(Code)(Java Doc)
public void setUseBindColumn(String col, int useBind) throws DataStoreException(Code)(Java Doc)
public void setUseBindForUpdate(boolean truefalse)(Code)(Java Doc)
public int unDeleteRow(int row)(Code)(Java Doc)
public void union(DataStore dataStores) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void union(DataStore dataStore) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void union(DBConnection conn, DataStore dataStores) throws java.sql.SQLException(Code)(Java Doc)
public void union(DBConnection conn, DataStore dataStore) throws java.sql.SQLException, DataStoreException(Code)(Java Doc)
public void update() throws DataStoreException, java.sql.SQLException(Code)(Java Doc)
public void update(DBConnection conn) throws DataStoreException, java.sql.SQLException(Code)(Java Doc)
public void update(DBConnection conn, boolean handleTrans) throws DataStoreException, java.sql.SQLException(Code)(Java Doc)

Fields inherited from com.salmonllc.sql.DataStoreBuffer
final public static int AUTORETRIEVE_ALWAYS(Code)(Java Doc)
final public static int AUTORETRIEVE_NEVER(Code)(Java Doc)
final public static int AUTORETRIEVE_ONCHANGE(Code)(Java Doc)
final public static int BIND_DEFAULT(Code)(Java Doc)
final public static int BIND_FALSE(Code)(Java Doc)
final public static int BIND_TRUE(Code)(Java Doc)
final public static int BUFFER_DELETED(Code)(Java Doc)
final public static int BUFFER_FILTERED(Code)(Java Doc)
final public static int BUFFER_STANDARD(Code)(Java Doc)
final protected static int DATATYPE_ANY(Code)(Java Doc)
final public static int DATATYPE_BYTEARRAY(Code)(Java Doc)
final public static int DATATYPE_DATE(Code)(Java Doc)
final public static int DATATYPE_DATETIME(Code)(Java Doc)
final public static int DATATYPE_DOUBLE(Code)(Java Doc)
final public static int DATATYPE_FLOAT(Code)(Java Doc)
final public static int DATATYPE_INT(Code)(Java Doc)
final public static int DATATYPE_LONG(Code)(Java Doc)
final public static int DATATYPE_SHORT(Code)(Java Doc)
final public static int DATATYPE_STRING(Code)(Java Doc)
final public static int DATATYPE_TIME(Code)(Java Doc)
final public static int EXPORT_HTML(Code)(Java Doc)
final public static int EXPORT_TAB_DELIMITED(Code)(Java Doc)
final public static int EXPORT_XML(Code)(Java Doc)
final public static int RELATION_MANY_TO_ONE(Code)(Java Doc)
final public static int RELATION_ONE_TO_MANY(Code)(Java Doc)
final public static int RELATION_ONE_TO_ONE(Code)(Java Doc)
final public static int SORT_ASC(Code)(Java Doc)
final public static int SORT_DES(Code)(Java Doc)
final public static int STATUS_MODIFIED(Code)(Java Doc)
final public static int STATUS_NEW(Code)(Java Doc)
final public static int STATUS_NEW_MODIFIED(Code)(Java Doc)
final public static int STATUS_NOT_MODIFIED(Code)(Java Doc)
protected Vector _deletedRows(Code)(Java Doc)
protected DSDataStoreDescriptor _desc(Code)(Java Doc)
protected Vector _filteredRows(Code)(Java Doc)
protected boolean _manytoonerelationship(Code)(Java Doc)
protected boolean _retrieveInProgress_cancelInProgress(Code)(Java Doc)
protected Vector _rows(Code)(Java Doc)
protected Vector _waitingCancelThreads(Code)(Java Doc)
protected Vector _waitingRetrieveThreads(Code)(Java Doc)
final protected static boolean debug(Code)(Java Doc)

Methods inherited from com.salmonllc.sql.DataStoreBuffer
public void addBucket(String internalname, int type)(Code)(Java Doc)
public void addBucket(String internalname, int type, String format)(Code)(Java Doc)
public void addExpressionRule(String column, DataStoreExpression expression, String errorMessage, boolean executeOnServer) throws DataStoreException(Code)(Java Doc)
public void addExpressionRule(String column, String expression, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addExpressionRule(int column, DataStoreExpression expression, String errorMessage, boolean executeOnServer) throws DataStoreException(Code)(Java Doc)
public void addExpressionRule(int column, String expression, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addJavaScriptRule(String column, String javaScript, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addJavaScriptRule(int column, String javaScript, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addLookupRule(String column, String lookupTable, String searchExpression, String descriptionColumn, String descriptionBucket, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addLookupRule(int column, String lookupTable, String searchExpression, String descriptionColumn, String descriptionBucket, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addModelChangedListener(ModelChangedListener l)(Code)(Java Doc)
public void addRangeRule(int column, Object minValue, Object maxValue, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addRangeRule(String column, Object minValue, Object maxValue, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addRequiredRule(String column, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addRequiredRule(int column, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addReqularExpressionRule(String column, String regExp, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addReqularExpressionRule(int column, String regExp, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addTypeCheckRule(String column, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void addTypeCheckRule(int column, String errorMessage) throws DataStoreException(Code)(Java Doc)
public void appendRows(Vector rows)(Code)(Java Doc)
protected boolean areThereModelListeners()(Code)(Java Doc)
public void autoRetrieve() throws Exception(Code)(Java Doc)
public void clearAllValidationRules()(Code)(Java Doc)
public void clearSelectedRow()(Code)(Java Doc)
public void clearTempValues(int row) throws DataStoreException(Code)(Java Doc)
public void clearTempValues() throws DataStoreException(Code)(Java Doc)
public void clearValidationRules(int column) throws DataStoreException(Code)(Java Doc)
public void clearValidationRules(String column) throws DataStoreException(Code)(Java Doc)
public int compareRows(int row1, int row2, int[] cols)(Code)(Java Doc)
public int compareRows(int row1, int row2, String[] cols)(Code)(Java Doc)
public Object convertValue(String val, String columnName) throws DataStoreException(Code)(Java Doc)
public static Object convertValue(String val, int dataType) throws ParseException(Code)(Java Doc)
public boolean deleteRow()(Code)(Java Doc)
public boolean deleteRow(int row)(Code)(Java Doc)
public String export() throws com.salmonllc.sql.DataStoreException(Code)(Java Doc)
public void export(int format, boolean includeHeaders, PrintWriter p)(Code)(Java Doc)
public void export(PrintWriter p) throws com.salmonllc.sql.DataStoreException(Code)(Java Doc)
public void filter(String filter) throws DataStoreException(Code)(Java Doc)
public void filterQBE(QBEBuilder filter) throws DataStoreException(Code)(Java Doc)
public synchronized int find(int start, int end) throws DataStoreException(Code)(Java Doc)
public synchronized boolean findFirst() throws DataStoreException(Code)(Java Doc)
public synchronized boolean findLast() throws DataStoreException(Code)(Java Doc)
public synchronized boolean findNext() throws DataStoreException(Code)(Java Doc)
public synchronized boolean findPrior() throws DataStoreException(Code)(Java Doc)
public static String fixQuote(String data, int dataType)(Code)(Java Doc)
public static String fixQuote(String data, int dataType, String connectionType)(Code)(Java Doc)
protected String fixSpecialHTMLCharacters(String input)(Code)(Java Doc)
public boolean getAllowMasterRowDelete()(Code)(Java Doc)
public Object getAny(int column) throws DataStoreException(Code)(Java Doc)
public Object getAny(int row, int column) throws DataStoreException(Code)(Java Doc)
public Object getAny(int row, String column) throws DataStoreException(Code)(Java Doc)
public Object getAny(String column) throws DataStoreException(Code)(Java Doc)
public boolean getAutoBind()(Code)(Java Doc)
public int getAutoRetrieve()(Code)(Java Doc)
public AutoRetrieveCriteria getAutoRetrieveCriteria()(Code)(Java Doc)
public boolean getBucketsModified()(Code)(Java Doc)
public boolean getBucketsModified(int row)(Code)(Java Doc)
public byte[] getByteArray(int column) throws DataStoreException(Code)(Java Doc)
public byte[] getByteArray(int row, int column) throws DataStoreException(Code)(Java Doc)
public byte[] getByteArray(int row, String column) throws DataStoreException(Code)(Java Doc)
public byte[] getByteArray(String column) throws DataStoreException(Code)(Java Doc)
public int getColumnCount()(Code)(Java Doc)
public int getColumnDataType(int column) throws DataStoreException(Code)(Java Doc)
public int getColumnDataType(String column) throws DataStoreException(Code)(Java Doc)
public int getColumnIndex(String column)(Code)(Java Doc)
public String[] getColumnList()(Code)(Java Doc)
public String getColumnName(int col) throws DataStoreException(Code)(Java Doc)
public DataStoreRow getDataStoreRow(int rowNo, int buffer) throws DataStoreException(Code)(Java Doc)
public java.sql.Date getDate(int column) throws DataStoreException(Code)(Java Doc)
public java.sql.Date getDate(int row, int column) throws DataStoreException(Code)(Java Doc)
public java.sql.Date getDate(int row, String column) throws DataStoreException(Code)(Java Doc)
public java.sql.Date getDate(String column) throws DataStoreException(Code)(Java Doc)
public Timestamp getDateTime(int column) throws DataStoreException(Code)(Java Doc)
public Timestamp getDateTime(int row, int column) throws DataStoreException(Code)(Java Doc)
public Timestamp getDateTime(int row, String column) throws DataStoreException(Code)(Java Doc)
public java.sql.Timestamp getDateTime(String column) throws DataStoreException(Code)(Java Doc)
public int getDeletedCount()(Code)(Java Doc)
public double getDouble(int column) throws DataStoreException(Code)(Java Doc)
public double getDouble(int row, int column) throws DataStoreException(Code)(Java Doc)
public double getDouble(int row, String column) throws DataStoreException(Code)(Java Doc)
public double getDouble(String column) throws DataStoreException(Code)(Java Doc)
public int getFilteredCount()(Code)(Java Doc)
public float getFloat(int column) throws DataStoreException(Code)(Java Doc)
public float getFloat(int row, int column) throws DataStoreException(Code)(Java Doc)
public float getFloat(int row, String column) throws DataStoreException(Code)(Java Doc)
public float getFloat(String column) throws DataStoreException(Code)(Java Doc)
public String getFormat(int col) throws DataStoreException(Code)(Java Doc)
public String getFormat(String col) throws DataStoreException(Code)(Java Doc)
public String getFormattedString(int column) throws DataStoreException(Code)(Java Doc)
public String getFormattedString(int row, int column) throws DataStoreException(Code)(Java Doc)
public String getFormattedString(int row, String column) throws DataStoreException(Code)(Java Doc)
public String getFormattedString(String column) throws DataStoreException(Code)(Java Doc)
public int getInt(int column) throws DataStoreException(Code)(Java Doc)
public int getInt(int row, int column) throws DataStoreException(Code)(Java Doc)
public int getInt(int row, String column) throws DataStoreException(Code)(Java Doc)
public int getInt(String column) throws DataStoreException(Code)(Java Doc)
public LanguagePreferences getLang()(Code)(Java Doc)
public long getLong(int column) throws DataStoreException(Code)(Java Doc)
public long getLong(int row, int column) throws DataStoreException(Code)(Java Doc)
public long getLong(int row, String column) throws DataStoreException(Code)(Java Doc)
public long getLong(String column) throws DataStoreException(Code)(Java Doc)
protected Vector getModelListeners()(Code)(Java Doc)
public Object getNullDefault(int dataType)(Code)(Java Doc)
protected int getObjectType(Object obj)(Code)(Java Doc)
public Properties getProperties()(Code)(Java Doc)
public int getProxyRow(int rowNo)(Code)(Java Doc)
public String getRemoteID()(Code)(Java Doc)
public String getRemoteUpdateReturnValue()(Code)(Java Doc)
public int getRow()(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public int getRowStatus()(Code)(Java Doc)
public int getRowStatus(int row)(Code)(Java Doc)
public Vector getRows()(Code)(Java Doc)
public short getShort(int column) throws DataStoreException(Code)(Java Doc)
public short getShort(int row, int column) throws DataStoreException(Code)(Java Doc)
public short getShort(int row, String column) throws DataStoreException(Code)(Java Doc)
public short getShort(String column) throws DataStoreException(Code)(Java Doc)
public String getString(int column) throws DataStoreException(Code)(Java Doc)
public String getString(int row, int column) throws DataStoreException(Code)(Java Doc)
public String getString(int row, String column) throws DataStoreException(Code)(Java Doc)
public String getString(String column) throws DataStoreException(Code)(Java Doc)
public String[] getTableList(boolean updateable)(Code)(Java Doc)
public String getTempValue(int row, int column) throws DataStoreException(Code)(Java Doc)
public String getTempValue(int row, String column) throws DataStoreException(Code)(Java Doc)
public String getTempValue(String column) throws DataStoreException(Code)(Java Doc)
public String getTempValue(int column) throws DataStoreException(Code)(Java Doc)
public java.sql.Time getTime(int column) throws DataStoreException(Code)(Java Doc)
public java.sql.Time getTime(int row, int column) throws DataStoreException(Code)(Java Doc)
public java.sql.Time getTime(int row, String column) throws DataStoreException(Code)(Java Doc)
public java.sql.Time getTime(String column) throws DataStoreException(Code)(Java Doc)
public static String getTypeDescription(int type)(Code)(Java Doc)
public ValidationRule[] getValidationRulesForColumn(int colNo)(Code)(Java Doc)
public synchronized boolean gotoFirst()(Code)(Java Doc)
public synchronized boolean gotoLast()(Code)(Java Doc)
public synchronized boolean gotoNext()(Code)(Java Doc)
public synchronized boolean gotoPrior()(Code)(Java Doc)
public synchronized boolean gotoRow(int row)(Code)(Java Doc)
public boolean hasManyToOneRelationship()(Code)(Java Doc)
public boolean hasTempValues(int row) throws DataStoreException(Code)(Java Doc)
public void importRow(com.salmonllc.xml.Row row) throws DataStoreException(Code)(Java Doc)
public int insertRow()(Code)(Java Doc)
public int insertRow(int atPosition)(Code)(Java Doc)
protected synchronized void interruptWaitingCancelThreads()(Code)(Java Doc)
protected synchronized void interruptWaitingRetrieveThreads()(Code)(Java Doc)
public boolean isColumnInOneToManyRelationship(String sColumn)(Code)(Java Doc)
public boolean isColumnModified(int row, int column) throws DataStoreException(Code)(Java Doc)
public boolean isColumnModified(int row, String column) throws DataStoreException(Code)(Java Doc)
public boolean isFormattedStringValid(int column, String value) throws DataStoreException(Code)(Java Doc)
public boolean isFormattedStringValid(String column, String value) throws DataStoreException(Code)(Java Doc)
public void notifyListeners(ModelChangedEvent e)(Code)(Java Doc)
protected void notifyListeners(int type)(Code)(Java Doc)
public void removeModelChangedListener(ModelChangedListener l)(Code)(Java Doc)
public boolean removeRow()(Code)(Java Doc)
public boolean removeRow(int row)(Code)(Java Doc)
public synchronized void reset()(Code)(Java Doc)
public void resetStatus()(Code)(Java Doc)
public void setAllowMasterRowDelete(boolean bAllow)(Code)(Java Doc)
public void setAny(int row, int column, Object value) throws DataStoreException(Code)(Java Doc)
public void setAny(int column, Object value) throws DataStoreException(Code)(Java Doc)
public void setAny(int row, String column, Object value) throws DataStoreException(Code)(Java Doc)
public void setAny(String column, Object value) throws DataStoreException(Code)(Java Doc)
public void setAutoBind(boolean value)(Code)(Java Doc)
public void setAutoRetrieve(int value)(Code)(Java Doc)
public void setAutoRetrieveCriteria(AutoRetrieveCriteria crit)(Code)(Java Doc)
public void setBucketsModified(int row, boolean modified)(Code)(Java Doc)
public void setBucketsModified(boolean modified)(Code)(Java Doc)
public void setByteArray(int column, byte[] value) throws DataStoreException(Code)(Java Doc)
public void setByteArray(int row, int column, byte[] value) throws DataStoreException(Code)(Java Doc)
public void setByteArray(int row, String column, byte[] value) throws DataStoreException(Code)(Java Doc)
public void setByteArray(String column, byte[] value) throws DataStoreException(Code)(Java Doc)
protected void setCurrentRow(int currentRow)(Code)(Java Doc)
public void setDataStoreRow(int rowNo, int buffer, DataStoreRow row) throws DataStoreException(Code)(Java Doc)
public void setDate(int row, int column, java.sql.Date value) throws DataStoreException(Code)(Java Doc)
public void setDate(int row, String column, java.sql.Date value) throws DataStoreException(Code)(Java Doc)
public void setDate(int column, java.sql.Date value) throws DataStoreException(Code)(Java Doc)
public void setDate(String column, java.sql.Date value) throws DataStoreException(Code)(Java Doc)
public void setDateTime(int row, int column, java.sql.Timestamp value) throws DataStoreException(Code)(Java Doc)
public void setDateTime(int row, String column, java.sql.Timestamp value) throws DataStoreException(Code)(Java Doc)
public void setDateTime(int column, java.sql.Timestamp value) throws DataStoreException(Code)(Java Doc)
public void setDateTime(String column, java.sql.Timestamp value) throws DataStoreException(Code)(Java Doc)
public void setDistinct(boolean distinct)(Code)(Java Doc)
public void setDouble(int column, double value) throws DataStoreException(Code)(Java Doc)
public void setDouble(int row, int column, double value) throws DataStoreException(Code)(Java Doc)
public void setDouble(int row, String column, double value) throws DataStoreException(Code)(Java Doc)
public void setDouble(String column, double value) throws DataStoreException(Code)(Java Doc)
public void setFindExpression(String exp) throws DataStoreException(Code)(Java Doc)
public void setFloat(int column, float value) throws DataStoreException(Code)(Java Doc)
public void setFloat(int row, int column, float value) throws DataStoreException(Code)(Java Doc)
public void setFloat(int row, String column, float value) throws DataStoreException(Code)(Java Doc)
public void setFloat(String column, float value) throws DataStoreException(Code)(Java Doc)
public void setFormat(int col, String format) throws DataStoreException(Code)(Java Doc)
public void setFormat(String col, String format) throws DataStoreException(Code)(Java Doc)
public void setFormattedString(int row, int column, String value) throws DataStoreException(Code)(Java Doc)
public void setFormattedString(int column, String value) throws DataStoreException(Code)(Java Doc)
public void setFormattedString(int row, String column, String value) throws DataStoreException(Code)(Java Doc)
public void setFormattedString(String column, String value) throws DataStoreException(Code)(Java Doc)
public void setInt(int row, int column, int value) throws DataStoreException(Code)(Java Doc)
public void setInt(int row, String column, int value) throws DataStoreException(Code)(Java Doc)
public void setInt(String column, int value) throws DataStoreException(Code)(Java Doc)
public void setLang(LanguagePreferences preferences)(Code)(Java Doc)
public void setLong(int row, int column, long value) throws DataStoreException(Code)(Java Doc)
public void setLong(int column, long value) throws DataStoreException(Code)(Java Doc)
public void setLong(int row, String column, long value) throws DataStoreException(Code)(Java Doc)
public void setLong(String column, long value) throws DataStoreException(Code)(Java Doc)
public void setNullDefault(int dataType, Object defaultValue)(Code)(Java Doc)
public void setOrderBy(String orderBy)(Code)(Java Doc)
public void setPrimaryKey(int col, boolean pkey) throws DataStoreException(Code)(Java Doc)
public void setPrimaryKey(String col, boolean pkey) throws DataStoreException(Code)(Java Doc)
public void setProperties(Properties p)(Code)(Java Doc)
public void setRemoteID(String remoteID)(Code)(Java Doc)
public void setRemoteUpdateReturnValue(String update)(Code)(Java Doc)
public boolean setRowStatus(int status)(Code)(Java Doc)
public boolean setRowStatus(int row, int status)(Code)(Java Doc)
public void setRows(Vector rows)(Code)(Java Doc)
public void setShort(int row, int column, short value) throws DataStoreException(Code)(Java Doc)
public void setShort(int row, String column, short value) throws DataStoreException(Code)(Java Doc)
public void setShort(int column, short value) throws DataStoreException(Code)(Java Doc)
public void setShort(String column, short value) throws DataStoreException(Code)(Java Doc)
public void setString(int row, int column, String value) throws DataStoreException(Code)(Java Doc)
public void setString(int column, String value) throws DataStoreException(Code)(Java Doc)
public void setString(int row, String column, String value) throws DataStoreException(Code)(Java Doc)
public void setString(String column, String value) throws DataStoreException(Code)(Java Doc)
public void setTempValue(int row, int col, String value) throws DataStoreException(Code)(Java Doc)
public void setTempValue(int col, String value) throws DataStoreException(Code)(Java Doc)
public void setTempValue(String col, String value) throws DataStoreException(Code)(Java Doc)
public void setTime(int row, int column, java.sql.Time value) throws DataStoreException(Code)(Java Doc)
public void setTime(int row, String column, java.sql.Time value) throws DataStoreException(Code)(Java Doc)
public void setTime(int column, java.sql.Time value) throws DataStoreException(Code)(Java Doc)
public void setTime(String column, java.sql.Time value) throws DataStoreException(Code)(Java Doc)
public void sort(int[] col, int dir) throws DataStoreException(Code)(Java Doc)
public void sort(int[] col, int dir, boolean bUseQSAlgoritm) throws DataStoreException(Code)(Java Doc)
public void sort(Object[] obj, int dir) throws DataStoreException(Code)(Java Doc)
public void sort(String col, int dir) throws DataStoreException(Code)(Java Doc)
public void sort(int col, int dir) throws DataStoreException(Code)(Java Doc)
public void sort(DataStoreEvaluator eval, int dir) throws DataStoreException(Code)(Java Doc)
public void sort(String col, int dir) throws DataStoreException(Code)(Java Doc)
public int unDeleteRow(int row)(Code)(Java Doc)
public void undoChanges(int row)(Code)(Java Doc)
public DataStoreException[] validateColumn(int rowNo, String colName, DBConnection conn)(Code)(Java Doc)
public DataStoreException[] validateColumn(int rowNo, int colNo, DBConnection conn)(Code)(Java Doc)
protected void validateColumn(int rowNo, int colNo, Vector v, DBConnection conn)(Code)(Java Doc)
public DataStoreException[] validateRow(int rowNo, DBConnection conn)(Code)(Java Doc)
public DataStoreException[] validateRowsToUpdate(DBConnection conn, boolean stopAtFirstError)(Code)(Java Doc)
public boolean valueEqual(int row, int col, Object value) throws DataStoreException(Code)(Java Doc)
public boolean valueGreater(int row, int col, Object value) throws DataStoreException(Code)(Java Doc)
public boolean valueLess(int row, int col, Object value) throws DataStoreException(Code)(Java Doc)
public void waitForCancel()(Code)(Java Doc)
public void waitForRetrieve()(Code)(Java Doc)
public void waitForRetrieve(int iSeconds)(Code)(Java Doc)
protected void waitForRow(int row)(Code)(Java Doc)

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.