Uses of Class
com.cryptoalgo.oursql.model.db.Cluster
Packages that use Cluster
Package
Description
Data model classes.
Unified interfaces for the Database Abstraction Layer.
-
Uses of Cluster in com.cryptoalgo.oursql.model
Methods in com.cryptoalgo.oursql.model with parameters of type ClusterModifier and TypeMethodDescriptionvoidHomeViewModel.addCluster(@NotNull Cluster c) Add a specified cluster, will fire listeners if any are registeredvoidHomeViewModel.createTable(@NotNull Cluster cluster, @NotNull String table) Create a table in a clustervoidHomeViewModel.newTableSelection(Cluster cluster, String table) Select and load a new table@Nullable javafx.collections.ObservableList<String>HomeViewModel.requestTables(Cluster cluster) Request to load the tables of a particular database cluster.Method parameters in com.cryptoalgo.oursql.model with type arguments of type ClusterModifier and TypeMethodDescriptionvoidHomeViewModel.setOnNewCluster(BiConsumer<Cluster, Integer> cb) Register a new listener to be called when cluster(s) are added -
Uses of Cluster in com.cryptoalgo.oursql.model.db
Methods in com.cryptoalgo.oursql.model.db that return ClusterModifier and TypeMethodDescriptionstatic ClusterConvenience method that wrapsDecoder, allows deserializing the cluster with the requested ID fromPreferencesMethods in com.cryptoalgo.oursql.model.db with parameters of type ClusterModifier and TypeMethodDescriptionstatic ConnectionDatabaseUtils.getConnection(@NotNull Cluster cluster, @Nullable String password) Convenience method to get a JDBC connection from a cluster and password.static ConnectionDatabaseUtils.getConnection(@NotNull URI connURI, @NotNull Cluster cluster, @Nullable String password) Get a database connectionstatic URIDatabaseUtils.getConnectionURI(@NotNull Cluster cluster) Generates a database connection URI given aClusterand a password.