|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.page.JCPageTableFromJDBC
Creates a JCPageTable
from a JDBC ResultSet.
Field Summary | |
static com.klg.jclass.page.JCTextStyle |
defStyle
|
Constructor Summary | |
JCPageTableFromJDBC()
|
Method Summary | |
static com.klg.jclass.page.JCPageTable |
createTable(com.klg.jclass.page.JCDocument doc,
ResultSet resultSet)
Creates a JCPageTable from a JDBC ResultSet
and populates it with the data from that result set. |
static com.klg.jclass.page.JCPageTable |
createTable(com.klg.jclass.page.JCDocument doc,
ResultSet resultSet,
boolean populate)
Creates a JCPageTable from a JDBC ResultSet . |
protected static com.klg.jclass.page.JCTextStyle |
deriveCellStyle(JCPageTable.Cell cell)
|
static void |
populateTable(com.klg.jclass.page.JCPageTable table,
ResultSet resultSet)
Populates an existing JCPageTable from a JDBC ResultSet . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static com.klg.jclass.page.JCTextStyle defStyle
Constructor Detail |
public JCPageTableFromJDBC()
Method Detail |
public static com.klg.jclass.page.JCPageTable createTable(com.klg.jclass.page.JCDocument doc, ResultSet resultSet)
JCPageTable
from a JDBC ResultSet
and populates it with the data from that result set.
doc
- resultSet
-
public static com.klg.jclass.page.JCPageTable createTable(com.klg.jclass.page.JCDocument doc, ResultSet resultSet, boolean populate)
JCPageTable
from a JDBC ResultSet
.
If populate is true, then the table will be populated with the
contents of the result set.
doc
- resultSet
- populate
-
public static void populateTable(com.klg.jclass.page.JCPageTable table, ResultSet resultSet)
JCPageTable
from a JDBC ResultSet
.
table
- resultSet
- protected static com.klg.jclass.page.JCTextStyle deriveCellStyle(JCPageTable.Cell cell)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |