Package | Description |
---|---|
mali.common | |
mali.db | |
mali.type | |
mali.util | |
mali.util.excel | |
mali.util.excel.util |
Modifier and Type | Method and Description |
---|---|
static clsSqlData[] |
MaliCommonHttpServlet.getForwardParas(BaseTable inforward) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ExceptionUtility.CovertException(java.lang.String ErrorMesg,
java.lang.String asTable,
clsSqlData[] asPkey) |
Modifier and Type | Method and Description |
---|---|
clsSqlData |
BaseTableimpl.getclsSqlData(java.lang.String infield)
取 clsSqlData 格式的值
參數為欄位名稱
|
Modifier and Type | Method and Description |
---|---|
void |
BaseQueryImpl.addWhereLikeMoreCondition(clsSqlData[] infieldvalues) |
Modifier and Type | Class and Description |
---|---|
class |
ImportdataField |
Modifier and Type | Method and Description |
---|---|
clsSqlData |
BaseTable.getclsSqlData(java.lang.String infield)
取某一欄位 clsSQLData 型態
參數為欄位名稱
|
Modifier and Type | Method and Description |
---|---|
void |
BaseQuery.addWhereLikeMoreCondition(clsSqlData[] infieldvalues)
設定多個欄位 like 用 or 方式串起
|
Constructor and Description |
---|
DataObject(clsSqlData infld) |
Modifier and Type | Method and Description |
---|---|
static clsSqlData |
commonbean.getDataValue(java.util.ArrayList asList,
java.lang.String asParameter) |
static clsSqlData |
commonbean.getDataValue(java.util.Vector asList,
int asParameter) |
static clsSqlData |
commonbean.getDataValue(java.util.Vector asList,
java.lang.String asParameter)
取 sql value clsSqlData 型態資料
|
Modifier and Type | Method and Description |
---|---|
void |
DataVector.addDouble(int i,
clsSqlData args) |
int |
DataVector.DataRowindexOf(clsSqlData[] arg0)
搜尋符合條件的筆數索引
|
void |
JxlUtility.transRealDataToSheet(clsSqlData vfld) |
Modifier and Type | Method and Description |
---|---|
void |
SheetReport.setBodyContent(java.util.Vector<clsSqlData> dt)
set 內容 body
|
void |
SheetReport.setFootContent(java.util.Vector<clsSqlData> ft)
set 表尾foot
|
void |
SheetReport.setHeadContent(java.util.Vector<clsSqlData> ht)
set 表頭head
|
Modifier and Type | Method and Description |
---|---|
void |
excelUtility.transRealDataToSheet(clsSqlData vfld)
Cell 找尋符合的字串重覆找尋至VCell 為null ,表示已沒有符合的字串了
|