Google Cloud Oracle Database V1 Client - Class CharacterSetType (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class CharacterSetType.

The type of character set an Autonomous Database can have.

Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabaseCharacterSet

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHARACTER_SET_TYPE_UNSPECIFIED

Value: 0

Character set type is not specified.

Generated from protobuf enum CHARACTER_SET_TYPE_UNSPECIFIED = 0;

DATABASE

Value: 1

Character set type is set to database.

Generated from protobuf enum DATABASE = 1;

NATIONAL

Value: 2

Character set type is set to national.

Generated from protobuf enum NATIONAL = 2;