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 classLargeTextColumn -
Uses of LargeTextResult in nz.co.gregs.dbvolution.datatypes
Classes in nz.co.gregs.dbvolution.datatypes that implement LargeTextResult Modifier and Type Class Description classDBEncryptedTextclassDBLargeTextImplements 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 classEncryptedTextExpressionclassLargeTextExpressionMethods in nz.co.gregs.dbvolution.expressions that return LargeTextResult Modifier and Type Method Description LargeTextResultLargeTextExpression. expression(byte[] value)LargeTextResultLargeTextExpression. expression(DBLargeText value)LargeTextResultLargeTextExpression. expression(LargeTextResult value)Methods in nz.co.gregs.dbvolution.expressions with parameters of type LargeTextResult Modifier and Type Method Description LargeTextResultLargeTextExpression. 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 interfaceEncryptedTextResultMethods in nz.co.gregs.dbvolution.results that return LargeTextResult Modifier and Type Method Description LargeTextResultLargeTextResult. copy()
-