直列化された形式


パッケージ jp.littlesoft

Class jp.littlesoft.LSApplicationException extends LSException implements Serializable

Class jp.littlesoft.LSException extends Exception implements Serializable

serialVersionUID: 1L

直列化されたフィールド

locale

Locale locale

msgResource

MessageResource msgResource

Class jp.littlesoft.TableTest.Base extends Object implements Serializable

serialVersionUID: 6062483674222162851L

直列化されたフィールド

createDatetime

Timestamp createDatetime

updateDatetime

Timestamp updateDatetime

Class jp.littlesoft.TableTest.Department extends TableTest.Base implements Serializable

serialVersionUID: 6582271562474380334L

直列化されたフィールド

code

Integer code

name

String name

parentCode

Integer parentCode

Class jp.littlesoft.TableTest.Employee extends TableTest.Base implements Serializable

serialVersionUID: 3916988778547072145L

直列化されたフィールド

empId

Long empId

name

String name

deptCode

Integer deptCode

enterDate

Date enterDate

sex

Short sex

salary

BigDecimal salary

memo

String memo

Class jp.littlesoft.TableTest.EmployeeBackup extends TableTest.Employee implements Serializable

serialVersionUID: -3271748801137301335L

Class jp.littlesoft.TableTest.EmployeeView extends TableTest.Employee implements Serializable

serialVersionUID: -4366935193649100148L

直列化されたフィールド

deptName

String deptName

parentDeptName

String parentDeptName

Class jp.littlesoft.TableTest.User extends TableTest.Base implements Serializable

serialVersionUID: 4380358529045912816L

直列化されたフィールド

id

Integer id

name

String name

パッケージ jp.littlesoft.data

Class jp.littlesoft.data.Code extends LinkedHashMap<String,String> implements Serializable

Class jp.littlesoft.data.Column extends Object implements Serializable

serialVersionUID: 8911427062438774472L

直列化されたフィールド

name

String name

zeroSuppress

boolean zeroSuppress

regexp

String regexp

regexpPattern

Pattern regexpPattern

paramType

Column.ParamType paramType

paramPos

ArrayList<E> paramPos

dbColumnName

String dbColumnName
データベースのカラム名を保持する内部変数です。


caption

String caption
見出し名を保持する内部変数です。


type

Column.Type type
データタイプを保持する内部変数です。


sqlType

int sqlType
SQLデータタイプを保持する内部変数です。


displaySize

int displaySize
表示幅(桁数)を保持する内部変数です。


precision

int precision
数値項目の桁数を保持する内部変数です。


scale

int scale
数値項目の小数点以下の桁数を保持する内部変数です。


length

int length
文字列最大長を保持する内部変数です。


nullable

Boolean nullable
NULL値を許可するか否かのフラグを保持する内部変数です。


readOnly

boolean readOnly
読み取り専用か否かのフラグを保持する内部変数です。


visible

boolean visible
表示するか否かのフラグを保持する内部変数です。


fromDatabase

boolean fromDatabase
JDBC ResultSetから自動生成されたか否かのフラグを保持する内部変数です。


resolveKey

boolean resolveKey
行を識別する項目か否かのフラグを保持する内部変数です。


updated

boolean updated
データが更新されたか否かのフラグを保持する内部変数です。


formatPattern

String formatPattern
フォーマットパターンを保持する内部変数です。


parseRegex

String parseRegex
フォーマットパターンを保持する内部変数です。


fillChar

boolean fillChar
Columnの最大長より短い値の場合に空白文字で最大長分満たすか否かのフラグを保持する内部変数です。


constraint

Column.Constraint constraint
Columnの値に対する制約条件。

デフォルト値は、Column.Constraint.DEFAULT


trimType

Column.TrimType trimType
文字列値に対するトリム処理の指定。

デフォルト値は、Column.TrimType.NOTRIM


validator

Validator validator
値検査用オブジェクト。


defaultValue

String defaultValue
デフォルト値。


autoIncrement

boolean autoIncrement
DBサーバー側の自動連番か?


permitMinusValue

boolean permitMinusValue
数値に対するマイナス値を許可するか?


lenientConvert

boolean lenientConvert
エンティティオブジェクト項目の型とDBカラムの型が異なる場合、寛容な変換を行うか?.


upperCaseDBColumnName

boolean upperCaseDBColumnName

oldDBColumnName

String oldDBColumnName

defaultInputEditor

Column.InputType defaultInputEditor

defaultInputStyle

String defaultInputStyle

optionType

Class<T> optionType

isRemoveRegexpHeadTail

boolean isRemoveRegexpHeadTail
チェック用の正規表現において、先頭と末尾が'/'の場合に、その2文字を取り除くかどうかを表します。

True:取り除く、False:取り除かない

Class jp.littlesoft.data.Column.NoAccessibleObjectException extends DataException implements Serializable

Class jp.littlesoft.data.Column.TypeMismatchException extends DataException implements Serializable

Class jp.littlesoft.data.EntityList extends AbstractList<E extends Serializable> implements Serializable

直列化されたフィールド

table

Table<E extends Serializable> table

Class jp.littlesoft.data.ITableDef.Columns extends ArrayList<Column> implements Serializable

直列化されたフィールド

nameMap

HashMap<K,V> nameMap

Class jp.littlesoft.data.ITableDef.Constraint extends Object implements Serializable

直列化されたフィールド

meta

ITableDef.MetaData<T extends Serializable> meta

columns

Column[] columns

Class jp.littlesoft.data.ITableDef.ForeginKey extends ITableDef.Constraint implements Serializable

直列化されたフィールド

referenceTable

Class<T> referenceTable

referenceTableName

String referenceTableName

referenceTableColumnNames

String referenceTableColumnNames

usingIndex

boolean usingIndex

index

ITableDef.Index index

onDelete

ITableDef.MetaData.FKOption onDelete

onUpdate

ITableDef.MetaData.FKOption onUpdate

Class jp.littlesoft.data.ITableDef.Index extends ITableDef.Constraint implements Serializable

直列化されたフィールド

unique

boolean unique

Class jp.littlesoft.data.ITableDef.MetaData extends Object implements Serializable

直列化されたフィールド

upperCaseDBColumnName

boolean upperCaseDBColumnName

entityType

Class<T> entityType

$$

Serializable $$

owner

String owner

dbCatalog

String dbCatalog

dbSchema

String dbSchema

dbTableName

String dbTableName

alias

String alias

upperCase

boolean upperCase

columns

ITableDef.Columns columns

primaryKey

ITableDef.PrimaryKey primaryKey

foreginKeys

ArrayList<E> foreginKeys

indexes

ArrayList<E> indexes

Class jp.littlesoft.data.ITableDef.PrimaryKey extends ITableDef.Constraint implements Serializable

Class jp.littlesoft.data.Params extends Row<E extends Serializable> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

columns

IndexedMap<K,V> columns

entityType

Class<T> entityType

Class jp.littlesoft.data.Row extends Object implements Serializable

serialVersionUID: 4946934585870174155L

直列化されたフィールド

table

Table<E extends Serializable> table
Columnの集合を保持する内部変数


deletionReserved

boolean deletionReserved
「この行はアプリケーション内で削除される」という予約


rowID

Row.RowID rowID
record Idを保持する内部変数です。


status

Row.Status status
行の状態を保持する内部変数です。


values

Serializable[] values
行項目の値を保持する配列です。


oldRow

Row<E extends Serializable> oldRow
行が編集されている間、編集前の値を一時的に保持するRowオブジェクト


originalRow

Row<E extends Serializable> originalRow
ロード時の値を保持するRowオブジェクト


typedRow

boolean typedRow
エンティティ型が指定された行オブジェクトか?


entity

Serializable entity
カーソル行のエンティティオブジェクトへのショートカット.
row.getEntity();
で取得できるオブジェクトと同じ内容です。


undefinedValues

HashMap<K,V> undefinedValues
エンティティ型で定義されていない値を保持するMap

Class jp.littlesoft.data.Row.RowID extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

value

int value

Class jp.littlesoft.data.Table extends Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
例外:
IOException
ClassNotFoundException
直列化されたフィールド

charsetForCheckingLength

String charsetForCheckingLength
文字列のバイト数をチェックする際に使用するエンコードを表す定数です。

デフォルト: "Windows-31J"


name

String name

columns

IndexedMap<K,V> columns
Column オブジェクトの集合です。


visibleRows

ArrayList<E> visibleRows
表で可視となる行オブジェクトのIDを管理するVector


rows

LinkedHashMap<K,V> rows
全ての行オブジェクトが登録されるMAP


rowCounter

int rowCounter

changeListeners

Vector<E> changeListeners

tableListeners

Vector<E> tableListeners

active

boolean active
Table オブジェクトの状態を表します。

True:アクティブ状態、False:非アクティブ状態


_inBounds

boolean _inBounds

cursorRowIndex

int cursorRowIndex

_params

Params<E extends Serializable> _params
表に付属するパラメータを格納する Params オブジェクトです。


params

Serializable params
パラメータとして使用するエンティティオブジェクト.
getParams().getEntity()でアクセスできるオブジェクトと同じものです.
エンティティの型を指定しないテーブルオブジェクトでは、nullです。


dataProvider

DataProvider dataProvider

dataResolver

DataResolver dataResolver

applyFilter

boolean applyFilter

captionResource

Class<T>[] captionResource

sortKeys

Table.SortKey[] sortKeys

sortKeyHistory

ArrayList<E> sortKeyHistory

allRowCount

int allRowCount

hasMoreRow

boolean hasMoreRow

entityType

Class<T> entityType

upperCaseDBColumnName

boolean upperCaseDBColumnName

$$

Serializable $$
エンティティのダミーオブジェクト.
SQLオブジェクトを利用して、SQL文を構築する際に利用します。
[ex.]
 employee.select().
   where(employee.$$.deptCode).is(new Long(25)).z.
   orderBy(employee.$$.name)....
※エンティティの型を指定しない場合は、nullです。


entity

Serializable entity
カーソル行のエンティティオブジェクトへのショートカット.
table.getEntity();
で取得できるオブジェクトと同じ内容です。

Class jp.littlesoft.data.Table.SortKey extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

columnName

String columnName

ascending

boolean ascending

Class jp.littlesoft.data.TreeModel extends Object implements Serializable

直列化されたフィールド

key

String key

showRoot

boolean showRoot

root

TreeModel.Root root

Class jp.littlesoft.data.TreeModel.Leaf extends TreeModel.Node implements Serializable

Class jp.littlesoft.data.TreeModel.Node extends Object implements Serializable

直列化されたフィールド

id

long id

originalRowIndex

int originalRowIndex

parent

TreeModel.Node parent

children

ArrayList<E> children

expanded

boolean expanded

level

int level

name

String name

link

String link

attribute

HashMap<K,V> attribute

tag

int tag

object

Object object

Class jp.littlesoft.data.TreeModel.Root extends TreeModel.Node implements Serializable

直列化されたフィールド

tree

TreeModel tree

パッケージ jp.littlesoft.data.event

Class jp.littlesoft.data.event.ChangeEvent extends EventObject implements Serializable

直列化されたフィールド

column

Column column

newValue

Object newValue

oldValue

Object oldValue

Class jp.littlesoft.data.event.ResolvingEvent extends EventObject implements Serializable

serialVersionUID: 1L

直列化されたフィールド

type

ResolvingEvent.Type type

oldRow

Row<E extends Serializable> oldRow

newRow

Row<E extends Serializable> newRow

abort

boolean abort

abortMessage

String abortMessage

sql

String sql

params

Params<E extends Serializable> params

Class jp.littlesoft.data.event.TableEvent extends EventObject implements Serializable

直列化されたフィールド

row

Row<E extends Serializable> row

rowIndex

int rowIndex

パッケージ jp.littlesoft.data.exception

Class jp.littlesoft.data.exception.DataException extends LSException implements Serializable

Class jp.littlesoft.data.exception.InvalidColumnException extends DataException implements Serializable

直列化されたフィールド

column

Column column
Column


caption

String caption

rowIndex

int rowIndex

Class jp.littlesoft.data.exception.InvalidValueException extends InvalidColumnException implements Serializable

直列化されたフィールド

value

Object value

row

Row<E extends Serializable> row

パッケージ jp.littlesoft.data.text

Class jp.littlesoft.data.text.TextException extends LSException implements Serializable

Class jp.littlesoft.data.text.TextTable extends Table<E extends Serializable> implements Serializable

直列化されたフィールド

mTextType

TextTable.Type mTextType

mTextSchema

TextTable.Schema mTextSchema

mTextPadType

TextTable.PadType mTextPadType

mQuote

char mQuote

mDelimiter

char mDelimiter

mQuoteInExport

boolean mQuoteInExport

mLineSeparator

String mLineSeparator

mEncoding

String mEncoding

headerType

TextTable.HeaderType headerType

exportColumns

String[] exportColumns

パッケージ jp.littlesoft.data.validator

Class jp.littlesoft.data.validator.DefaultValidator extends Object implements Serializable

Class jp.littlesoft.data.validator.NumberValidator extends Object implements Serializable

Class jp.littlesoft.data.validator.StringLengthValidator extends StringValidator implements Serializable

Class jp.littlesoft.data.validator.StringValidator extends Object implements Serializable


パッケージ jp.littlesoft.file.client

Class jp.littlesoft.file.client.SplitDownloadClient extends Object implements Serializable

直列化されたフィールド

attributes

Attributes attributes

fileOutputStream

FileOutputStream fileOutputStream

iProgress

IProgressListener iProgress

パッケージ jp.littlesoft.file.common

Class jp.littlesoft.file.common.Attributes extends Object implements Serializable

直列化されたフィールド

webappUrl

String webappUrl

jsessionId

String jsessionId

sequence

String sequence

subsessionId

String subsessionId

actionPageId

String actionPageId

callbackMethod

String callbackMethod

attribute

HashMap<K,V> attribute

Class jp.littlesoft.file.common.SplitDownloadParams extends Object implements Serializable

直列化されたフィールド

attributes

Attributes attributes

Class jp.littlesoft.file.common.SplitUploadParams extends Object implements Serializable

直列化されたフィールド

parentPath

String parentPath

fileName

String fileName

splitSequence

Integer splitSequence

individualDataSize

Long individualDataSize

cumulativeDataSize

Long cumulativeDataSize

isSplit

Boolean isSplit

isFinal

Boolean isFinal

attributes

Attributes attributes

パッケージ jp.littlesoft.file.server

Class jp.littlesoft.file.server.AbstractFileItem extends Object implements Serializable

直列化されたフィールド

temporary

boolean temporary

fieldName

String fieldName

contentType

String contentType

isFormField

boolean isFormField

fileName

String fileName

params

SplitUploadParams params

prevItem

AbstractFileItem prevItem

nextItem

AbstractFileItem nextItem

Class jp.littlesoft.file.server.DefaultFileItem extends AbstractFileItem implements Serializable

Class jp.littlesoft.file.server.UploadFileManager extends Object implements Serializable

直列化されたフィールド

params

SplitUploadParams params

items

ArrayList<E> items

Class jp.littlesoft.file.server.UploadFilter.Params extends Object implements Serializable

直列化されたフィールド

fileItemClassName

String fileItemClassName

tempDirectory

String tempDirectory

saveDirectory

String saveDirectory

headerEncoding

String headerEncoding

sizeMax

Long sizeMax

fileSizeMax

Long fileSizeMax

extension

String extension

パッケージ jp.littlesoft.soja

Class jp.littlesoft.soja.LSJson extends Object implements Serializable

serialVersionUID: 6711597448621604711L

直列化されたフィールド

serializables

HashMap<K,V> serializables

Class jp.littlesoft.soja.LSJsonConnection extends Object implements Serializable

直列化されたフィールド

url

String url

database

String database

user

String user

password

String password

Class jp.littlesoft.soja.LSJsonConnection.Provider extends Object implements Serializable

直列化されたフィールド

conn

LSJsonConnection conn

sql

String sql

params

Params<E extends Serializable> params

maxRows

int maxRows

clientId

String clientId

response

LSJsonConnection.Response response

Class jp.littlesoft.soja.LSJsonConnection.Request extends Object implements Serializable

直列化されたフィールド

database

String database

user

String user

password

String password

sql

String sql

maxRows

Integer maxRows

entytyTypeName

String entytyTypeName

params

Map<K,V> params

Class jp.littlesoft.soja.LSJsonConnection.Resolver extends Object implements Serializable

Class jp.littlesoft.soja.LSJsonConnection.Response extends LSJsonConnection.Request implements Serializable

直列化されたフィールド

result

List<E> result

hasError

Boolean hasError

exceptionTypeName

String exceptionTypeName

message

String message

Class jp.littlesoft.soja.LSJsonQuery extends Object implements Serializable

直列化されたフィールド

queryRequest

LSJsonConnection.Request queryRequest

Class jp.littlesoft.soja.LSJsonQueryServlet extends javax.servlet.http.HttpServlet implements Serializable

直列化されたフィールド

characterEncoding

String characterEncoding

Class jp.littlesoft.soja.LSJsonTest.Address extends LSJsonTest.Base implements Serializable

直列化されたフィールド

prefCode

Short prefCode

cityCode

Short cityCode

addressCode

Short addressCode

newStreetName

String newStreetName

buildingName

String buildingName

tel

String tel

Class jp.littlesoft.soja.LSJsonTest.Base extends Object implements Serializable

直列化されたフィールド

createDatetime

Timestamp createDatetime

updateDatetime

Timestamp updateDatetime

Class jp.littlesoft.soja.LSJsonTest.City extends LSJsonTest.Base implements Serializable

直列化されたフィールド

prefCode

Integer prefCode

cityCode

Short cityCode

name

String name

Class jp.littlesoft.soja.LSJsonTest.EmployeeInfo extends TableTest.Employee implements Serializable

直列化されたフィールド

mailAddress

String[][] mailAddress

address

LSJsonTest.Address address

skills

ArrayList<E> skills

famiily

HashMap<K,V> famiily

Class jp.littlesoft.soja.LSJsonTest.EmployeeInfo.Skill extends Object implements Serializable

直列化されたフィールド

date

Date date

text

String text

Class jp.littlesoft.soja.LSJsonTest.Pref extends LSJsonTest.Base implements Serializable

直列化されたフィールド

code

Integer code

name

String name

Class jp.littlesoft.soja.LSJsonTest.Request extends Object implements Serializable

直列化されたフィールド

sql

String sql

result

List<E> result

Class jp.littlesoft.soja.LSJsonTest.User extends Object implements Serializable

直列化されたフィールド

id

Long id

name

String name

gid

Integer gid

Class jp.littlesoft.soja.LSJsonTest.UserGroup extends Object implements Serializable

直列化されたフィールド

id

Integer id

name

String name

number

BigDecimal number

パッケージ jp.littlesoft.sql

Class jp.littlesoft.sql.JDBCTableMetaData extends ITableDef.MetaData<Row<?>> implements Serializable

Class jp.littlesoft.sql.JDBCTableMetaData.TableNotFound extends Exception implements Serializable

Class jp.littlesoft.sql.SchemaUpdator extends Object implements Serializable

serialVersionUID: 1094593190795585591L

直列化されたフィールド

ddl

UpdateSQL<T extends Serializable> ddl

metaDatas

HashMap<K,V> metaDatas

Class jp.littlesoft.sql.SchemaUpdatorTest.Address extends SchemaUpdatorTest.Base implements Serializable

直列化されたフィールド

prefCode

Short prefCode

cityCode

Short cityCode

addressCode

Short addressCode

newStreetName

String newStreetName

buildingName

String buildingName

tel

String tel

Class jp.littlesoft.sql.SchemaUpdatorTest.Base extends Object implements Serializable

直列化されたフィールド

createDatetime

Timestamp createDatetime

updateDatetime

Timestamp updateDatetime

Class jp.littlesoft.sql.SchemaUpdatorTest.City extends SchemaUpdatorTest.Base implements Serializable

直列化されたフィールド

prefCode

Integer prefCode

cityCode

Short cityCode

name

String name

Class jp.littlesoft.sql.SchemaUpdatorTest.Pref extends SchemaUpdatorTest.Base implements Serializable

直列化されたフィールド

code

Integer code

name

String name

Class jp.littlesoft.sql.SchemaUpdatorTest.User extends Object implements Serializable

直列化されたフィールド

id

Long id

name

String name

gid

Integer gid

Class jp.littlesoft.sql.SchemaUpdatorTest.UserGroup extends Object implements Serializable

直列化されたフィールド

id

Integer id

name

String name

number

BigDecimal number

Class jp.littlesoft.sql.SQL extends Object implements Serializable

直列化されたフィールド

query

SQL.Query query

entityType

Class<T> entityType

_params

Params<E extends Serializable> _params

typeParam

Serializable[] typeParam

dataProviderType

Class<T> dataProviderType

dataResolverType

Class<T> dataResolverType

idToRemote

HashMap<K,V> idToRemote

entityToRemote

HashMap<K,V> entityToRemote

$$

Serializable $$
このSQLのターゲットエンティティのダミーオブジェクト.
SQL文を作成する際使用します.


params

Serializable params
このSQLのターゲットエンティティのパラメータオブジェクト.
this.getParams().entity または this.getParams().getEntity()と同じオブジェクトです.

Class jp.littlesoft.sql.SQL.BindParameter extends Object implements Serializable

直列化されたフィールド

name

String name

Class jp.littlesoft.sql.SQL.Comparer extends SQL.Token implements Serializable

直列化されたフィールド

comparer

String comparer

values

Serializable[] values

type

jp.littlesoft.sql.SQL.Comparer.Type type

Class jp.littlesoft.sql.SQL.Condition extends SQL.Token implements Serializable

直列化されたフィールド

end

Object end
where, $if, onで開始した条件式の終了を示す変数


nestedCondition

SQL.Condition<Q> nestedCondition

value

Serializable value

conjunction

String conjunction

withoutConjunction

boolean withoutConjunction

evaluateNonNulls

boolean evaluateNonNulls

negative

boolean negative

Class jp.littlesoft.sql.SQL.Delete extends jp.littlesoft.sql.SQL.UpdateQueryBase implements Serializable

直列化されたフィールド

where

SQL.Condition<Q> where

Class jp.littlesoft.sql.SQL.DynamicCondition extends SQL.Condition<Q> implements Serializable

直列化されたフィールド

name

String name

Class jp.littlesoft.sql.SQL.Expression extends SQL.Token implements Serializable

直列化されたフィールド

expressionType

jp.littlesoft.sql.SQL.Expression.Type expressionType

source

Serializable source

dest

Serializable dest

Class jp.littlesoft.sql.SQL.Insert extends jp.littlesoft.sql.SQL.UpdateQueryBase implements Serializable

直列化されたフィールド

select

SQL.Select select

Class jp.littlesoft.sql.SQL.Join extends SQL.Token implements Serializable

直列化されたフィールド

option

String option

table

Serializable table

condition

SQL.Condition<Q> condition

Class jp.littlesoft.sql.SQL.NestedJoin extends SQL.Select implements Serializable

Class jp.littlesoft.sql.SQL.Query extends SQL.Token implements Serializable

直列化されたフィールド

sqlContext

SQL<T extends Serializable> sqlContext

parent

SQL.Query parent

level

int level

entityToMeta

IdentityHashMap<K,V> entityToMeta

entityFieldToColumn

IdentityHashMap<K,V> entityFieldToColumn

entityFieldToMeta

IdentityHashMap<K,V> entityFieldToMeta

nameList

ArrayList<E> nameList

includeNullParamCondition

boolean includeNullParamCondition

prepared

boolean prepared

dynamicCondtions

HashMap<K,V> dynamicCondtions

onEditingRemoteSelectSQL

boolean onEditingRemoteSelectSQL

useAbsoluteFakeCondition

boolean useAbsoluteFakeCondition

sql

String sql

Class jp.littlesoft.sql.SQL.Remote extends Object implements Serializable

直列化されたフィールド

id

String id

connection

Connection connection

entiies

ArrayList<E> entiies

sqls

HashMap<K,V> sqls

Class jp.littlesoft.sql.SQL.Select extends SQL.Query implements Serializable

直列化されたフィールド

values

Serializable[] values

tables

Serializable[] tables

into

Serializable into

alias

Serializable alias

join

ArrayList<E> join

orderBy

Serializable[] orderBy

groupBy

Serializable[] groupBy

unionSelect

SQL.Select unionSelect

unionType

SQL.UnionType unionType

where

SQL.Condition<Q> where

Class jp.littlesoft.sql.SQL.Token extends Object implements Serializable

直列化されたフィールド

query

SQL.Query query

previous

SQL.Token previous

next

SQL.Token next

Class jp.littlesoft.sql.SQL.Update extends jp.littlesoft.sql.SQL.UpdateQueryBase implements Serializable

直列化されたフィールド

where

SQL.Condition<Q> where

Class jp.littlesoft.sql.SQLAdaptor extends Object implements Serializable

直列化されたフィールド

dbUrl

String dbUrl

dbUserName

String dbUserName

dbPassword

String dbPassword

driverName

String driverName

connectProps

Properties connectProps

connectionOwner

boolean connectionOwner

validator

Validator validator
Validatorのインスタンスです。

PostgreSQL 7.2以上の場合に設定する。


clientId

String clientId
元プロセスを識別するための識別子です。


queryTimeout

int queryTimeout
クエリーのタイムアウト時間を表します。


sqlServerType

SQLAdaptor.SQLServerType sqlServerType
DBサーバのタイプです。


autoCommitAvailable

boolean autoCommitAvailable

getPrimaryKeyAvailable

boolean getPrimaryKeyAvailable
getPrimaryKeyを利用可能かどうかを表します。

True:利用可、False:利用不可


searchMetaDataByUpperCase

boolean searchMetaDataByUpperCase

searchMetaDataByLowerCase

boolean searchMetaDataByLowerCase

searchMetaDataWithinSchema

boolean searchMetaDataWithinSchema

Class jp.littlesoft.sql.SQLDataProviderImpl extends SQLAdaptor implements Serializable

直列化されたフィールド

SQL

String SQL

pageSQL

String pageSQL

jdbcSQL

String jdbcSQL

jdbcPageSQL

String jdbcPageSQL

lastExecutedSql

String lastExecutedSql

params

Params<E extends Serializable> params

maxRows

int maxRows

fetchSize

int fetchSize

executing

boolean executing

resultSetColumnNames

String[] resultSetColumnNames
ResultSetオブジェクトのカラム名です。

Class jp.littlesoft.sql.SQLDataResolverImpl extends SQLAdaptor implements Serializable

serialVersionUID: 1L

直列化されたフィールド

pendingCommit

boolean pendingCommit

colNameRequireDblQuote

boolean colNameRequireDblQuote

optimisticLockType

SQLDataResolverImpl.OptimisticLockType optimisticLockType

keyColumns

String[] keyColumns

targetDBTable

String targetDBTable

targetDBSchema

String targetDBSchema

targetDBCatalog

String targetDBCatalog

sqlInsert

String sqlInsert

sqlUpdate

String sqlUpdate

sqlDelete

String sqlDelete

sqlResolvingListeners

Vector<E> sqlResolvingListeners

Class jp.littlesoft.sql.SQLDataSequentialProvider extends SQLDataProviderImpl implements Serializable

Class jp.littlesoft.sql.SQLTableSequentialReadOnly extends Table<E extends Serializable> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

cutenntRow

Row<E extends Serializable> cutenntRow

Class jp.littlesoft.sql.SQLTest.EmployeeView extends lsjsample.DB.Employee implements Serializable

直列化されたフィールド

deptName

String deptName

Class jp.littlesoft.sql.SQLTreeModel extends TreeModel implements Serializable

直列化されたフィールド

dbSchema

String dbSchema

nodeList

ArrayList<E> nodeList

dataTable

Table<E extends Serializable> dataTable

nodeSeparator

String nodeSeparator

selectedIndex

int selectedIndex

Class jp.littlesoft.sql.SQLTreeModel.Record extends Object implements Serializable

直列化されたフィールド

id

Long id

parentId

Long parentId

key

String key

path

String path

nodeName

String nodeName

link

String link

attribute

HashMap<K,V> attribute

node

TreeModel.Node node

isLeaf

Boolean isLeaf

isExpanded

Boolean isExpanded

Class jp.littlesoft.sql.SQLTreeModel.Sequence extends Object implements Serializable

直列化されたフィールド

id

String id

value

Long value

Class jp.littlesoft.sql.StoredProcDataProvider extends SQLDataProviderImpl implements Serializable

serialVersionUID: 1L

Class jp.littlesoft.sql.UpdateSQL extends Params<T extends Serializable> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sqlAdaptor

SQLAdaptor sqlAdaptor
JDBCAdaptorオブジェクトを保持する内部変数です。


sql

String sql
実行するSQL文を保持する内部変数です。


jdbcSql

String jdbcSql
検索キーなどのパラメタを解析した後のSQL文を保持する内部変数です。


パッケージ jp.littlesoft.sql.exception

Class jp.littlesoft.sql.exception.LSSQLException extends DataException implements Serializable


パッケージ jp.littlesoft.sql.logger

Class jp.littlesoft.sql.logger.SQLLogger extends Object implements Serializable

Class jp.littlesoft.sql.logger.SQLTimeLogger extends Object implements Serializable


パッケージ jp.littlesoft.util

Class jp.littlesoft.util.Const extends Object implements Serializable

Class jp.littlesoft.util.DataUtil extends Object implements Serializable

Class jp.littlesoft.util.DataUtil.XWareki extends Object implements Serializable

Class jp.littlesoft.util.IndexedMap extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: 6028714385242672985L

直列化されたフィールド

indexList

ArrayList<E> indexList

Class jp.littlesoft.util.StringUtil extends Object implements Serializable


パッケージ jp.littlesoft.util.res

Class jp.littlesoft.util.res.MessageResource extends ResourceString implements Serializable

直列化されたフィールド

messageArguments

Object[] messageArguments

Class jp.littlesoft.util.res.ResourceString extends Object implements Serializable

直列化されたフィールド

resourceClassName

String resourceClassName

resourceFieldName

String resourceFieldName

パッケージ jp.littlesoft.web

Class jp.littlesoft.web.ActionController extends javax.servlet.http.HttpServlet implements Serializable

直列化されたフィールド

DefaultPageClassName

String DefaultPageClassName
アクションコントローラへ最初にアクセスした際に使用されるアクションページクラス名です。


useStaticParameterName

boolean useStaticParameterName
2009/08/10 tableのパラメータ名称を固定化するか。


velocityEngine

org.apache.velocity.app.VelocityEngine velocityEngine
2010.02.07 VelocityEngine サーブレット毎のインスタンスに

Class jp.littlesoft.web.ActionPage extends Object implements Serializable

直列化メソッド

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
例外:
IOException
ClassNotFoundException
直列化されたフィールド

contentType

String contentType

templateName

String templateName

velocityContext

org.apache.velocity.VelocityContext velocityContext

strictSession

boolean strictSession

sequenceValue

String sequenceValue

alertMessage

String alertMessage

formName

String formName

useAjax

boolean useAjax

actionPageId

String actionPageId
アクションページ毎の識別子です。


parentPage

ActionPage parentPage
親の ActionPage オブジェクトです。

自身が子ページ(ダイアログ)の場合にのみ、オブジェクトがセットされます。


subActionPage

HashMap<K,V> subActionPage
子の ActionPage オブジェクトのリストです。

自身が親ページ(ダイアログを持つ)場合のみ、子ページがセットされます。


selfClassName

String selfClassName
自クラス名


methodName

String methodName
executeメソッドでディスパッチするメソッド名


loadscript

String loadscript

Class jp.littlesoft.web.ActionSubSession extends Object implements Serializable

直列化されたフィールド

maxInactiveInterval

int maxInactiveInterval

lastAccessedTime

long lastAccessedTime

id

String id

actionPage

ActionPage actionPage

Class jp.littlesoft.web.DefaultDialog extends SQLActionPage implements Serializable

直列化されたフィールド

args

HashMap<K,V> args

dialogClient

IDialogClient dialogClient

buttonWidth

int buttonWidth

templateResource

String templateResource

formStyle

String formStyle

title

String title

autoClose

boolean autoClose

buttons

DefaultDialog.Button[] buttons

dataTable

WebDataTable<E extends Serializable> dataTable

clientData

Serializable clientData

onCloseScript

String onCloseScript

Class jp.littlesoft.web.DefaultJNLP extends Object implements Serializable

直列化されたフィールド

mainClass

String mainClass

codebase

String codebase

title

String title

vendor

String vendor

j2seVer

String j2seVer

templateName

String templateName

jnlpFileName

String jnlpFileName

jars

ArrayList<E> jars

appParams

Attributes appParams

velocityContext

org.apache.velocity.VelocityContext velocityContext

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

Class jp.littlesoft.web.DefaultPage extends ActionPage implements Serializable

Class jp.littlesoft.web.HTML extends Object implements Serializable

Class jp.littlesoft.web.IDialogClient.Confirm extends Exception implements Serializable

Class jp.littlesoft.web.IDialogClient.Error extends Exception implements Serializable

Class jp.littlesoft.web.SQLActionPage extends ActionPage implements Serializable

直列化されたフィールド

sqlContext

SQL<T extends Serializable> sqlContext

Class jp.littlesoft.web.StringVelocityTemplate extends Object implements Serializable

直列化されたフィールド

id

String id

Class jp.littlesoft.web.WebDataTable extends Table<E extends Serializable> implements Serializable

直列化されたフィールド

id

String id

pageStartRow

int pageStartRow

pageEndRow

int pageEndRow

showRows

int showRows

errorMessage

ArrayList<E> errorMessage

errorValues

HashMap<K,V> errorValues

autoTrimRequest

boolean autoTrimRequest

currentPage

int currentPage

usePageDivReserve

boolean usePageDivReserve

containRowNumInErrors

boolean containRowNumInErrors

useStaticParameterName

boolean useStaticParameterName

pagingJavaMethodName

String pagingJavaMethodName

pagingAjaxCompMethodName

String pagingAjaxCompMethodName

pagingCallMethodType

WebDataTable.PagingCallMethodType pagingCallMethodType

pagingMaxPageCount

int pagingMaxPageCount

defaultInformation

String defaultInformation

Class jp.littlesoft.web.WebDataTable.PageContext extends Object implements Serializable

serialVersionUID: 1L

直列化されたフィールド

dataTable

WebDataTable<E extends Serializable> dataTable

rows

jp.littlesoft.web.WebDataTable.PageContext.PageRowList<E> rows

errors

ArrayList<E> errors

params

WebDataTable.PageRow<K,V> params

cursor

WebDataTable.PageRow<K,V> cursor

Class jp.littlesoft.web.WebDataTable.PageRow extends HashMap<K,V> implements Serializable

直列化されたフィールド

pageContext

WebDataTable.PageContext pageContext

dataTable

WebDataTable<E extends Serializable> dataTable

isNew

boolean isNew

index

int index

rowNumber

int rowNumber

deletionDeserved

boolean deletionDeserved

status

Row.Status status

isParams

boolean isParams

Class jp.littlesoft.web.WebDataTable.PageVelocityHandler extends Object implements Serializable

直列化されたフィールド

pageContext

WebDataTable.PageContext pageContext

context

org.apache.velocity.context.Context context

Class jp.littlesoft.web.WebDataTable.RequestParam extends Object implements Serializable

直列化されたフィールド

rowIndex

Integer rowIndex

colIndex

Integer colIndex

value

String value

Class jp.littlesoft.web.WebSQLTable extends WebDataTable<E extends Serializable> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

sqlContext

SQL<T extends Serializable> sqlContext

select

SQL.Select select

Class jp.littlesoft.web.WebTreeModel extends SQLTreeModel implements Serializable

serialVersionUID: -586624234019609058L

直列化されたフィールド

cssClassNameTreeView

String cssClassNameTreeView

cssClassNameNodeExpanded

String cssClassNameNodeExpanded

cssClassNameNodeCollapsed

String cssClassNameNodeCollapsed

cssClassNameLabel

String cssClassNameLabel

cssClassNameLeaf

String cssClassNameLeaf

name

String name

onSelectionMethodName

String onSelectionMethodName

onSelectionCompleteAjaxHandlerName

String onSelectionCompleteAjaxHandlerName

selectedItemColor

String selectedItemColor

useExpandAction

boolean useExpandAction

useCollapseAction

boolean useCollapseAction

id

String id

errorMessage

String errorMessage

パッケージ org.json

Class org.json.JSONException extends Exception implements Serializable

直列化されたフィールド

cause

Throwable cause



Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.