Uses of Class
com.jsql.model.bean.database.Database
Packages that use Database
Package
Description
-
Uses of Database in com.jsql.model.accessible
Methods in com.jsql.model.accessible that return types with arguments of type DatabaseModifier and TypeMethodDescriptionDataAccess.listDatabases()Get database names and table counts and send them to the view.
Use readable text (not hexa) and parse this pattern:
=> hh[database name 1]jj[table count]hhgghh[database name 2]jj[table 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.Methods in com.jsql.model.accessible with parameters of type DatabaseModifier and TypeMethodDescriptionDataAccess.listTables(Database database) Get tables name and row count and send them to the view.
Use readable text (not hexa) and parse this pattern:
=> hh[table name 1]jj[rows count]hhgghh[table name 2]jj[rows 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 Database in com.jsql.model.bean.database
Constructors in com.jsql.model.bean.database with parameters of type Database -
Uses of Database in com.jsql.model.injection.engine.model
Methods in com.jsql.model.injection.engine.model with parameters of type DatabaseModifier and TypeMethodDescription -
Uses of Database in com.jsql.view.subscriber
Methods in com.jsql.view.subscriber that return types with arguments of type DatabaseModifier and TypeMethodDescriptionSeal.AddDatabases.databases()Returns the value of thedatabasesrecord component.Constructor parameters in com.jsql.view.subscriber with type arguments of type DatabaseModifierConstructorDescriptionAddDatabases(List<Database> databases) Creates an instance of aAddDatabasesrecord class. -
Uses of Database in com.jsql.view.swing.tree
Method parameters in com.jsql.view.swing.tree with type arguments of type Database -
Uses of Database in com.jsql.view.swing.tree.model
Constructors in com.jsql.view.swing.tree.model with parameters of type Database