Uses of Interface
nz.co.gregs.dbvolution.results.LargeTextResult
-
Packages that use LargeTextResult Package Description nz.co.gregs.dbvolution.columns Classes For Creating Portable References To Database Columns In Java Classes.nz.co.gregs.dbvolution.datatypes DBvolution Equivalents For The Standard Java and Database Types.nz.co.gregs.dbvolution.expressions Make Complex Conditions For Your Queries Using Expressions .nz.co.gregs.dbvolution.results -
-
Uses of LargeTextResult in nz.co.gregs.dbvolution.columns
Classes in nz.co.gregs.dbvolution.columns that implement LargeTextResult Modifier and Type Class Description class
LargeTextColumn
-
Uses of LargeTextResult in nz.co.gregs.dbvolution.datatypes
Classes in nz.co.gregs.dbvolution.datatypes that implement LargeTextResult Modifier and Type Class Description class
DBEncryptedText
class
DBLargeText
Implements the abstractions necessary to handle exceptionally large texts stored in the database.Constructors in nz.co.gregs.dbvolution.datatypes with parameters of type LargeTextResult Constructor Description DBLargeText(LargeTextResult aThis)
Creates a column expression with a large object result from the expression provided. -
Uses of LargeTextResult in nz.co.gregs.dbvolution.expressions
Classes in nz.co.gregs.dbvolution.expressions that implement LargeTextResult Modifier and Type Class Description class
EncryptedTextExpression
class
LargeTextExpression
Methods in nz.co.gregs.dbvolution.expressions that return LargeTextResult Modifier and Type Method Description LargeTextResult
LargeTextExpression. expression(byte[] value)
LargeTextResult
LargeTextExpression. expression(DBLargeText value)
LargeTextResult
LargeTextExpression. expression(LargeTextResult value)
Methods in nz.co.gregs.dbvolution.expressions with parameters of type LargeTextResult Modifier and Type Method Description LargeTextResult
LargeTextExpression. expression(LargeTextResult value)
Constructors in nz.co.gregs.dbvolution.expressions with parameters of type LargeTextResult Constructor Description LargeTextExpression(LargeTextResult originalBlob)
-
Uses of LargeTextResult in nz.co.gregs.dbvolution.results
Subinterfaces of LargeTextResult in nz.co.gregs.dbvolution.results Modifier and Type Interface Description interface
EncryptedTextResult
Methods in nz.co.gregs.dbvolution.results that return LargeTextResult Modifier and Type Method Description LargeTextResult
LargeTextResult. copy()
-