
net.sourceforge.squirrel_sql.fw.dialects.I18NStrings.properties Maven / Gradle / Ivy
DerbyDialect.typeMessage=Derby doesn't allow the column type to be altered
DerbyDialect.varcharMessage=Derby only allows varchar columns to be altered
DerbyDialect.columnLengthMessage=Derby only allows varchar column length to be increased
DialectUtils.addColumnUnsupported={0} doesn''t support adding new columns
DialectUtils.addPrimaryKeyUnsupported={0} doesn''t support adding primary keys
DialectUtils.columnCommentUnsupported={0} doesn''t support column comments
DialectUtils.columnDefaultUnsupported={0} doesn''t support altering a column''s default value
DialectUtils.columnDropUnsupported={0} doesn''t support dropping a column
DialectUtils.columnNameUnsupported={0} doesn''t support altering a column''s name
DialectUtils.columnNullUnsupported={0} doesn''t support altering a column''s nullable attribute
DialectUtils.columnTypeUnsupported={0} doesn''t support altering a column''s type attribute
DialectUtils.dropPrimaryKeyUnsupported={0} doesn''t support dropping primary keys
DialectUtils.error.getprimarykey=Unable to get primary key info for table {0}
DialectUtils.createTableUnsupported={0} doesn''t support creating tables.
DialectUtils.renameTableUnsupported={0} doesn''t support renaming tables.
DialectUtils.createViewUnsupported={0} doesn''t support creating views.
DialectUtils.renameViewUnsupported={0} doesn''t support renaming views.
DialectUtils.dropViewUnsupported={0} doesn''t support dropping views.
DialectUtils.createIndexUnsupported={0} doesn''t support creating indexes.
DialectUtils.dropIndexUnsupported={0} doesn''t support dropping indexes.
DialectUtils.createSequenceUnsupported={0} doesn''t support creating sequences.
DialectUtils.alterSequenceUnsupported={0} doesn''t support altering sequences.
DialectUtils.sequenceInformationUnsupported={0} doesn''t support gathering sequence information.
DialectUtils.dropSequenceUnsupported={0} doesn''t support dropping sequences.
DialectUtils.addForeignKeyUnsupported={0} doesn''t support adding foreign key constraints.
DialectUtils.addUniqueUnsupported={0} doesn''t support add unique constraints.
DialectUtils.addAutoIncrementUnsupported={0} doesn''t support adding auto increment constraints.
DialectUtils.dropConstraintUnsupported={0} doesn''t support dropping constraints.
DialectUtils.insertIntoUnsupported={0} doesn''t support inserting rows into a table.
DialectUtils.updateUnsupported={0} doesn''t support updating rows.
DialectUtils.viewDefinitionUnsupported={0} doesn''t support getting the query for views
autoDetectDisabledMessage=You've chosen to disable Hibernate dialect auto-detection.\n Please select the type of the '{0}' database.
dialectDetectFailedMessage=Couldn't determine which Hibernate dialect to use\n for the '{0}' database. Please choose one.
dialectChooseTitle=Choose DB Dialect
sourceSessionTypeName=Source
destSessionTypeName=Destination
© 2015 - 2025 Weber Informatics LLC | Privacy Policy