Transform AdapterInterface Const into enum #11

Open
opened 2024-05-07 19:47:29 +00:00 by mcndave · 0 comments
Owner

interface AdapterInterface {
public const IDENTIFIER_FIELD = 1;
public const IDENTIFIER_TABLE = 2;
public const IDENTIFIER_DATABASE = 3;
public const IDENTIFIER_SCHEMA = 4;
public const IDENTIFIER_VALUE = 5;

interface AdapterInterface { public const IDENTIFIER_FIELD = 1; public const IDENTIFIER_TABLE = 2; public const IDENTIFIER_DATABASE = 3; public const IDENTIFIER_SCHEMA = 4; public const IDENTIFIER_VALUE = 5;
mcndave added this to the Kanban project 2024-05-07 19:47:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mcndave/ulmus#11
No description provided.