Uses of Class
com.jsql.model.bean.database.Column
Package
Description
-
Uses of Column in com.jsql.model.accessible
Modifier and TypeMethodDescriptionDataAccess.listColumns
(Table table) Get column names and send them to the view.
Use readable text (not hexa) and parse this pattern with 2nd member forced to 31 (1 in ascii):
=> hh[column name 1]jj[31]hhgghh[column name 2]jj[31]hhggh...hi
Data window can be cut before the end of the request but the process helps to obtain the rest of the unreachable data.Modifier and TypeMethodDescriptionString[][]
DataAccess.listValues
(List<Column> columnsBean) Get table values and count each occurrences and send them to the view.
Values are on clear text (not hexa) and follows this window pattern
=> hh[value 1]jj[count]hhgghh[value 2]jj[count]hhggh...hi
Data window can be cut before the end of the request but the process helps to obtain the rest of the unreachable data. -
Uses of Column in com.jsql.view.swing.tree
-
Uses of Column in com.jsql.view.swing.tree.model
ModifierConstructorDescriptionNodeModelColumn
(Column column) Node as a column model.NodeModelEmpty
(Column column)