-
Interfaces Interface Description nz.co.gregs.dbvolution.results.ByteArrayResult nz.co.gregs.dbvolution.results.PointResult
-
Classes Class Description nz.co.gregs.dbvolution.columns.ByteArrayColumn nz.co.gregs.dbvolution.databases.DBStatementCluster nz.co.gregs.dbvolution.datatypes.DBByteArray DBByteArray does not correctly differentiate between CLOB and BLOB producing inconsistencies between databases. Move toDBLargeBinary
for binaries like images orDBLargeText
for XML, HTML, or other large text values.Support DBvolution at Patreon
nz.co.gregs.dbvolution.generation.deprecated.DBTableField nz.co.gregs.dbvolution.utility.StringLeftPadded
-
Exceptions Exceptions Description nz.co.gregs.dbvolution.exceptions.DBQueryException
-
Methods Method Description nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration.autoRebuildAndReconnect() despite the method name, this will also start the cluster. UseDBDatabaseCluster.Configuration.autoRebuildReconnectAndStart()
insteadnz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration.manual() This version of manual will automatically start the cluster, useDBDatabaseCluster.Configuration.autoStart()
insteadnz.co.gregs.dbvolution.query.RowDefinition.column(DBByteArray)