Interface PackageEntityOrBuilder (2.31.0)

public interface PackageEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
StructOrBuilder

getPackageBody()

public abstract String getPackageBody()

The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.

string package_body = 2;

Returns
TypeDescription
String

The packageBody.

getPackageBodyBytes()

public abstract ByteString getPackageBodyBytes()

The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.

string package_body = 2;

Returns
TypeDescription
ByteString

The bytes for packageBody.

getPackageSqlCode()

public abstract String getPackageSqlCode()

The SQL code which creates the package.

string package_sql_code = 1;

Returns
TypeDescription
String

The packageSqlCode.

getPackageSqlCodeBytes()

public abstract ByteString getPackageSqlCodeBytes()

The SQL code which creates the package.

string package_sql_code = 1;

Returns
TypeDescription
ByteString

The bytes for packageSqlCode.

hasCustomFeatures()

public abstract boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.