jdplus.sql.desktop.plugin.jdbc.Bundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdplus-sql-desktop-plugin Show documentation
Show all versions of jdplus-sql-desktop-plugin Show documentation
${project.parent.artifactId} - ${project.artifactId}
package jdplus.sql.desktop.plugin.jdbc;
/** Localizable strings for {@link jdplus.sql.desktop.plugin.jdbc}. */
class Bundle {
/**
* @return Export to
* @see ExportJdbcConnection
*/
static String CTL_ExportJdbcConnection() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ExportJdbcConnection");
}
/**
* @return Import from
* @see ImportJdbcConnection
*/
static String CTL_ImportJdbcConnection() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ImportJdbcConnection");
}
/**
* @return Open as JDemetra+ DataSource
* @see OpenJdbcDataSource
*/
static String CTL_OpenJdbcDataSource() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_OpenJdbcDataSource");
}
/**
* @return Mechanism used to improve performance.
* @see JdbcProviderBuddy
*/
static String bean_cache_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cache.description");
}
/**
* @return Cache
* @see JdbcProviderBuddy
*/
static String bean_cache_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cache.display");
}
/**
* @return
* @see JdbcProviderBuddy
*/
static String bean_cube_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cube.description");
}
/**
* @return Cube structure
* @see JdbcProviderBuddy
*/
static String bean_cube_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cube.display");
}
/**
* @return Data structure describing the connection to the database.
* @see JdbcProviderBuddy
*/
static String bean_database_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.database.description");
}
/**
* @return Data source name
* @see JdbcProviderBuddy
*/
static String bean_database_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.database.display");
}
/**
* @return
* @see JdbcProviderBuddy
*/
static String bean_parsing_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.parsing.description");
}
/**
* @return Parsing
* @see JdbcProviderBuddy
*/
static String bean_parsing_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.parsing.display");
}
/**
* @return
* @see JdbcProviderBuddy
*/
static String bean_source_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.source.description");
}
/**
* @return Source
* @see JdbcProviderBuddy
*/
static String bean_source_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.source.display");
}
/**
* @return The name of the table (or view) that contains observations.
* @see JdbcProviderBuddy
*/
static String bean_table_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.table.description");
}
/**
* @return Table name
* @see JdbcProviderBuddy
*/
static String bean_table_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.table.display");
}
/**
* @param dbName dbName
* @return Failed to connect to the database ''{@code dbName}''
* @see JdbcProviderBuddy
*/
static String dbexplorer_failedConnection(Object dbName) {
return org.openide.util.NbBundle.getMessage(Bundle.class, "dbexplorer.failedConnection", dbName);
}
/**
* @param dbName dbName
* @return Cannot find connection named ''{@code dbName}''
* @see JdbcProviderBuddy
*/
static String dbexplorer_missingConnection(Object dbName) {
return org.openide.util.NbBundle.getMessage(Bundle.class, "dbexplorer.missingConnection", dbName);
}
/**
* @param dbName dbName
* @return Not connected to the database ''{@code dbName}''
* @see JdbcProviderBuddy
*/
static String dbexplorer_noConnection(Object dbName) {
return org.openide.util.NbBundle.getMessage(Bundle.class, "dbexplorer.noConnection", dbName);
}
/**
* @param dbName dbName
* @return A process request a connection to the database ''{@code dbName}''.
Do you want to open the connection dialog?
* @see JdbcProviderBuddy
*/
static String dbexplorer_requestConnection(Object dbName) {
return org.openide.util.NbBundle.getMessage(Bundle.class, "dbexplorer.requestConnection", dbName);
}
/**
* @return Don't ask again
* @see JdbcProviderBuddy
*/
static String dbexplorer_skip() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "dbexplorer.skip");
}
private Bundle() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy